Searched refs:MRM5X (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 126 MRM4X = 60, MRM5X = 61, MRM6X = 62, MRM7X = 63, enumerator
|
D | X86RecognizableInstr.cpp | 725 case X86Local::MRM5X: in emitInstructionSpecifier() 802 case X86Local::MRM4X: case X86Local::MRM5X: in emitDecodePath()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 722 MRM4X = 60, MRM5X = 61, MRM6X = 62, MRM7X = 63, // Format /4 /5 /6 /7 enumerator 1135 case X86II::MRM4X: case X86II::MRM5X: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1707 case X86II::MRM5X: in encodeInstruction()
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
D | Target.cpp | 87 case X86II::MRM5X: in isInvalidMemoryInstr()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 55 def MRM3X : Format<59>; def MRM4X : Format<60>; def MRM5X : Format<61>;
|
D | X86InstrSSE.td | 3197 def LFENCE : I<0xAE, MRM5X, (outs), (ins), "lfence", [(int_x86_sse2_lfence)]>,
|