Searched refs:MRM_C4 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86InstrVMX.td | 84 def VMXOFF : I<0x01, MRM_C4, (outs), (ins), "vmxoff", []>, TB;
|
| D | X86InstrFormats.td | 58 def MRM_C3 : Format<67>; def MRM_C4 : Format<68>; def MRM_C5 : Format<69>;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86BaseInfo.h | 728 MRM_C4 = 68, MRM_C5 = 69, MRM_C6 = 70, MRM_C7 = 71, enumerator 1149 case X86II::MRM_C3: case X86II::MRM_C4: case X86II::MRM_C5: in getMemoryOperandNo()
|
| D | X86MCCodeEmitter.cpp | 1731 case X86II::MRM_C4: in encodeInstruction()
|