Home
last modified time | relevance | path

Searched refs:float32_two (Results 1 – 25 of 36) sorted by relevance

12

/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dhelper-a64.c212 #define float32_two make_float32(0x40000000) macro
227 return float32_two; in HELPER()
229 return float32_muladd(a, b, float32_two, 0, fpst); in HELPER()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dhelper-a64.c212 #define float32_two make_float32(0x40000000) macro
227 return float32_two; in HELPER()
229 return float32_muladd(a, b, float32_two, 0, fpst); in HELPER()
H A Dhelper.c5216 #define float32_two make_float32(0x40000000) macro
5228 return float32_two; in HELPER()
5230 return float32_sub(float32_two, float32_mul(a, b, s), s); in HELPER()
5245 return float32_div(float32_sub(float32_three, product, s), float32_two, s); in HELPER()
/dports/emulators/qemu-utils/qemu-4.2.1/target/arm/
H A Dvfp_helper.c580 #define float32_two make_float32(0x40000000) macro
592 return float32_two; in HELPER()
594 return float32_sub(float32_two, float32_mul(a, b, s), s); in HELPER()
609 return float32_div(float32_sub(float32_three, product, s), float32_two, s); in HELPER()
H A Dhelper-a64.c240 #define float32_two make_float32(0x40000000) macro
273 return float32_two; in HELPER()
275 return float32_muladd(a, b, float32_two, 0, fpst); in HELPER()
/dports/emulators/qemu42/qemu-4.2.1/target/arm/
H A Dvfp_helper.c580 #define float32_two make_float32(0x40000000) macro
592 return float32_two; in HELPER()
594 return float32_sub(float32_two, float32_mul(a, b, s), s); in HELPER()
609 return float32_div(float32_sub(float32_three, product, s), float32_two, s); in HELPER()
H A Dhelper-a64.c240 #define float32_two make_float32(0x40000000) macro
273 return float32_two; in HELPER()
275 return float32_muladd(a, b, float32_two, 0, fpst); in HELPER()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/arm/
H A Dvfp_helper.c580 #define float32_two make_float32(0x40000000) macro
592 return float32_two; in HELPER()
594 return float32_sub(float32_two, float32_mul(a, b, s), s); in HELPER()
609 return float32_div(float32_sub(float32_three, product, s), float32_two, s); in HELPER()
H A Dhelper-a64.c241 #define float32_two make_float32(0x40000000) macro
274 return float32_two; in HELPER()
276 return float32_muladd(a, b, float32_two, 0, fpst); in HELPER()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/arm/
H A Dvfp_helper.c580 #define float32_two make_float32(0x40000000) macro
592 return float32_two; in HELPER()
594 return float32_sub(float32_two, float32_mul(a, b, s), s); in HELPER()
609 return float32_div(float32_sub(float32_three, product, s), float32_two, s); in HELPER()
H A Dhelper-a64.c241 #define float32_two make_float32(0x40000000) macro
274 return float32_two; in HELPER()
276 return float32_muladd(a, b, float32_two, 0, fpst); in HELPER()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/arm/
H A Dhelper-a64.c209 #define float32_two make_float32(0x40000000) macro
242 return float32_two; in HELPER()
244 return float32_muladd(a, b, float32_two, 0, fpst); in HELPER()
/dports/emulators/qemu5/qemu-5.2.0/target/arm/
H A Dhelper-a64.c263 return float32_two; in HELPER()
265 return float32_muladd(a, b, float32_two, 0, fpst); in HELPER()
H A Dvec_helper.c855 return float32_two; in float32_recps_nf()
857 return float32_sub(float32_two, float32_mul(op1, op2, stat), stat); in float32_recps_nf()
884 return float32_div(op1, float32_two, stat); in float32_rsqrts_nf()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/arm/
H A Dhelper-a64.c231 return float32_two;
233 return float32_muladd(a, b, float32_two, 0, fpst);
H A Dvec_helper.c1128 return float32_two; in float32_recps_nf()
1130 return float32_sub(float32_two, float32_mul(op1, op2, stat), stat); in float32_recps_nf()
1157 return float32_div(op1, float32_two, stat); in float32_rsqrts_nf()
/dports/emulators/qemu/qemu-6.2.0/target/arm/
H A Dhelper-a64.c230 return float32_two; in HELPER()
232 return float32_muladd(a, b, float32_two, 0, fpst); in HELPER()
H A Dvec_helper.c1128 return float32_two; in float32_recps_nf()
1130 return float32_sub(float32_two, float32_mul(op1, op2, stat), stat); in float32_recps_nf()
1157 return float32_div(op1, float32_two, stat); in float32_rsqrts_nf()
/dports/emulators/qemu60/qemu-6.0.0/target/arm/
H A Dhelper-a64.c231 return float32_two; in HELPER()
233 return float32_muladd(a, b, float32_two, 0, fpst); in HELPER()
H A Dvec_helper.c855 return float32_two; in float32_recps_nf()
857 return float32_sub(float32_two, float32_mul(op1, op2, stat), stat); in float32_recps_nf()
884 return float32_div(op1, float32_two, stat); in float32_rsqrts_nf()
/dports/emulators/qemu42/qemu-4.2.1/include/fpu/
H A Dsoftfloat.h428 #define float32_two make_float32(0x40000000) macro
/dports/emulators/qemu-utils/qemu-4.2.1/include/fpu/
H A Dsoftfloat.h428 #define float32_two make_float32(0x40000000) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/fpu/
H A Dsoftfloat.h428 #define float32_two make_float32(0x40000000) macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/fpu/
H A Dsoftfloat.h428 #define float32_two make_float32(0x40000000) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/fpu/
H A Dsoftfloat.h476 #define float32_two make_float32(0x40000000) macro

12