Searched refs:MRM7X (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 | 727 case X86Local::MRM7X: in emitInstructionSpecifier() 803 case X86Local::MRM6X: case X86Local::MRM7X: 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 1136 case X86II::MRM6X: case X86II::MRM7X: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1709 case X86II::MRM7X: in encodeInstruction()
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
D | Target.cpp | 89 case X86II::MRM7X: in isInvalidMemoryInstr()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 56 def MRM6X : Format<62>; def MRM7X : Format<63>;
|
D | X86InstrSSE.td | 3195 def SFENCE : I<0xAE, MRM7X, (outs), (ins), "sfence", [(int_x86_sse_sfence)]>,
|