Searched refs:float16_two (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | helper-a64.c | 229 return float16_two; in HELPER() 231 return float16_muladd(a, b, float16_two, 0, fpst); in HELPER()
|
H A D | vec_helper.c | 1324 return float16_two; in float16_recps_nf() 1326 return float16_sub(float16_two, float16_mul(op1, op2, stat), stat); in float16_recps_nf() 1352 return float16_div(op1, float16_two, stat); in float16_rsqrts_nf()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 355 #define float16_two make_float16(0x4000) macro
|