/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 130 def JMP16m : I<0xFF, MRM4m, (outs), (ins i16mem:$dst), "jmp{w}\t{*}$dst", 137 def JMP32m : I<0xFF, MRM4m, (outs), (ins i32mem:$dst), "jmp{l}\t{*}$dst", 144 def JMP64m : I<0xFF, MRM4m, (outs), (ins i64mem:$dst), "jmp{q}\t{*}$dst", 154 def JMP64m_REX : I<0xFF, MRM4m, (outs), (ins i64mem:$dst), 165 def JMP16m_NT : I<0xFF, MRM4m, (outs), (ins i16mem : $dst), "jmp{w}\t{*}$dst", 173 def JMP32m_NT : I<0xFF, MRM4m, (outs), (ins i32mem : $dst), "jmp{l}\t{*}$dst", 181 def JMP64m_NT : I<0xFF, MRM4m, (outs), (ins i64mem : $dst), "jmp{q}\t{*}$dst",
|
D | X86InstrShiftRotate.td | 69 def SHL8mCL : I<0xD2, MRM4m, (outs), (ins i8mem :$dst), 72 def SHL16mCL : I<0xD3, MRM4m, (outs), (ins i16mem:$dst), 76 def SHL32mCL : I<0xD3, MRM4m, (outs), (ins i32mem:$dst), 80 def SHL64mCL : RI<0xD3, MRM4m, (outs), (ins i64mem:$dst), 87 def SHL8mi : Ii8<0xC0, MRM4m, (outs), (ins i8mem :$dst, u8imm:$src), 90 def SHL16mi : Ii8<0xC1, MRM4m, (outs), (ins i16mem:$dst, u8imm:$src), 94 def SHL32mi : Ii8<0xC1, MRM4m, (outs), (ins i32mem:$dst, u8imm:$src), 98 def SHL64mi : RIi8<0xC1, MRM4m, (outs), (ins i64mem:$dst, u8imm:$src), 104 def SHL8m1 : I<0xD0, MRM4m, (outs), (ins i8mem :$dst), 107 def SHL16m1 : I<0xD1, MRM4m, (outs), (ins i16mem:$dst), [all …]
|
D | X86InstrSystem.td | 351 def VERRm : I<0x00, MRM4m, (outs), (ins i16mem:$seg), "verr\t$seg", []>, TB, NotMemoryFoldable; 424 def SMSW16m : I<0x01, MRM4m, (outs), (ins i16mem:$dst), 525 def XSAVE : I<0xAE, MRM4m, (outs), (ins opaquemem:$dst), 528 def XSAVE64 : RI<0xAE, MRM4m, (outs), (ins opaquemem:$dst), 543 def XSAVEC : I<0xC7, MRM4m, (outs), (ins opaquemem:$dst), 546 def XSAVEC64 : RI<0xC7, MRM4m, (outs), (ins opaquemem:$dst), 702 def PTWRITEm: I<0xAE, MRM4m, (outs), (ins i32mem:$dst), 705 def PTWRITE64m : RI<0xAE, MRM4m, (outs), (ins i64mem:$dst),
|
D | X86InstrFPStack.td | 298 defm SUB : FPBinary<any_fsub, MRM4m, "sub">; 400 def FLDENVm : FPI<0xD9, MRM4m, (outs), (ins f32mem:$src), "fldenv\t$src">; 401 def FRSTORm : FPI<0xDD, MRM4m, (outs), (ins f32mem:$dst), "frstor\t$dst">; 412 def FBLDm : FPI<0xDF, MRM4m, (outs), (ins f80mem:$src), "fbld\t$src">;
|
D | X86InstrArithmetic.td | 85 def MUL8m : I<0xF6, MRM4m, (outs), (ins i8mem :$src), 95 def MUL16m : I<0xF7, MRM4m, (outs), (ins i16mem:$src), 99 def MUL32m : I<0xF7, MRM4m, (outs), (ins i32mem:$src), 103 def MUL64m : RI<0xF7, MRM4m, (outs), (ins i64mem:$src), 1172 defm AND : ArithBinOp_RF<0x20, 0x22, 0x24, "and", MRM4r, MRM4m,
|
D | X86InstrInfo.td | 1853 def BT16mi8 : Ii8<0xBA, MRM4m, (outs), (ins i16mem:$src1, i16u8imm:$src2), 1858 def BT32mi8 : Ii8<0xBA, MRM4m, (outs), (ins i32mem:$src1, i32u8imm:$src2), 1863 def BT64mi8 : RIi8<0xBA, MRM4m, (outs), (ins i64mem:$src1, i64u8imm:$src2), 2668 defm TZMSK : tbm_binary_intr<0x01, "tzmsk", WriteALU, MRM4r, MRM4m>;
|
D | X86InstrFormats.td | 38 def MRM3m : Format<43>; def MRM4m : Format<44>; def MRM5m : Format<45>;
|
D | X86InstrCompiler.td | 778 defm LOCK_AND : LOCK_ArithBinOp<0x20, 0x80, 0x83, MRM4m, X86lock_and, "and">;
|
D | X86InstrAVX512.td | 5905 defm VPSRA : avx512_shift_rmi_dq<0x72, 0x72, MRM4r, MRM4m, "vpsra", X86vsrai, 5907 avx512_shift_rmi_w<0x71, MRM4r, MRM4m, "vpsraw", X86vsrai,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 627 MRM4m = 44, MRM5m = 45, MRM6m = 46, MRM7m = 47, // Format /4 /5 /6 /7 enumerator 1064 case X86II::MRM4m: case X86II::MRM5m: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 969 case X86II::MRM4m: in emitVEXOpcodePrefix() 1230 case X86II::MRM4m: in determineREXPrefix() 1662 case X86II::MRM4m: in encodeInstruction()
|