Home
last modified time | relevance | path

Searched refs:accum (Results 1 – 4 of 4) sorted by relevance

/qemu/target/i386/tcg/
H A Dfpu_helper.c1150 accum = floatx80_mul(accum, y, &env->fp_status); in helper_f2xm1()
1152 accum = floatx80_mul(accum, y, &env->fp_status); in helper_f2xm1()
1154 accum = floatx80_mul(accum, y, &env->fp_status); in helper_f2xm1()
1944 accum = floatx80_mul(accum, t2, &env->fp_status); in helper_fyl2x_common()
1946 accum = floatx80_mul(accum, t2, &env->fp_status); in helper_fyl2x_common()
1948 accum = floatx80_mul(accum, t2, &env->fp_status); in helper_fyl2x_common()
1950 accum = floatx80_mul(accum, t2, &env->fp_status); in helper_fyl2x_common()
1952 accum = floatx80_mul(accum, t2, &env->fp_status); in helper_fyl2x_common()
1954 accum = floatx80_mul(accum, t2, &env->fp_status); in helper_fyl2x_common()
1956 accum = floatx80_mul(accum, t2, &env->fp_status); in helper_fyl2x_common()
[all …]
/qemu/target/hexagon/imported/mmvec/
H A Dext.idef557 fHIDE(size8s_t accum;)
560 VdV.w[i] = fVSATW(accum))
564 fHIDE(size8s_t accum;)
574 fHIDE(size8s_t accum;)
577 VdV.w[i] = fVSATW(accum))
584 VxV.w[i] = fVSATW(accum))
591 fHIDE(size8s_t accum;)
594 VdV.w[i] = fVSATW(accum))
601 VxV.w[i] = fVSATW(accum))
612 fHIDE(size8s_t accum;)
[all …]
/qemu/target/hexagon/imported/
H A Dmpy.idef782 /* complex mac with full 64-bit accum - no sat, no shift */
783 /* either do real or accum, never both */
871 /* Complex mpy/mac with 2x32 bit accum, sat, shift */
911 /* Vector mpy/mac with 2x32 bit accum, sat, shift */
/qemu/target/arm/tcg/
H A Dtranslate-a64.c11186 bool accum = (opcode == 0x6); in handle_2misc_pairwise() local
11204 if (accum) { in handle_2misc_pairwise()
11225 if (accum) { in handle_2misc_pairwise()