Searched refs:MRM_D0 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86BaseInfo.h | 643 MRM_D0 = 80, enumerator 1106 case X86II::MRM_D0: in getMemoryOperandNo()
|
| H A D | X86MCCodeEmitter.cpp | 1933 case X86II::MRM_D0: in encodeInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrSystem.td | 616 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, TB; 674 def XCRYPTCBC : I<0xa7, MRM_D0, (outs), (ins), "xcryptcbc", []>, TB, REP; 682 def XSHA256 : I<0xa6, MRM_D0, (outs), (ins), "xsha256", []>, TB, REP;
|
| H A D | X86InstrFormats.td | 65 def MRM_CF : Format<79>; def MRM_D0 : Format<80>; def MRM_D1 : Format<81>;
|
| H A D | X86InstrFPStack.td | 642 def FNOP : I<0xD9, MRM_D0, (outs), (ins), "fnop", []>, Sched<[WriteNop]>;
|