Searched refs:MRM_C4 (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86BaseInfo.h | 305 MRM_C4 = 36, MRM_C8 = 37, MRM_C9 = 38, MRM_CA = 39, enumerator 697 case X86II::MRM_C3: case X86II::MRM_C4: case X86II::MRM_C8: in getMemoryOperandNo()
|
| H A D | X86MCCodeEmitter.cpp | 1429 case X86II::MRM_C3: case X86II::MRM_C4: case X86II::MRM_C8: in EncodeInstruction() 1455 case X86II::MRM_C4: MRM = 0xC4; break; in EncodeInstruction()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrVMX.td | 63 def VMXOFF : I<0x01, MRM_C4, (outs), (ins), "vmxoff", []>, TB;
|
| H A D | X86InstrFormats.td | 37 def MRM_C3 : Format<35>; def MRM_C4 : Format<36>; def MRM_C8 : Format<37>;
|
| /minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
| H A D | X86RecognizableInstr.cpp | 777 case X86Local::MRM_C3: case X86Local::MRM_C4: case X86Local::MRM_C8: in emitInstructionSpecifier()
|