Searched refs:MRM_F8 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrTSX.td | 24 def XBEGIN_4 : Ii32PCRel<0xc7, MRM_F8, (outs), (ins brtarget:$dst), 30 def XABORT : Ii8<0xc6, MRM_F8, (outs), (ins i8imm:$imm),
|
D | X86InstrSystem.td | 189 def SWAPGS : I<0x01, MRM_F8, (outs), (ins), "swapgs", [], IIC_SWAPGS>, TB;
|
D | X86InstrFormats.td | 40 def MRM_F8 : Format<41>;
|
D | X86InstrSSE.td | 3486 def SFENCE : I<0xAE, MRM_F8, (outs), (ins),
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 278 MRM_F8 = 41, MRM_F9 = 42, MRM_D0 = 45, MRM_D1 = 46, enumerator 581 case X86II::MRM_F8: case X86II::MRM_F9: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1149 case X86II::MRM_F8: case X86II::MRM_F9: in EncodeInstruction() 1175 case X86II::MRM_F8: MRM = 0xF8; break; in EncodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 767 case X86Local::MRM_F8: in emitInstructionSpecifier()
|