Searched refs:MRM_C8 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 306 MRM_C8 = 40, MRM_C9 = 41, MRM_CA = 42, MRM_CB = 43, enumerator 699 case X86II::MRM_C3: case X86II::MRM_C4: case X86II::MRM_C8: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1435 case X86II::MRM_C6: case X86II::MRM_C7: case X86II::MRM_C8: in encodeInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 539 def XCRYPTECB : I<0xa7, MRM_C8, (outs), (ins), "xcryptecb", []>, TB; 547 def XSHA1 : I<0xa6, MRM_C8, (outs), (ins), "xsha1", []>, TB;
|
D | X86InstrFormats.td | 38 def MRM_C6 : Format<38>; def MRM_C7 : Format<39>; def MRM_C8 : Format<40>;
|
D | X86InstrSSE.td | 5824 def MONITORrrr : I<0x01, MRM_C8, (outs), (ins), "monitor", [], IIC_SSE_MONITOR>,
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 788 case X86Local::MRM_C3: case X86Local::MRM_C4: case X86Local::MRM_C8: in emitInstructionSpecifier()
|