Searched refs:arch_sf_invsqrt_common (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | arch.h | 34 int arch_sf_invsqrt_common(float32 *Rs, float32 *Rd, int *adjust,
|
H A D | arch.c | 334 int arch_sf_invsqrt_common(float32 *Rs, float32 *Rd, int *adjust, in arch_sf_invsqrt_common() function
|
H A D | op_helper.c | 346 if (arch_sf_invsqrt_common(&RsV, &RdV, &adjust, &env->fp_status)) { in HELPER() 1049 arch_sf_invsqrt_common(&RsV, &RdV, &adjust, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | macros.def | 1160 arch_sf_invsqrt_common(&N,&O,&A),
|