Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h306 MRM_CB = 40, MRM_D0 = 41, MRM_D1 = 42, MRM_D4 = 43, enumerator
701 case X86II::MRM_D0: case X86II::MRM_D1: case X86II::MRM_D4: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1460 case X86II::MRM_D0: case X86II::MRM_D1: case X86II::MRM_D4: in EncodeInstruction()
1488 case X86II::MRM_D0: MRM = 0xD0; break; in EncodeInstruction()
/external/llvm/lib/Target/X86/
DX86InstrSystem.td483 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, TB;
513 def XCRYPTCBC : I<0xa7, MRM_D0, (outs), (ins), "xcryptcbc", []>, TB;
521 def XSHA256 : I<0xa6, MRM_D0, (outs), (ins), "xsha256", []>, TB;
DX86CodeEmitter.cpp1388 case X86II::MRM_D0: case X86II::MRM_D1: case X86II::MRM_D4: in emitInstruction()
1416 case X86II::MRM_D0: MRM = 0xD0; break; in emitInstruction()
DX86InstrFPStack.td617 def FNOP : I<0xD9, MRM_D0, (outs), (ins), "fnop", [], IIC_FNOP>;
DX86InstrFormats.td39 def MRM_D0 : Format<41>; def MRM_D1 : Format<42>; def MRM_D4 : Format<43>;
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp759 case X86Local::MRM_D0: case X86Local::MRM_D1: case X86Local::MRM_D4: in emitInstructionSpecifier()