Home
last modified time | relevance | path

Searched refs:muls (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
Dlossless_audiodsp_altivec.c52 register vec_s16 muls = { mul, mul, mul, mul, mul, mul, mul, mul }; in scalarproduct_and_madd_int16_altivec() local
70 pv1[0] = vec_mladd(t0, muls, i0); in scalarproduct_and_madd_int16_altivec()
71 pv1[1] = vec_mladd(t1, muls, i1); in scalarproduct_and_madd_int16_altivec()
/third_party/ffmpeg/libavcodec/arm/
Dsimple_idct_arm.S109 teq r2, #0 @ if null avoid muls
138 teq r3, #0 @ if null avoid muls
148 teq r4, #0 @ if null avoid muls
198 teq r11, #0 @ if null avoid muls
209 teq r9, #0 @ if null avoid muls
320 teq r2, #0 @ if 0, then avoid muls
341 teq r3, #0 @ if 0 then avoid muls
351 teq r4, #0 @ if 0 then avoid muls
393 teq r11, #0 @ if null avoid muls
404 teq r9, #0 @ if null avoid muls
Dh264cmc_neon.S46 A muls r7, r4, r5
221 A muls r7, r4, r5
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nv50.cpp1745 Value *muls[2]; in processSurfaceCoords() local
1746 bld.mkSplit(muls, 2, mul->getDef(0)); in processSurfaceCoords()
1748 coords[1] = bld.mkOp2v(OP_ADD, TYPE_U16, bld.getSSA(2), coords[1], muls[0]); in processSurfaceCoords()
1750 coords[1] = muls[0]; in processSurfaceCoords()
1816 Value *muls[2]; in processSurfaceCoords() local
1817 bld.mkSplit(muls, 2, mul->getDef(0)); in processSurfaceCoords()
1821 muls[0], in processSurfaceCoords()
Dnv50_ir_peephole.cpp1493 int muls; in opnd() local
1499 muls = 1; in opnd()
1501 muls = 0; in opnd()
1510 i->setSrc(0, si->getSrc(!muls)); in opnd()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h506 void muls(Register rd, Register rn, Register rm, Condition cond = AL);
Dassembler_arm.cc367 void Assembler::muls(Register rd, Register rn, Register rm, Condition cond) { in muls() function in dart::Assembler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.td559 "muls\t$lhs, $rhs",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td213 // For nodes that can be folded into FMAs (i.e. adds and muls), use
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst1661 - freedreno: Introduce a "cpp_shift" value for cpp divs/muls.
D21.2.0.rst3217 - nv50/ir: when constant folding shl(mul, a) we need to copy muls type