Searched refs:MRM_C8 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 635 MRM_C8 = 72, enumerator 1095 case X86II::MRM_C8: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1916 case X86II::MRM_C8: in encodeInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFormats.td | 62 def MRM_C6 : Format<70>; def MRM_C7 : Format<71>; def MRM_C8 : Format<72>;
|
H A D | X86InstrSystem.td | 667 def XCRYPTECB : I<0xa7, MRM_C8, (outs), (ins), "xcryptecb", []>, TB, REP; 675 def XSHA1 : I<0xa6, MRM_C8, (outs), (ins), "xsha1", []>, TB, REP;
|
H A D | X86InstrSSE.td | 4986 def MONITOR32rrr : I<0x01, MRM_C8, (outs), (ins), "monitor", []>, 4989 def MONITOR64rrr : I<0x01, MRM_C8, (outs), (ins), "monitor", []>,
|