Home
last modified time | relevance | path

Searched refs:psubsb (Results 1 - 13 of 13) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Dvp8dsp_loopfilter.asm234 psubsb m2, m4 ; m2=p1-q1 (signed) backup for below
246 psubsb m5, m0 ; q0-p0 (signed)
587 psubsb m1, m7 ; (signed) q0-p0
592 psubsb m6, m7 ; (signed) p1-q1
975 psubsb m1, m7 ; (signed) q0-p0
980 psubsb m6, m7 ; (signed) p1-q1
H A Dvp9lpf.asm787 psubsb m2, m4 ; (signed) q0 - p0
790 psubsb m4, m5 ; (signed) p1 - q1
/third_party/node/deps/v8/src/codegen/ia32/
H A Dsse-instr.h60 V(psubsb, 66, 0F, E8) \
/third_party/node/deps/v8/src/codegen/x64/
H A Dsse-instr.h88 V(psubsb, 66, 0F, E8) \
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A Dx86.hpp51 RValue<SByte8> psubsb(RValue<SByte8> x, RValue<SByte8> y);
H A DSubzeroReactor.cpp2467 auto psubsb = Ice::InstIntrinsic::create(::function, 2, result, intrinsic);
2468 psubsb->addArg(x.value());
2469 psubsb->addArg(y.value());
2470 ::basicBlock->appendInst(psubsb);
H A DLLVMReactor.cpp1961 return x86::psubsb(x, y); in SubSat()
3828 RValue<SByte8> psubsb(RValue<SByte8> x, RValue<SByte8> y) in psubsb() function
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.h315 AVX_OP(Psubsb, psubsb)
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm1533 AVX_INSTR psubsb, mmx, 0, 0, 0
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h1553 #define PSUBSB(a, b) psubsb P_ARG2(a, b)
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc3664 ASSEMBLE_SIMD_BINOP(psubsb); in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h3398 liftoff::EmitSimdNonCommutativeBinOp<&Assembler::vpsubsb, &Assembler::psubsb>(
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h2973 liftoff::EmitSimdNonCommutativeBinOp<&Assembler::vpsubsb, &Assembler::psubsb>( in emit_i8x16_sub_sat_s()

Completed in 45 milliseconds