Home
last modified time | relevance | path

Searched refs:fpstp (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/arm/
H A Dvfp_helper.c292 dh_ctype_f16 VFP_HELPER(name, h)(dh_ctype_f16 a, dh_ctype_f16 b, void *fpstp) \
294 float_status *fpst = fpstp; \
297 float32 VFP_HELPER(name, s)(float32 a, float32 b, void *fpstp) \
299 float_status *fpst = fpstp; \
302 float64 VFP_HELPER(name, d)(float64 a, float64 b, void *fpstp) \
304 float_status *fpst = fpstp; \
374 ftype HELPER(name)(uint32_t x, void *fpstp) \ in DO_VFP_cmp()
376 float_status *fpst = fpstp; \ in DO_VFP_cmp()
381 sign##int32_t HELPER(name)(ftype x, void *fpstp) \
383 float_status *fpst = fpstp; \
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.c163 float32 HELPER(vfp_mulxs)(float32 a, float32 b, void *fpstp) in HELPER()
165 float_status *fpst = fpstp; in HELPER()
179 float64 HELPER(vfp_mulxd)(float64 a, float64 b, void *fpstp) in HELPER()
181 float_status *fpst = fpstp; in HELPER()
196 uint64_t HELPER(neon_ceq_f64)(float64 a, float64 b, void *fpstp) in HELPER()
198 float_status *fpst = fpstp; in HELPER()
202 uint64_t HELPER(neon_cge_f64)(float64 a, float64 b, void *fpstp) in HELPER()
204 float_status *fpst = fpstp; in HELPER()
208 uint64_t HELPER(neon_cgt_f64)(float64 a, float64 b, void *fpstp) in HELPER()
210 float_status *fpst = fpstp; in HELPER()
[all …]
H A Dneon_helper.c1219 uint32_t HELPER(neon_ceq_f32)(uint32_t a, uint32_t b, void *fpstp) in HELPER()
1221 float_status *fpst = fpstp; in HELPER()
1225 uint32_t HELPER(neon_cge_f32)(uint32_t a, uint32_t b, void *fpstp) in HELPER()
1227 float_status *fpst = fpstp; in HELPER()
1231 uint32_t HELPER(neon_cgt_f32)(uint32_t a, uint32_t b, void *fpstp) in HELPER()
1233 float_status *fpst = fpstp; in HELPER()
1237 uint32_t HELPER(neon_acge_f32)(uint32_t a, uint32_t b, void *fpstp) in HELPER()
1239 float_status *fpst = fpstp; in HELPER()
1245 uint32_t HELPER(neon_acgt_f32)(uint32_t a, uint32_t b, void *fpstp) in HELPER()
1247 float_status *fpst = fpstp; in HELPER()
[all …]
H A Dvec_helper.c1190 static int16_t vfp_tosszh(float16 x, void *fpstp) in vfp_tosszh() argument
1192 float_status *fpst = fpstp; in vfp_tosszh()
1200 static uint16_t vfp_touszh(float16 x, void *fpstp) in vfp_touszh() argument
1202 float_status *fpst = fpstp; in vfp_touszh()