Home
last modified time | relevance | path

Searched refs:psubsw (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Dxvididct.asm389 psubsw TAN3, xmm5
394 psubsw TAN1, xmm7
397 psubsw xmm3, xmm1
398 psubsw TAN1, TAN3
402 psubsw xmm3, TAN3
416 psubsw xmm5, REG6
421 psubsw REG0, REG4
424 psubsw REG4, xmm7
427 psubsw REG0, xmm5
430 psubsw xmm
[all...]
H A Dvp3dsp.asm212 psubsw m6, m2 ; r6 = D = c3*i5 - c5*i3
220 psubsw m3, m5 ; r3 = B = c7*i1 - c1*i7
224 psubsw m0, m4 ; r0 = A - C
230 psubsw m3, m6 ; r3 = B - D
236 psubsw m1, m5 ; r1 = H = c6*i2 - c2*i6
247 psubsw m5, m1 ; r5 = B.. = B. - H
249 psubsw m6, m3 ; r6 = i0 - i4
258 psubsw m6, m2 ; r6 = F. = F - A.
263 psubsw m2, m1 ; r2 = R2 = A.. - H.
270 psubsw m
[all...]
H A Drv34dsp.asm74 psubsw mm4, mm2 ; b0 - b2
84 psubsw mm5, mm3 ; z2 = b1* 7 - b3*17
88 psubsw mm7, mm1 ; z0 - z3
90 psubsw mm6, mm5 ; z1 - z2
/third_party/ffmpeg/libswscale/x86/
H A Dyuv_2_rgb.asm164 psubsw m0, m2 ; U = U - 128
165 psubsw m1, m3 ; V = V - 128
180 psubsw m0, u_offset ; U = U - 128
181 psubsw m1, v_offset ; V = V - 128
/third_party/node/deps/v8/src/codegen/ia32/
H A Dsse-instr.h61 V(psubsw, 66, 0F, E9) \
/third_party/node/deps/v8/src/codegen/x64/
H A Dsse-instr.h89 V(psubsw, 66, 0F, E9) \
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A Dx86.hpp47 RValue<Short4> psubsw(RValue<Short4> x, RValue<Short4> y);
H A DSubzeroReactor.cpp2672 auto psubsw = Ice::InstIntrinsic::create(::function, 2, result, intrinsic);
2673 psubsw->addArg(x.value());
2674 psubsw->addArg(y.value());
2675 ::basicBlock->appendInst(psubsw);
H A DLLVMReactor.cpp2108 return x86::psubsw(x, y); in SubSat()
3808 RValue<Short4> psubsw(RValue<Short4> x, RValue<Short4> y) in psubsw() function
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.h316 AVX_OP(Psubsw, psubsw)
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm1534 AVX_INSTR psubsw, mmx, 0, 0, 0
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h1554 #define PSUBSW(a, b) psubsw P_ARG2(a, b)
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc3413 ASSEMBLE_SIMD_BINOP(psubsw); in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h3529 liftoff::EmitSimdNonCommutativeBinOp<&Assembler::vpsubsw, &Assembler::psubsw>(
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h3104 liftoff::EmitSimdNonCommutativeBinOp<&Assembler::vpsubsw, &Assembler::psubsw>( in emit_i16x8_sub_sat_s()

Completed in 43 milliseconds