Home
last modified time | relevance | path

Searched refs:MRM_C8 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h305 MRM_C4 = 36, MRM_C8 = 37, MRM_C9 = 38, MRM_CA = 39, enumerator
699 case X86II::MRM_C3: case X86II::MRM_C4: case X86II::MRM_C8: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1458 case X86II::MRM_C3: case X86II::MRM_C4: case X86II::MRM_C8: in EncodeInstruction()
1484 case X86II::MRM_C8: MRM = 0xC8; break; in EncodeInstruction()
/external/llvm/lib/Target/X86/
DX86CodeEmitter.cpp1386 case X86II::MRM_C3: case X86II::MRM_C4: case X86II::MRM_C8: in emitInstruction()
1412 case X86II::MRM_C8: MRM = 0xC8; break; in emitInstruction()
DX86InstrSystem.td512 def XCRYPTECB : I<0xa7, MRM_C8, (outs), (ins), "xcryptecb", []>, TB;
520 def XSHA1 : I<0xa6, MRM_C8, (outs), (ins), "xsha1", []>, TB;
DX86InstrFormats.td37 def MRM_C3 : Format<35>; def MRM_C4 : Format<36>; def MRM_C8 : Format<37>;
DX86InstrSSE.td5900 def MONITORrrr : I<0x01, MRM_C8, (outs), (ins), "monitor", [], IIC_SSE_MONITOR>,
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp757 case X86Local::MRM_C3: case X86Local::MRM_C4: case X86Local::MRM_C8: in emitInstructionSpecifier()