Searched refs:DO_FCVTLT (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 7486 #define DO_FCVTLT(NAME, TYPEW, TYPEN, HW, HN, OP) \ macro 7503 DO_FCVTLT(sve2_fcvtlt_hs, uint32_t, uint16_t, H1_4, H1_2, sve_f16_to_f32) 7504 DO_FCVTLT(sve2_fcvtlt_sd, uint64_t, uint32_t, H1_8, H1_4, float32_to_float64) 7506 #undef DO_FCVTLT
|