/external/llvm/lib/Target/X86/ |
D | X86InstrTSX.td | 27 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),
|
D | X86InstrSystem.td | 203 def SWAPGS : I<0x01, MRM_F8, (outs), (ins), "swapgs", [], IIC_SWAPGS>, TB;
|
D | X86InstrFPStack.td | 659 def FPREM : I<0xD9, MRM_F8, (outs), (ins), "fprem", [], IIC_FPREM>;
|
D | X86InstrFormats.td | 54 def MRM_F6 : Format<86>; def MRM_F7 : Format<87>; def MRM_F8 : Format<88>;
|
D | X86InstrInfo.td | 2519 def PCOMMIT : I<0xAE, MRM_F8, (outs), (ins), "pcommit", []>, PD;
|
D | X86InstrSSE.td | 3682 def SFENCE : I<0xAE, MRM_F8, (outs), (ins),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrTSX.td | 29 def XBEGIN_2 : Ii16PCRel<0xc7, MRM_F8, (outs), (ins brtarget16:$dst), 31 def XBEGIN_4 : Ii32PCRel<0xc7, MRM_F8, (outs), (ins brtarget32:$dst), 47 def XABORT : Ii8<0xc6, MRM_F8, (outs), (ins i8imm:$imm),
|
D | X86InstrSystem.td | 192 def SWAPGS : I<0x01, MRM_F8, (outs), (ins), "swapgs", []>, TB;
|
D | X86InstrFPStack.td | 668 def FPREM : I<0xD9, MRM_F8, (outs), (ins), "fprem", []>;
|
D | X86InstrFormats.td | 64 def MRM_F6 : Format<118>; def MRM_F7 : Format<119>; def MRM_F8 : Format<120>;
|
D | X86InstrSSE.td | 3125 def SFENCE : I<0xAE, MRM_F8, (outs), (ins), "sfence", [(int_x86_sse_sfence)]>,
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 235 MRM_F8 = 41, enumerator 508 case X86II::MRM_F8: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1016 case X86II::MRM_F8: in EncodeInstruction()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 317 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()
|
D | X86MCCodeEmitter.cpp | 1404 case X86II::MRM_F6: case X86II::MRM_F7: case X86II::MRM_F8: in encodeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 361 MRM_F8 = 120, MRM_F9 = 121, MRM_FA = 122, MRM_FB = 123, enumerator 757 case X86II::MRM_F6: case X86II::MRM_F7: case X86II::MRM_F8: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1534 case X86II::MRM_F6: case X86II::MRM_F7: case X86II::MRM_F8: in encodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 775 case X86Local::MRM_F8: in emitInstructionSpecifier()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrSystem.td | 184 def SWAPGS : I<0x01, MRM_F8, (outs), (ins), "swapgs", []>, TB;
|
D | X86InstrFormats.td | 40 def MRM_F8 : Format<41>;
|
D | X86InstrSSE.td | 3192 def SFENCE : I<0xAE, MRM_F8, (outs), (ins),
|