Searched refs:MRM_C0 (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 304 MRM_C0 = 32, MRM_C1 = 33, MRM_C2 = 34, MRM_C3 = 35, enumerator 698 case X86II::MRM_C0: case X86II::MRM_C1: case X86II::MRM_C2: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1426 case X86II::MRM_C0: case X86II::MRM_C1: case X86II::MRM_C2: in EncodeInstruction() 1451 EmitByte(0xC0 + Form - X86II::MRM_C0, CurByte, OS); in EncodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 787 case X86Local::MRM_C0: case X86Local::MRM_C1: case X86Local::MRM_C2: in emitInstructionSpecifier() 866 filter = new ExactFilter(0xC0 + Form - X86Local::MRM_C0); \ in emitDecodePath()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 519 def XSTORE : I<0xa7, MRM_C0, (outs), (ins), "xstore", []>, TB; 536 def MONTMUL : I<0xa6, MRM_C0, (outs), (ins), "montmul", []>, TB;
|
D | X86InstrFormats.td | 36 def MRM_C0 : Format<32>; def MRM_C1 : Format<33>; def MRM_C2 : Format<34>;
|