Searched refs:float32_two (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | helper-a64.c | 244 return float32_two; in HELPER() 246 return float32_muladd(a, b, float32_two, 0, fpst); in HELPER()
|
H A D | vec_helper.c | 1336 return float32_two; in float32_recps_nf() 1338 return float32_sub(float32_two, float32_mul(op1, op2, stat), stat); in float32_recps_nf() 1365 return float32_div(op1, float32_two, stat); in float32_rsqrts_nf()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 724 #define float32_two make_float32(0x40000000) macro
|