Home
last modified time | relevance | path

Searched refs:float_muladd_negate_c (Results 1 – 25 of 85) sorted by relevance

1234

/dports/emulators/bochs/bochs-2.7/cpu/
H A Dsimd_pfp.h426 …n) = float32_muladd(op1->xmm32u(n), op2->xmm32u(n), op3->xmm32u(n), float_muladd_negate_c, status); in xmm_fmsubps()
443 …n) = float64_muladd(op1->xmm64u(n), op2->xmm64u(n), op3->xmm64u(n), float_muladd_negate_c, status); in xmm_fmsubpd()
459 …0) = float32_muladd(op1->xmm32u(0), op2->xmm32u(0), op3->xmm32u(0), float_muladd_negate_c, status); in xmm_fmaddsubps()
461 …2) = float32_muladd(op1->xmm32u(2), op2->xmm32u(2), op3->xmm32u(2), float_muladd_negate_c, status); in xmm_fmaddsubps()
468 …0) = float32_muladd(op1->xmm32u(0), op2->xmm32u(0), op3->xmm32u(0), float_muladd_negate_c, status); in xmm_fmaddsubps_mask()
478 …2) = float32_muladd(op1->xmm32u(2), op2->xmm32u(2), op3->xmm32u(2), float_muladd_negate_c, status); in xmm_fmaddsubps_mask()
490 …0) = float64_muladd(op1->xmm64u(0), op2->xmm64u(0), op3->xmm64u(0), float_muladd_negate_c, status); in xmm_fmaddsubpd()
497 …0) = float64_muladd(op1->xmm64u(0), op2->xmm64u(0), op3->xmm64u(0), float_muladd_negate_c, status); in xmm_fmaddsubpd_mask()
510 …1) = float32_muladd(op1->xmm32u(1), op2->xmm32u(1), op3->xmm32u(1), float_muladd_negate_c, status); in xmm_fmsubaddps()
512 …3) = float32_muladd(op1->xmm32u(3), op2->xmm32u(3), op3->xmm32u(3), float_muladd_negate_c, status); in xmm_fmsubaddps()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/riscv/
H A Dfpu_helper.c98 return float32_muladd(frs1, frs2, frs3, float_muladd_negate_c, in helper_fmsub_s()
105 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c, in helper_fmsub_d()
126 return float32_muladd(frs1, frs2, frs3, float_muladd_negate_c | in helper_fnmadd_s()
133 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c | in helper_fnmadd_d()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/riscv/
H A Dfpu_helper.c98 return float32_muladd(frs1, frs2, frs3, float_muladd_negate_c, in helper_fmsub_s()
105 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c, in helper_fmsub_d()
126 return float32_muladd(frs1, frs2, frs3, float_muladd_negate_c | in helper_fnmadd_s()
133 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c | in helper_fnmadd_d()
/dports/emulators/qemu42/qemu-4.2.1/target/riscv/
H A Dfpu_helper.c98 return float32_muladd(frs1, frs2, frs3, float_muladd_negate_c, in helper_fmsub_s()
105 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c, in helper_fmsub_d()
126 return float32_muladd(frs1, frs2, frs3, float_muladd_negate_c | in helper_fnmadd_s()
133 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c | in helper_fnmadd_d()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/riscv/
H A Dfpu_helper.c98 return float32_muladd(frs1, frs2, frs3, float_muladd_negate_c, in helper_fmsub_s()
105 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c, in helper_fmsub_d()
126 return float32_muladd(frs1, frs2, frs3, float_muladd_negate_c | in helper_fnmadd_s()
133 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c | in helper_fnmadd_d()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/riscv/
H A Dfpu_helper.c98 return float32_muladd(frs1, frs2, frs3, float_muladd_negate_c, in helper_fmsub_s()
105 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c, in helper_fmsub_d()
126 return float32_muladd(frs1, frs2, frs3, float_muladd_negate_c | in helper_fnmadd_s()
133 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c | in helper_fnmadd_d()
/dports/emulators/qemu5/qemu-5.2.0/target/riscv/
H A Dfpu_helper.c108 return do_fmadd_s(env, frs1, frs2, frs3, float_muladd_negate_c); in helper_fmsub_s()
114 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c, in helper_fmsub_d()
135 float_muladd_negate_c | float_muladd_negate_product); in helper_fnmadd_s()
141 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c | in helper_fnmadd_d()
/dports/emulators/fs-uae/fs-uae-3.1.35/softfloat/
H A Dsoftfloat.h120 float_muladd_negate_c = 1, enumerator
122 float_muladd_negate_result = float_muladd_negate_c | float_muladd_negate_product
284 return float32_muladd(a, b, c, float_muladd_negate_c, status); in float32_fmsub()
350 return float64_muladd(a, b, c, float_muladd_negate_c, status); in float64_fmsub()
H A Dsoftfloat-muladd.cc180 if (flags & float_muladd_negate_c) { in float32_muladd()
393 if (flags & float_muladd_negate_c) { in float64_muladd()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/riscv/
H A Dfpu_helper.c108 return do_fmadd_s(env, frs1, frs2, frs3, float_muladd_negate_c); in helper_fmsub_s()
114 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c, in helper_fmsub_d()
135 float_muladd_negate_c | float_muladd_negate_product); in helper_fnmadd_s()
141 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c | in helper_fnmadd_d()
/dports/emulators/qemu/qemu-6.2.0/target/riscv/
H A Dfpu_helper.c108 return do_fmadd_s(env, frs1, frs2, frs3, float_muladd_negate_c); in helper_fmsub_s()
114 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c, in helper_fmsub_d()
135 float_muladd_negate_c | float_muladd_negate_product); in helper_fnmadd_s()
141 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c | in helper_fnmadd_d()
/dports/emulators/qemu60/qemu-6.0.0/target/riscv/
H A Dfpu_helper.c108 return do_fmadd_s(env, frs1, frs2, frs3, float_muladd_negate_c); in helper_fmsub_s()
114 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c, in helper_fmsub_d()
135 float_muladd_negate_c | float_muladd_negate_product); in helper_fnmadd_s()
141 return float64_muladd(frs1, frs2, frs3, float_muladd_negate_c | in helper_fnmadd_d()
/dports/emulators/bochs/bochs-2.7/cpu/fpu/
H A Dsoftfloat.h118 float_muladd_negate_c = 1, enumerator
120 float_muladd_negate_result = float_muladd_negate_c | float_muladd_negate_product
283 return float32_muladd(a, b, c, float_muladd_negate_c, status); in float32_fmsub()
358 return float64_muladd(a, b, c, float_muladd_negate_c, status); in float64_fmsub()
H A Dsoftfloat-muladd.cc180 if (flags & float_muladd_negate_c) { in float32_muladd()
393 if (flags & float_muladd_negate_c) { in float64_muladd()
/dports/emulators/qemu-utils/qemu-4.2.1/target/s390x/
H A Dvec_fpu_helper.c547 vfma64(v1, v2, v3, v4, env, false, float_muladd_negate_c, GETPC()); in HELPER()
553 vfma64(v1, v2, v3, v4, env, true, float_muladd_negate_c, GETPC()); in HELPER()
H A Dfpu_helper.c724 float32 ret = float32_muladd(f2, f3, f1, float_muladd_negate_c, in HELPER()
734 float64 ret = float64_muladd(f2, f3, f1, float_muladd_negate_c, in HELPER()
/dports/emulators/qemu5/qemu-5.2.0/target/s390x/
H A Dvec_fpu_helper.c547 vfma64(v1, v2, v3, v4, env, false, float_muladd_negate_c, GETPC()); in HELPER()
553 vfma64(v1, v2, v3, v4, env, true, float_muladd_negate_c, GETPC()); in HELPER()
H A Dfpu_helper.c724 float32 ret = float32_muladd(f2, f3, f1, float_muladd_negate_c, in HELPER()
734 float64 ret = float64_muladd(f2, f3, f1, float_muladd_negate_c, in HELPER()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/s390x/
H A Dvec_fpu_helper.c547 vfma64(v1, v2, v3, v4, env, false, float_muladd_negate_c, GETPC()); in HELPER()
553 vfma64(v1, v2, v3, v4, env, true, float_muladd_negate_c, GETPC()); in HELPER()
H A Dfpu_helper.c724 float32 ret = float32_muladd(f2, f3, f1, float_muladd_negate_c, in HELPER()
734 float64 ret = float64_muladd(f2, f3, f1, float_muladd_negate_c, in HELPER()
/dports/emulators/qemu42/qemu-4.2.1/target/s390x/
H A Dvec_fpu_helper.c547 vfma64(v1, v2, v3, v4, env, false, float_muladd_negate_c, GETPC()); in HELPER()
553 vfma64(v1, v2, v3, v4, env, true, float_muladd_negate_c, GETPC()); in HELPER()
H A Dfpu_helper.c724 float32 ret = float32_muladd(f2, f3, f1, float_muladd_negate_c, in HELPER()
734 float64 ret = float64_muladd(f2, f3, f1, float_muladd_negate_c, in HELPER()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/s390x/
H A Dvec_fpu_helper.c547 vfma64(v1, v2, v3, v4, env, false, float_muladd_negate_c, GETPC()); in HELPER()
553 vfma64(v1, v2, v3, v4, env, true, float_muladd_negate_c, GETPC()); in HELPER()
/dports/emulators/qemu60/qemu-6.0.0/target/s390x/
H A Dvec_fpu_helper.c547 vfma64(v1, v2, v3, v4, env, false, float_muladd_negate_c, GETPC()); in HELPER()
553 vfma64(v1, v2, v3, v4, env, true, float_muladd_negate_c, GETPC()); in HELPER()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/s390x/
H A Dfpu_helper.c632 float32 ret = float32_muladd(f2, f3, f1, float_muladd_negate_c, in HELPER()
642 float64 ret = float64_muladd(f2, f3, f1, float_muladd_negate_c, in HELPER()

1234