Searched refs:psubsb (Results 1 - 13 of 13) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp8dsp_loopfilter.asm | 234 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 D | vp9lpf.asm | 787 psubsb m2, m4 ; (signed) q0 - p0 790 psubsb m4, m5 ; (signed) p1 - q1
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | sse-instr.h | 60 V(psubsb, 66, 0F, E8) \
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | sse-instr.h | 88 V(psubsb, 66, 0F, E8) \
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | x86.hpp | 51 RValue<SByte8> psubsb(RValue<SByte8> x, RValue<SByte8> y);
|
H A D | SubzeroReactor.cpp | 2467 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 D | LLVMReactor.cpp | 1961 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 D | macro-assembler-shared-ia32-x64.h | 315 AVX_OP(Psubsb, psubsb)
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 1533 AVX_INSTR psubsb, mmx, 0, 0, 0
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 1553 #define PSUBSB(a, b) psubsb P_ARG2(a, b)
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 3664 ASSEMBLE_SIMD_BINOP(psubsb); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 3398 liftoff::EmitSimdNonCommutativeBinOp<&Assembler::vpsubsb, &Assembler::psubsb>(
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 2973 liftoff::EmitSimdNonCommutativeBinOp<&Assembler::vpsubsb, &Assembler::psubsb>( in emit_i8x16_sub_sat_s()
|
Completed in 45 milliseconds