Searched refs:MRM_D8 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86InstrSVM.td | 33 def VMRUN32 : I<0x01, MRM_D8, (outs), (ins), 36 def VMRUN64 : I<0x01, MRM_D8, (outs), (ins),
|
| D | X86InstrFormats.td | 51 def MRM_D8 : Format<52>;
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86BaseInfo.h | 280 MRM_D6 = 51, MRM_D8 = 52, MRM_D9 = 53, MRM_DA = 54, enumerator 650 case X86II::MRM_D5: case X86II::MRM_D6: case X86II::MRM_D8: in getMemoryOperandNo()
|
| D | X86MCCodeEmitter.cpp | 1369 case X86II::MRM_D6: case X86II::MRM_D8: case X86II::MRM_D9: in EncodeInstruction() 1392 case X86II::MRM_D8: MRM = 0xD8; break; in EncodeInstruction()
|