Home
last modified time | relevance | path

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

/qemu/docs/interop/
H A Dqemu-ga.rst28 option wins, but the lists accumulate (see below for configuration
/qemu/target/arm/tcg/
H A Dsve.decode1054 # SVE floating-point multiply-accumulate writing addend
1060 # SVE floating-point multiply-accumulate writing multiplicand
1451 ## SVE integer matrix multiply accumulate
1472 ## SVE2 integer absolute difference and accumulate long
1485 ## SVE2 bitwise shift right and accumulate
1498 ## SVE2 integer absolute difference and accumulate
1604 ### SVE2 floating point matrix multiply accumulate
H A Da32.decode139 # Multiply and multiply accumulate
164 # Halfword multiply and multiply accumulate
H A Dt32.decode261 # Multiply and multiply accumulate
H A Dmve.decode422 # multiply-add long dual accumulate
H A Dtranslate-a64.c8761 TCGv_i64 tcg_rnd, bool accumulate, in handle_shri_with_rndacc() argument
8774 if (!accumulate && is_u) { in handle_shri_with_rndacc()
8830 if (accumulate) { in handle_shri_with_rndacc()
8845 bool accumulate = false; in handle_scalar_simd_shri() local
8863 accumulate = true; in handle_scalar_simd_shri()
8869 accumulate = round = true; in handle_scalar_simd_shri()
8883 tcg_rd = (accumulate || insert) ? read_fp_dreg(s, rd) : tcg_temp_new_i64(); in handle_scalar_simd_shri()
8896 accumulate, is_u, size, shift); in handle_scalar_simd_shri()
/qemu/target/hexagon/imported/
H A Dfloat.idef242 "Multiply low*high and accumulate",
248 "Multiply high*high and accumulate with L*H value",
H A Dmpy.idef136 "Add with accumulate",
140 "Add with accumulate",
144 "Add with neg accumulate",
148 "Add with neg accumulate",
152 "Sub with accumulate",
/qemu/docs/system/arm/
H A Demulation.rst112 - FEAT_RDM (Advanced SIMD rounding double multiply accumulate instructions)
/qemu/target/hexagon/imported/mmvec/
H A Dext.idef491 "Vector Dual Multiply-Accumulates unsigned bytes by bytes, and accumulate",
498 "Vector Dual Multiply-Accumulates unsigned bytes by bytes, and accumulate Sliding Window Reduction…
506 "Vector Dual Multiply-Accumulates unsigned bytes by bytes, and accumulate Sliding Window Reduction…
556 "Vector halfword multiply, accumulate pairs, sat to word",
563 "Vector halfword multiply, accumulate pairs, sat to word",
573 "Vector halfword multiply, accumulate pairs, saturate to word",
580 "Vector halfword multiply, accumulate pairs, saturate to word",
611 "Vector halfword multiply, accumulate pairs, saturate to word",
618 "Vector halfword multiply, accumulate pairs, saturate to word",
776 "Dual Vector Unsigned Byte By Signed Byte 4-way Reduction with accumulate and saturation to Word",
[all …]
/qemu/target/mips/tcg/
H A Dmxu_translate.c2989 static void gen_mxu_q8adde(DisasContext *ctx, bool accumulate) in gen_mxu_q8adde() argument
3028 if (accumulate) { in gen_mxu_q8adde()
3051 if (accumulate) { in gen_mxu_q8adde()