Home
last modified time | relevance | path

Searched refs:MRM_D0 (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h237 MRM_D0 = 45, enumerator
510 case X86II::MRM_D0: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1024 case X86II::MRM_D0: 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/lib/Target/X86/
DX86InstrSystem.td481 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, TB;
544 def XCRYPTCBC : I<0xa7, MRM_D0, (outs), (ins), "xcryptcbc", []>, TB;
552 def XSHA256 : I<0xa6, MRM_D0, (outs), (ins), "xsha256", []>, TB;
DX86InstrFPStack.td644 def FNOP : I<0xD9, MRM_D0, (outs), (ins), "fnop", [], IIC_FNOP>;
DX86InstrFormats.td41 def MRM_CF : Format<47>; def MRM_D0 : Format<48>; def MRM_D1 : Format<49>;
/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.td406 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, TB;
DX86InstrFormats.td44 def MRM_D0 : Format<45>;