/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-arm/ |
H A D | helper-a64.c | 212 #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 D | helper-a64.c | 212 #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 D | helper.c | 5216 #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 D | vfp_helper.c | 580 #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 D | helper-a64.c | 240 #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 D | vfp_helper.c | 580 #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 D | helper-a64.c | 240 #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 D | vfp_helper.c | 580 #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 D | helper-a64.c | 241 #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 D | vfp_helper.c | 580 #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 D | helper-a64.c | 241 #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 D | helper-a64.c | 209 #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 D | helper-a64.c | 263 return float32_two; in HELPER() 265 return float32_muladd(a, b, float32_two, 0, fpst); in HELPER()
|
H A D | vec_helper.c | 855 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 D | helper-a64.c | 231 return float32_two; 233 return float32_muladd(a, b, float32_two, 0, fpst);
|
H A D | vec_helper.c | 1128 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 D | helper-a64.c | 230 return float32_two; in HELPER() 232 return float32_muladd(a, b, float32_two, 0, fpst); in HELPER()
|
H A D | vec_helper.c | 1128 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 D | helper-a64.c | 231 return float32_two; in HELPER() 233 return float32_muladd(a, b, float32_two, 0, fpst); in HELPER()
|
H A D | vec_helper.c | 855 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 D | softfloat.h | 428 #define float32_two make_float32(0x40000000) macro
|
/dports/emulators/qemu-utils/qemu-4.2.1/include/fpu/ |
H A D | softfloat.h | 428 #define float32_two make_float32(0x40000000) macro
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/fpu/ |
H A D | softfloat.h | 428 #define float32_two make_float32(0x40000000) macro
|
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/fpu/ |
H A D | softfloat.h | 428 #define float32_two make_float32(0x40000000) macro
|
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/fpu/ |
H A D | softfloat.h | 476 #define float32_two make_float32(0x40000000) macro
|