/third_party/ffmpeg/libavcodec/x86/ |
D | dct32.asm | 85 addss m7, [outq+76] 87 addss m3, [outq+60] 88 addss m4, m3 90 addss m2, m3 92 addss m3, [outq+108] 93 addss m1, m3 94 addss m5, m4 97 addss m1, m3 100 addss m3, [outq+44] 102 addss m4, m3 [all …]
|
D | sbrdsp.asm | 80 addss m0, m1 537 addss m1, m0
|
/third_party/ffmpeg/libavfilter/x86/ |
D | af_anlmdn.asm | 62 addss xmm0, xmm1 71 addss xm0, xm1
|
D | vf_convolution.asm | 135 addss m4, m1 ; sum += bias 136 addss m4, m5 ; sum += 0.5
|
D | vf_gblur.asm | 109 addss m5, [ptrq + 4*xq] 157 addss m5, [ptrq + 4*xq - 4]
|
D | af_afir.asm | 61 addss xm0, [sumq + lenq]
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
D | sse.h | 585 #define addss_m2r(var, reg) sse_m2r(addss, var, reg) 586 #define addss_r2r(regs, regd) sse_r2r(addss, regs, regd) 587 #define addss(vars, vard, xmmreg) sse_m2m(addss, vars, vard, xmmreg) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README-SSE.txt | 34 addss %xmm0, %xmm1 38 addss %xmm1, %xmm3 40 addss %xmm3, %xmm0 54 addss %xmm1, %xmm2 57 addss %xmm1, %xmm3
|
D | README.txt | 305 00000021 addss %xmm1,%xmm0 1694 addss %xmm1, %xmm0 1697 We could save an instruction here by commuting the addss.
|
/third_party/elfutils/libcpu/ |
D | i386.mnemonics | 10 MNE(addss)
|
D | x86_64.mnemonics | 6 MNE(addss)
|
/third_party/ffmpeg/libavutil/x86/ |
D | float_dsp.asm | 459 addss xmm0, xmm1
|
D | x86inc.asm | 1295 AVX_INSTR addss, sse, 1, 0, 0
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8632.h | 508 void addss(Type Ty, XmmRegister dst, XmmRegister src); 509 void addss(Type Ty, XmmRegister dst, const AsmAddress &src);
|
D | IceAssemblerX8664.h | 527 void addss(Type Ty, XmmRegister dst, XmmRegister src); 528 void addss(Type Ty, XmmRegister dst, const AsmAddress &src);
|
D | IceAssemblerX8632.cpp | 503 void AssemblerX8632::addss(Type Ty, XmmRegister dst, XmmRegister src) { in addss() function in Ice::X8632::AssemblerX8632 511 void AssemblerX8632::addss(Type Ty, XmmRegister dst, const AsmAddress &src) { in addss() function in Ice::X8632::AssemblerX8632
|
D | IceAssemblerX8664.cpp | 543 void AssemblerX8664::addss(Type Ty, XmmRegister dst, XmmRegister src) { in addss() function in Ice::X8664::AssemblerX8664 552 void AssemblerX8664::addss(Type Ty, XmmRegister dst, const AsmAddress &src) { in addss() function in Ice::X8664::AssemblerX8664
|
D | IceInstX8632.h | 3486 &Assembler::addss, &Assembler::addss};
|
D | IceInstX8664.h | 3383 &Assembler::addss, &Assembler::addss};
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/x86/ |
D | x86inc.asm | 1281 AVX_INSTR addss, sse, 1, 0, 0
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | XmmArith.cpp | 89 TestArithSSXmmXmm(FloatSize, Src, 1.0, Dst0, 10.0, addss, +); \ in TEST_F() 90 TestArithSSXmmAddr(FloatSize, 2.0, Dst1, 20.0, addss, +); \ in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | XmmArith.cpp | 84 TestArithSSXmmXmm(FloatSize, Src, 1.0, Dst0, 10.0, addss, +); \ in TEST_F() 85 TestArithSSXmmAddr(FloatSize, 2.0, Dst1, 20.0, addss, +); \ in TEST_F()
|
/third_party/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 |
|
/third_party/elfutils/libcpu/defs/ |
D | i386 | 691 11110011,00001111,01011000,{Mod}{xmmreg}{R_m}:addss {Mod}{R_m},{xmmreg}
|