Searched refs:MRMXm (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 121 MRMXm = 31, enumerator
|
H A D | X86FoldTablesEmitter.cpp | 279 case X86Local::MRMXm: in mayFoldToForm() 311 return RHS == X86Local::MRMXm; in mayFoldFromLeftToRight()
|
H A D | X86RecognizableInstr.cpp | 769 case X86Local::MRMXm: in emitInstructionSpecifier() 911 case X86Local::MRMXm: in emitDecodePath()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 573 MRMXm = 31, enumerator 1076 case X86II::MRMXm: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1412 case X86II::MRMXm: in emitREXPrefix() 1876 case X86II::MRMXm: in encodeInstruction() 1891 (Form == X86II::MRMXm) ? 0 : Form - X86II::MRM0m, TSFlags, in encodeInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFormats.td | 43 def MRMXm : Format<31>;
|
H A D | X86InstrMisc.td | 20 def NOOPW : I<0x1f, MRMXm, (outs), (ins i16mem:$zero), 22 def NOOPL : I<0x1f, MRMXm, (outs), (ins i32mem:$zero), 24 def NOOPQ : RI<0x1f, MRMXm, (outs), (ins i64mem:$zero),
|