Searched refs:dh_ctype_f16 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 292 dh_ctype_f16 VFP_HELPER(name, h)(dh_ctype_f16 a, dh_ctype_f16 b, void *fpstp) \ 317 dh_ctype_f16 VFP_HELPER(sqrt, h)(dh_ctype_f16 a, CPUARMState *env) in VFP_BINOP() 366 DO_VFP_cmp(h, float16, dh_ctype_f16, fp_status_f16) in DO_VFP_cmp() argument 492 VFP_CONV_FIX(sh, h, 16, dh_ctype_f16, 32, int16) 493 VFP_CONV_FIX(sl, h, 16, dh_ctype_f16, 32, int32) 494 VFP_CONV_FIX_A64(sq, h, 16, dh_ctype_f16, 64, int64) 495 VFP_CONV_FIX(uh, h, 16, dh_ctype_f16, 32, uint16) 496 VFP_CONV_FIX(ul, h, 16, dh_ctype_f16, 32, uint32) 497 VFP_CONV_FIX_A64(uq, h, 16, dh_ctype_f16, 64, uint64) 1024 dh_ctype_f16 VFP_HELPER(muladd, h)(dh_ctype_f16 a, dh_ctype_f16 b, in VFP_HELPER() [all …]
|
/openbmc/qemu/include/exec/ |
H A D | helper-head.h.inc | 36 #define dh_ctype_f16 uint32_t
|