Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c8558 #define DO_FCVTNT(NAME, TYPEW, TYPEN, HW, HN, OP) \ macro
8576 DO_FCVTNT(sve_bfcvtnt, uint32_t, uint16_t, H1_4, H1_2, float32_to_bfloat16) in DO_FCVTNT() function
8577 DO_FCVTNT(sve2_fcvtnt_sh, uint32_t, uint16_t, H1_4, H1_2, sve_f32_to_f16) in DO_FCVTNT()
8578 DO_FCVTNT(sve2_fcvtnt_ds, uint64_t, uint32_t, H1_8, H1_4, float64_to_float32) in DO_FCVTNT()
8602 #undef DO_FCVTNT