Home
last modified time | relevance | path

Searched refs:AddCCFrm (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DX86RecognizableInstr.h104 AddCCFrm = 9, enumerator
DX86RecognizableInstr.cpp494 case X86Local::AddCCFrm: in emitInstructionSpecifier()
769 case X86Local::AddCCFrm: in emitDecodePath()
833 Form == X86Local::MRMXmCC || Form == X86Local::AddCCFrm) { in emitDecodePath()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrControl.td75 def JCC_1 : Ii8PCRel <0x70, AddCCFrm, (outs),
80 def JCC_2 : Ii16PCRel<0x80, AddCCFrm, (outs),
84 def JCC_4 : Ii32PCRel<0x80, AddCCFrm, (outs),
DX86InstrFormats.td29 def AddCCFrm : Format<9>;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h622 AddCCFrm = 9, enumerator
1101 case X86II::AddCCFrm: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1457 case X86II::AddCCFrm: { in encodeInstruction()