/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 234 def CALL16m : I<0xFF, MRM2m, (outs), (ins i16mem:$dst), 242 def CALL32m : I<0xFF, MRM2m, (outs), (ins i32mem:$dst), 254 def CALL16m_NT : I<0xFF, MRM2m, (outs), (ins i16mem : $dst), 261 def CALL32m_NT : I<0xFF, MRM2m, (outs), (ins i32mem : $dst), 338 def CALL64m : I<0xFF, MRM2m, (outs), (ins i64mem:$dst), 348 def CALL64m_NT : I<0xFF, MRM2m, (outs), (ins i64mem : $dst),
|
D | X86InstrShiftRotate.td | 395 def RCL8m1 : I<0xD0, MRM2m, (outs), (ins i8mem:$dst), 397 def RCL8mi : Ii8<0xC0, MRM2m, (outs), (ins i8mem:$dst, u8imm:$cnt), 399 def RCL16m1 : I<0xD1, MRM2m, (outs), (ins i16mem:$dst), 401 def RCL16mi : Ii8<0xC1, MRM2m, (outs), (ins i16mem:$dst, u8imm:$cnt), 403 def RCL32m1 : I<0xD1, MRM2m, (outs), (ins i32mem:$dst), 405 def RCL32mi : Ii8<0xC1, MRM2m, (outs), (ins i32mem:$dst, u8imm:$cnt), 407 def RCL64m1 : RI<0xD1, MRM2m, (outs), (ins i64mem:$dst), 409 def RCL64mi : RIi8<0xC1, MRM2m, (outs), (ins i64mem:$dst, u8imm:$cnt), 433 def RCL8mCL : I<0xD2, MRM2m, (outs), (ins i8mem:$dst), 435 def RCL16mCL : I<0xD3, MRM2m, (outs), (ins i16mem:$dst), [all …]
|
D | X86InstrFPStack.td | 385 def FCOM32m : FPI<0xD8, MRM2m, (outs), (ins f32mem:$src), "fcom{s}\t$src">; 388 def FCOM64m : FPI<0xDC, MRM2m, (outs), (ins f64mem:$src), "fcom{l}\t$src">; 391 def FICOM16m : FPI<0xDE, MRM2m, (outs), (ins i16mem:$src), "ficom{s}\t$src">; 394 def FICOM32m : FPI<0xDA, MRM2m, (outs), (ins i32mem:$src), "ficom{l}\t$src">; 559 def ST_F32m : FPI<0xD9, MRM2m, (outs), (ins f32mem:$dst), "fst{s}\t$dst">; 560 def ST_F64m : FPI<0xDD, MRM2m, (outs), (ins f64mem:$dst), "fst{l}\t$dst">; 564 def IST_F16m : FPI<0xDF, MRM2m, (outs), (ins i16mem:$dst), "fist{s}\t$dst">; 565 def IST_F32m : FPI<0xDB, MRM2m, (outs), (ins i32mem:$dst), "fist{l}\t$dst">;
|
D | X86Instr3DNow.td | 102 def PREFETCHWT1 : I<0x0D, MRM2m, (outs), (ins i8mem:$addr), "prefetchwt1\t$addr",
|
D | X86InstrSystem.td | 385 def LGDT16m : I<0x01, MRM2m, (outs), (ins opaquemem:$src), 387 def LGDT32m : I<0x01, MRM2m, (outs), (ins opaquemem:$src), 389 def LGDT64m : I<0x01, MRM2m, (outs), (ins opaquemem:$src), 400 def LLDT16m : I<0x00, MRM2m, (outs), (ins i16mem:$src),
|
D | X86InstrArithmetic.td | 410 def NOT8m : I<0xF6, MRM2m, (outs), (ins i8mem :$dst), 413 def NOT16m : I<0xF7, MRM2m, (outs), (ins i16mem:$dst), 417 def NOT32m : I<0xF7, MRM2m, (outs), (ins i32mem:$dst), 421 def NOT64m : RI<0xF7, MRM2m, (outs), (ins i64mem:$dst), "not{q}\t$dst", 1186 defm ADC : ArithBinOp_RFF<0x10, 0x12, 0x14, "adc", MRM2r, MRM2m, X86adc_flag,
|
D | X86InstrFormats.td | 37 def MRM0m : Format<40>; def MRM1m : Format<41>; def MRM2m : Format<42>;
|
D | X86InstrInfo.td | 2434 defm BLSMSK32 : bmi_bls<"blsmsk{l}", MRM2r, MRM2m, GR32, i32mem, WriteBLS>; 2435 defm BLSMSK64 : bmi_bls<"blsmsk{q}", MRM2r, MRM2m, GR64, i64mem, WriteBLS>, VEX_W; 2665 defm BLSFILL : tbm_binary_intr<0x01, "blsfill", WriteALU, MRM2r, MRM2m>;
|
D | X86InstrAVX512.td | 5895 defm VPSRL : avx512_shift_rmi_dq<0x72, 0x73, MRM2r, MRM2m, "vpsrl", X86vsrli, 5897 avx512_shift_rmi_w<0x71, MRM2r, MRM2m, "vpsrlw", X86vsrli, 9727 defm VGATHERPF1DPS: avx512_gather_scatter_prefetch<0xC6, MRM2m, "vgatherpf1dps", 9730 defm VGATHERPF1QPS: avx512_gather_scatter_prefetch<0xC7, MRM2m, "vgatherpf1qps", 9733 defm VGATHERPF1DPD: avx512_gather_scatter_prefetch<0xC6, MRM2m, "vgatherpf1dpd", 9736 defm VGATHERPF1QPD: avx512_gather_scatter_prefetch<0xC7, MRM2m, "vgatherpf1qpd",
|
D | X86InstrSSE.td | 3163 def PREFETCHT1 : I<0x18, MRM2m, (outs), (ins i8mem:$src), 3205 def VLDMXCSR : VPSI<0xAE, MRM2m, (outs), (ins i32mem:$src), 3214 def LDMXCSR : I<0xAE, MRM2m, (outs), (ins i32mem:$src),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 626 MRM0m = 40, MRM1m = 41, MRM2m = 42, MRM3m = 43, // Format /0 /1 /2 /3 enumerator 1063 case X86II::MRM2m: case X86II::MRM3m: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 967 case X86II::MRM2m: in emitVEXOpcodePrefix() 1228 case X86II::MRM2m: in determineREXPrefix() 1660 case X86II::MRM2m: in encodeInstruction()
|