Searched refs:MRM_C8 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 305 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()
|
D | X86MCCodeEmitter.cpp | 1458 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/ |
D | X86CodeEmitter.cpp | 1386 case X86II::MRM_C3: case X86II::MRM_C4: case X86II::MRM_C8: in emitInstruction() 1412 case X86II::MRM_C8: MRM = 0xC8; break; in emitInstruction()
|
D | X86InstrSystem.td | 512 def XCRYPTECB : I<0xa7, MRM_C8, (outs), (ins), "xcryptecb", []>, TB; 520 def XSHA1 : I<0xa6, MRM_C8, (outs), (ins), "xsha1", []>, TB;
|
D | X86InstrFormats.td | 37 def MRM_C3 : Format<35>; def MRM_C4 : Format<36>; def MRM_C8 : Format<37>;
|
D | X86InstrSSE.td | 5900 def MONITORrrr : I<0x01, MRM_C8, (outs), (ins), "monitor", [], IIC_SSE_MONITOR>,
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 757 case X86Local::MRM_C3: case X86Local::MRM_C4: case X86Local::MRM_C8: in emitInstructionSpecifier()
|