Home
last modified time | relevance | path

Searched refs:psubusw (Results 1 - 21 of 21) sorted by relevance

/third_party/ffmpeg/libavfilter/x86/
H A Dvf_pullup.asm80 psubusw m0, m1
81 psubusw m1, m2
94 psubusw m0, m1
95 psubusw m1, m2
108 psubusw m0, m1
109 psubusw m1, m2
122 psubusw m0, m1
123 psubusw m1, m2
H A Dvf_idet.asm32 psubusw %3, %2, %1
33 psubusw %1, %2
54 psubusw m5, m2, m3 ; ba
58 psubusw m3, m2 ; ab
61 psubusw m6, m4 ; bc
62 psubusw m4, m2 ; cb
H A Dyadif-16.asm61 psubusw %1, %2
74 psubusw m5, m4
78 psubusw m2, m3
79 psubusw m3, m4
185 psubusw m2, m3
186 psubusw m3, m4
H A Dyadif-10.asm37 psubusw %1, %2
50 psubusw m5, m4
53 psubusw m2, m3
54 psubusw m3, m4
152 psubusw m2, m3
153 psubusw m3, m4
H A Dvf_interlace.asm131 psubusw m0, m2
132 psubusw m1, m3
184 psubusw m0, m2
185 psubusw m1, m3
H A Dvf_fspp.asm269 psubusw m5, [thrq+%2]
270 psubusw m2, m6
285 psubusw m1, [thrq+2*16+%2]
288 psubusw m6, m7
348 psubusw m1, m3
349 psubusw m5, m2
350 psubusw m6, m4
357 psubusw m0, m7
H A Dvf_maskedclamp.asm87 psubusw m1, m3
H A Dvf_removegrain.asm139 psubusw %3, %1
140 psubusw %1, %2
/third_party/node/deps/v8/src/codegen/ia32/
H A Dsse-instr.h63 V(psubusw, 66, 0F, D9) \
/third_party/node/deps/v8/src/codegen/x64/
H A Dsse-instr.h77 V(psubusw, 66, 0F, D9) \
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A Dx86.hpp49 RValue<UShort4> psubusw(RValue<UShort4> x, RValue<UShort4> y);
H A DSubzeroReactor.cpp2312 auto psubusw = Ice::InstIntrinsic::create(::function, 2, result, intrinsic);
2313 psubusw->addArg(x.value());
2314 psubusw->addArg(y.value());
2315 ::basicBlock->appendInst(psubusw);
2961 auto psubusw = Ice::InstIntrinsic::create(::function, 2, result, intrinsic);
2962 psubusw->addArg(x.value());
2963 psubusw->addArg(y.value());
2964 ::basicBlock->appendInst(psubusw);
H A DLLVMReactor.cpp2254 return x86::psubusw(x, y); in SubSat()
3818 RValue<UShort4> psubusw(RValue<UShort4> x, RValue<UShort4> y) in psubusw() function
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_deblock_10bit.asm40 psubusw %5, %2, %1
41 psubusw %4, %1, %2
48 psubusw %4, %2, %1
49 psubusw %5, %1, %2
H A Dhevc_sao_10bit.asm200 psubusw %4, %2, %3
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.h318 AVX_OP(Psubusw, psubusw)
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm1536 AVX_INSTR psubusw, mmx, 0, 0, 0
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h1557 #define PSUBUSW(a, b) psubusw P_ARG2(a, b)
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc3473 ASSEMBLE_SIMD_BINOP(psubusw); in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h3537 &Assembler::psubusw>(this, dst, lhs,
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h3112 &Assembler::psubusw>(this, dst, lhs, in emit_i16x8_sub_sat_u()

Completed in 45 milliseconds