Home
last modified time | relevance | path

Searched refs:MRM_DA (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrSVM.td41 def VMLOAD32 : I<0x01, MRM_DA, (outs), (ins),
44 def VMLOAD64 : I<0x01, MRM_DA, (outs), (ins),
DX86CodeEmitter.cpp1390 case X86II::MRM_D9: case X86II::MRM_DA: case X86II::MRM_DB: in emitInstruction()
1423 case X86II::MRM_DA: MRM = 0xDA; break; in emitInstruction()
DX86InstrFormats.td41 def MRM_D9 : Format<47>; def MRM_DA : Format<48>; def MRM_DB : Format<49>;
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h308 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()
DX86MCCodeEmitter.cpp1462 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/
DX86RecognizableInstr.cpp761 case X86Local::MRM_D9: case X86Local::MRM_DA: case X86Local::MRM_DB: in emitInstructionSpecifier()