Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrTSX.td24 def XBEGIN_4 : Ii32PCRel<0xc7, MRM_F8, (outs), (ins brtarget:$dst),
30 def XABORT : Ii8<0xc6, MRM_F8, (outs), (ins i8imm:$imm),
DX86InstrSystem.td189 def SWAPGS : I<0x01, MRM_F8, (outs), (ins), "swapgs", [], IIC_SWAPGS>, TB;
DX86InstrFormats.td40 def MRM_F8 : Format<41>;
DX86InstrSSE.td3486 def SFENCE : I<0xAE, MRM_F8, (outs), (ins),
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h278 MRM_F8 = 41, MRM_F9 = 42, MRM_D0 = 45, MRM_D1 = 46, enumerator
581 case X86II::MRM_F8: case X86II::MRM_F9: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1149 case X86II::MRM_F8: case X86II::MRM_F9: in EncodeInstruction()
1175 case X86II::MRM_F8: MRM = 0xF8; break; in EncodeInstruction()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp767 case X86Local::MRM_F8: in emitInstructionSpecifier()