Searched refs:DO_ASR (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 334 #define DO_ASR(N, M) (N >> MIN(M, sizeof(N) * 8 - 1)) in DO_ZPZZ() macro 338 DO_ZPZZ(sve_asr_zpzz_b, int8_t, H1, DO_ASR) in DO_ZPZZ() 342 DO_ZPZZ(sve_asr_zpzz_h, int16_t, H1, DO_ASR) in DO_ZPZZ() 346 DO_ZPZZ(sve_asr_zpzz_s, int32_t, H1, DO_ASR) in DO_ZPZZ() 350 DO_ZPZZ_D(sve_asr_zpzz_d, int64_t, DO_ASR) in DO_ZPZZ() 798 DO_ZPZW(sve_asr_zpzw_b, int8_t, uint64_t, H1, DO_ASR) 802 DO_ZPZW(sve_asr_zpzw_h, int16_t, uint64_t, H1_2, DO_ASR) 806 DO_ZPZW(sve_asr_zpzw_s, int32_t, uint64_t, H1_4, DO_ASR) 994 DO_ZZW(sve_asr_zzw_b, int8_t, uint64_t, H1, DO_ASR) 998 DO_ZZW(sve_asr_zzw_h, int16_t, uint64_t, H1_2, DO_ASR) [all …]
|