Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrTSX.td27 def XBEGIN_2 : Ii16PCRel<0xc7, MRM_F8, (outs), (ins brtarget16:$dst),
29 def XBEGIN_4 : Ii32PCRel<0xc7, MRM_F8, (outs), (ins brtarget32:$dst),
40 def XABORT : Ii8<0xc6, MRM_F8, (outs), (ins i8imm:$imm),
DX86InstrSystem.td203 def SWAPGS : I<0x01, MRM_F8, (outs), (ins), "swapgs", [], IIC_SWAPGS>, TB;
DX86InstrFPStack.td659 def FPREM : I<0xD9, MRM_F8, (outs), (ins), "fprem", [], IIC_FPREM>;
DX86InstrFormats.td54 def MRM_F6 : Format<86>; def MRM_F7 : Format<87>; def MRM_F8 : Format<88>;
DX86InstrInfo.td2519 def PCOMMIT : I<0xAE, MRM_F8, (outs), (ins), "pcommit", []>, PD;
DX86InstrSSE.td3682 def SFENCE : I<0xAE, MRM_F8, (outs), (ins),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrTSX.td28 def XBEGIN_2 : Ii16PCRel<0xc7, MRM_F8, (outs), (ins brtarget16:$dst),
30 def XBEGIN_4 : Ii32PCRel<0xc7, MRM_F8, (outs), (ins brtarget32:$dst),
46 def XABORT : Ii8<0xc6, MRM_F8, (outs), (ins i8imm:$imm),
DX86InstrSystem.td191 def SWAPGS : I<0x01, MRM_F8, (outs), (ins), "swapgs", []>, TB;
DX86InstrFPStack.td744 def FPREM : I<0xD9, MRM_F8, (outs), (ins), "fprem", []>;
DX86InstrFormats.td68 def MRM_F6 : Format<118>; def MRM_F7 : Format<119>; def MRM_F8 : Format<120>;
DX86InstrSSE.td3190 def SFENCE : I<0xAE, MRM_F8, (outs), (ins), "sfence", [(int_x86_sse_sfence)]>,
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrTSX.td28 def XBEGIN_2 : Ii16PCRel<0xc7, MRM_F8, (outs), (ins brtarget16:$dst),
30 def XBEGIN_4 : Ii32PCRel<0xc7, MRM_F8, (outs), (ins brtarget32:$dst),
46 def XABORT : Ii8<0xc6, MRM_F8, (outs), (ins i8imm:$imm),
DX86InstrSystem.td205 def SWAPGS : I<0x01, MRM_F8, (outs), (ins), "swapgs", []>, TB;
DX86InstrFPStack.td740 def FPREM : I<0xD9, MRM_F8, (outs), (ins), "fprem", []>;
DX86InstrFormats.td75 def MRM_F6 : Format<118>; def MRM_F7 : Format<119>; def MRM_F8 : Format<120>;
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h317 MRM_F8 = 88, MRM_F9 = 89, MRM_FA = 90, MRM_FB = 91, enumerator
715 case X86II::MRM_F6: case X86II::MRM_F7: case X86II::MRM_F8: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1404 case X86II::MRM_F6: case X86II::MRM_F7: case X86II::MRM_F8: in encodeInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h684 MRM_F8 = 120, MRM_F9 = 121, MRM_FA = 122, MRM_FB = 123, enumerator
1086 case X86II::MRM_F6: case X86II::MRM_F7: case X86II::MRM_F8: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1733 case X86II::MRM_F8: in encodeInstruction()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h739 MRM_F8 = 120, MRM_F9 = 121, MRM_FA = 122, MRM_FB = 123, enumerator
1164 case X86II::MRM_F6: case X86II::MRM_F7: case X86II::MRM_F8: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1770 case X86II::MRM_F8: in encodeInstruction()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp146 case X86II::MRM_F8: in isInvalidMemoryInstr()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp775 case X86Local::MRM_F8: in emitInstructionSpecifier()