Searched refs:DO_UNPK (Results 1 – 1 of 1) sorted by relevance
/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 3066 #define DO_UNPK(NAME, TYPED, TYPES, HD, HS) \ macro 3081 DO_UNPK(sve_sunpk_h, int16_t, int8_t, H2, H1) 3082 DO_UNPK(sve_sunpk_s, int32_t, int16_t, H4, H2) 3083 DO_UNPK(sve_sunpk_d, int64_t, int32_t, H8, H4) 3085 DO_UNPK(sve_uunpk_h, uint16_t, uint8_t, H2, H1) 3086 DO_UNPK(sve_uunpk_s, uint32_t, uint16_t, H4, H2) 3087 DO_UNPK(sve_uunpk_d, uint64_t, uint32_t, H8, H4) 3089 #undef DO_UNPK
|