Searched refs:MRM_C6 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 633 MRM_C6 = 70, enumerator 1093 case X86II::MRM_C6: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1914 case X86II::MRM_C6: in encodeInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSystem.td | 449 def WRMSRNS : I<0x01, MRM_C6, (outs), (ins), "wrmsrns", []>, TB; 455 def WRMSRLIST : I<0x01, MRM_C6, (outs), (ins), "wrmsrlist", []>, TB, XS; 456 def RDMSRLIST : I<0x01, MRM_C6, (outs), (ins), "rdmsrlist", []>, TB, XD;
|
H A D | X86InstrFormats.td | 62 def MRM_C6 : Format<70>; def MRM_C7 : Format<71>; def MRM_C8 : Format<72>;
|