Home
last modified time | relevance | path

Searched refs:MRM_D1 (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h238 MRM_D1 = 46, enumerator
511 case X86II::MRM_D1: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1028 case X86II::MRM_D1: in EncodeInstruction()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h307 MRM_D0 = 48, MRM_D1 = 49, MRM_D2 = 50, MRM_D3 = 51, enumerator
702 case X86II::MRM_CF: case X86II::MRM_D0: case X86II::MRM_D1: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1391 case X86II::MRM_CF: case X86II::MRM_D0: case X86II::MRM_D1: in encodeInstruction()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp789 case X86Local::MRM_CF: case X86Local::MRM_D0: case X86Local::MRM_D1: in emitInstructionSpecifier()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrSystem.td409 def XSETBV : I<0x01, MRM_D1, (outs), (ins), "xsetbv", []>, TB;
DX86InstrFormats.td45 def MRM_D1 : Format<46>;
/external/llvm/lib/Target/X86/
DX86InstrSystem.td484 def XSETBV : I<0x01, MRM_D1, (outs), (ins), "xsetbv", []>, TB;
DX86InstrFormats.td41 def MRM_CF : Format<47>; def MRM_D0 : Format<48>; def MRM_D1 : Format<49>;