Home
last modified time | relevance | path

Searched refs:MRM_CC (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrTDX.td36 def TDCALL : I<0x01, MRM_CC, (outs), (ins),
H A DX86InstrFormats.td61 def MRM_CC : Format<76>; def MRM_CD : Format<77>; def MRM_CE : Format<78>;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h730 MRM_CC = 76, MRM_CD = 77, MRM_CE = 78, MRM_CF = 79, enumerator
1152 case X86II::MRM_CC: case X86II::MRM_CD: case X86II::MRM_CE: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1740 case X86II::MRM_CC: in encodeInstruction()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp103 case X86II::MRM_CC: in isInvalidMemoryInstr()