Home
last modified time | relevance | path

Searched refs:MRMXm (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h121 MRMXm = 31, enumerator
H A DX86FoldTablesEmitter.cpp279 case X86Local::MRMXm: in mayFoldToForm()
311 return RHS == X86Local::MRMXm; in mayFoldFromLeftToRight()
H A DX86RecognizableInstr.cpp769 case X86Local::MRMXm: in emitInstructionSpecifier()
911 case X86Local::MRMXm: in emitDecodePath()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h573 MRMXm = 31, enumerator
1076 case X86II::MRMXm: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1412 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 DX86InstrFormats.td43 def MRMXm : Format<31>;
H A DX86InstrMisc.td20 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),