Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h306 MRM_CB = 40, MRM_CF = 41, MRM_D0 = 42, MRM_D1 = 43, enumerator
699 case X86II::MRM_CF: case X86II::MRM_D0: case X86II::MRM_D1: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1431 case X86II::MRM_CF: case X86II::MRM_D0: case X86II::MRM_D1: in EncodeInstruction()
1461 case X86II::MRM_D0: MRM = 0xD0; break; in EncodeInstruction()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrSystem.td479 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, TB;
509 def XCRYPTCBC : I<0xa7, MRM_D0, (outs), (ins), "xcryptcbc", []>, TB;
517 def XSHA256 : I<0xa6, MRM_D0, (outs), (ins), "xsha256", []>, TB;
H A DX86InstrFPStack.td614 def FNOP : I<0xD9, MRM_D0, (outs), (ins), "fnop", [], IIC_FNOP>;
H A DX86InstrFormats.td39 def MRM_CF : Format<41>; def MRM_D0 : Format<42>; def MRM_D1 : Format<43>;
/minix/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp779 case X86Local::MRM_CF: case X86Local::MRM_D0: case X86Local::MRM_D1: in emitInstructionSpecifier()