Searched refs:MRM_DA (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrSVM.td | 41 def VMLOAD32 : I<0x01, MRM_DA, (outs), (ins), 44 def VMLOAD64 : I<0x01, MRM_DA, (outs), (ins),
|
D | X86CodeEmitter.cpp | 1390 case X86II::MRM_D9: case X86II::MRM_DA: case X86II::MRM_DB: in emitInstruction() 1423 case X86II::MRM_DA: MRM = 0xDA; break; in emitInstruction()
|
D | X86InstrFormats.td | 41 def MRM_D9 : Format<47>; def MRM_DA : Format<48>; def MRM_DB : Format<49>;
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 308 MRM_DA = 48, MRM_DB = 49, MRM_DC = 50, MRM_DD = 51, enumerator 703 case X86II::MRM_D9: case X86II::MRM_DA: case X86II::MRM_DB: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1462 case X86II::MRM_D9: case X86II::MRM_DA: case X86II::MRM_DB: in EncodeInstruction() 1495 case X86II::MRM_DA: MRM = 0xDA; break; in EncodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 761 case X86Local::MRM_D9: case X86Local::MRM_DA: case X86Local::MRM_DB: in emitInstructionSpecifier()
|