Searched refs:float_muladd_halve_result (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | helper-a64.c | 276 return float16_muladd(a, b, float16_three, float_muladd_halve_result, fpst); in HELPER() 291 return float32_muladd(a, b, float32_three, float_muladd_halve_result, fpst); in HELPER() 306 return float64_muladd(a, b, float64_three, float_muladd_halve_result, fpst); in HELPER()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 1415 int op = float_muladd_halve_result; in gen_op_fhadds() 1422 int op = float_muladd_halve_result; in gen_op_fhaddd() 1430 int op = float_muladd_negate_c | float_muladd_halve_result; in gen_op_fhsubs() 1437 int op = float_muladd_negate_c | float_muladd_halve_result; in gen_op_fhsubd() 1445 int op = float_muladd_negate_result | float_muladd_halve_result; in gen_op_fnhadds() 1452 int op = float_muladd_negate_result | float_muladd_halve_result; in gen_op_fnhaddd()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 130 float_muladd_halve_result = 8, enumerator
|
/openbmc/qemu/fpu/ |
H A D | softfloat-parts.c.inc | 569 if (flags & float_muladd_halve_result) {
|
H A D | softfloat.c | 2270 if (unlikely(flags & float_muladd_halve_result)) { in float32_muladd() 2341 if (unlikely(flags & float_muladd_halve_result)) { in float64_muladd()
|