Home
last modified time | relevance | path

Searched refs:MRM_C4 (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h305 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 DX86MCCodeEmitter.cpp1429 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 DX86InstrVMX.td63 def VMXOFF : I<0x01, MRM_C4, (outs), (ins), "vmxoff", []>, TB;
H A DX86InstrFormats.td37 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 DX86RecognizableInstr.cpp777 case X86Local::MRM_C3: case X86Local::MRM_C4: case X86Local::MRM_C8: in emitInstructionSpecifier()