Searched refs:DO_ASR (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sve_helper.c | 347 #define DO_ASR(N, M) (N >> MIN(M, sizeof(N) * 8 - 1)) in DO_ZPZZ() macro 351 DO_ZPZZ(sve_asr_zpzz_b, int8_t, H1, DO_ASR) in DO_ZPZZ() 355 DO_ZPZZ(sve_asr_zpzz_h, int16_t, H1, DO_ASR) in DO_ZPZZ() 359 DO_ZPZZ(sve_asr_zpzz_s, int32_t, H1, DO_ASR) in DO_ZPZZ() 363 DO_ZPZZ_D(sve_asr_zpzz_d, int64_t, DO_ASR) in DO_ZPZZ() 800 DO_ZPZW(sve_asr_zpzw_b, int8_t, uint64_t, H1, DO_ASR) 804 DO_ZPZW(sve_asr_zpzw_h, int16_t, uint64_t, H1_2, DO_ASR) 808 DO_ZPZW(sve_asr_zpzw_s, int32_t, uint64_t, H1_4, DO_ASR) 1012 DO_ZZW(sve_asr_zzw_b, int8_t, uint64_t, H1, DO_ASR) 1016 DO_ZZW(sve_asr_zzw_h, int16_t, uint64_t, H1_2, DO_ASR) [all …]
|