Searched refs:DO_ZPZ_FP (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4451 #define DO_ZPZ_FP(NAME, TYPE, H, OP) \ in DO_ZPZS_FP() macro 4588 DO_ZPZ_FP(sve_fcvt_sh, uint32_t, H1_4, sve_f32_to_f16) in DO_ZPZ_FP() function 4589 DO_ZPZ_FP(sve_fcvt_hs, uint32_t, H1_4, sve_f16_to_f32) in DO_ZPZ_FP() 4590 DO_ZPZ_FP(sve_bfcvt, uint32_t, H1_4, float32_to_bfloat16) in DO_ZPZ_FP() 4591 DO_ZPZ_FP(sve_fcvt_dh, uint64_t, H1_8, sve_f64_to_f16) in DO_ZPZ_FP() 4592 DO_ZPZ_FP(sve_fcvt_hd, uint64_t, H1_8, sve_f16_to_f64) in DO_ZPZ_FP() 4593 DO_ZPZ_FP(sve_fcvt_ds, uint64_t, H1_8, float64_to_float32) in DO_ZPZ_FP() 4594 DO_ZPZ_FP(sve_fcvt_sd, uint64_t, H1_8, float32_to_float64) in DO_ZPZ_FP() 4596 DO_ZPZ_FP(sve_fcvtzs_hh, uint16_t, H1_2, vfp_float16_to_int16_rtz) in DO_ZPZ_FP() 4597 DO_ZPZ_FP(sve_fcvtzs_hs, uint32_t, H1_4, helper_vfp_tosizh) in DO_ZPZ_FP() [all …]
|