Searched refs:arch_sf_recip_common (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | arch.h | 32 int arch_sf_recip_common(float32 *Rs, float32 *Rt, float32 *Rd,
|
H A D | arch.c | 238 int arch_sf_recip_common(float32 *Rs, float32 *Rt, float32 *Rd, int *adjust, in arch_sf_recip_common() function
|
H A D | op_helper.c | 325 if (arch_sf_recip_common(&RsV, &RtV, &RdV, &adjust, &env->fp_status)) { in HELPER() 1027 arch_sf_recip_common(&RsV, &RtV, &RdV, &adjust, &env->fp_status); in HELPER() 1038 arch_sf_recip_common(&RsV, &RtV, &RdV, &adjust, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | macros.def | 1154 arch_sf_recip_common(&N,&D,&O,&A),
|