Searched refs:psubsw (Results 1 - 15 of 15) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
H A D | xvididct.asm | 389 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 D | vp3dsp.asm | 212 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 D | rv34dsp.asm | 74 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 D | yuv_2_rgb.asm | 164 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 D | sse-instr.h | 61 V(psubsw, 66, 0F, E9) \
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | sse-instr.h | 89 V(psubsw, 66, 0F, E9) \
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | x86.hpp | 47 RValue<Short4> psubsw(RValue<Short4> x, RValue<Short4> y);
|
H A D | SubzeroReactor.cpp | 2672 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 D | LLVMReactor.cpp | 2108 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 D | macro-assembler-shared-ia32-x64.h | 316 AVX_OP(Psubsw, psubsw)
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 1534 AVX_INSTR psubsw, mmx, 0, 0, 0
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 1554 #define PSUBSW(a, b) psubsw P_ARG2(a, b)
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 3413 ASSEMBLE_SIMD_BINOP(psubsw); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 3529 liftoff::EmitSimdNonCommutativeBinOp<&Assembler::vpsubsw, &Assembler::psubsw>(
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 3104 liftoff::EmitSimdNonCommutativeBinOp<&Assembler::vpsubsw, &Assembler::psubsw>( in emit_i16x8_sub_sat_s()
|
Completed in 43 milliseconds