Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c348 #define DO_LSR(N, M) (M < sizeof(N) * 8 ? N >> M : 0) in DO_ZPZZ() macro
352 DO_ZPZZ(sve_lsr_zpzz_b, uint8_t, H1_2, DO_LSR) in DO_ZPZZ()
356 DO_ZPZZ(sve_lsr_zpzz_h, uint16_t, H1_2, DO_LSR) in DO_ZPZZ()
360 DO_ZPZZ(sve_lsr_zpzz_s, uint32_t, H1_2, DO_LSR) in DO_ZPZZ()
364 DO_ZPZZ_D(sve_lsr_zpzz_d, uint64_t, DO_LSR) in DO_ZPZZ()
801 DO_ZPZW(sve_lsr_zpzw_b, uint8_t, uint64_t, H1, DO_LSR)
805 DO_ZPZW(sve_lsr_zpzw_h, uint16_t, uint64_t, H1_2, DO_LSR)
809 DO_ZPZW(sve_lsr_zpzw_s, uint32_t, uint64_t, H1_4, DO_LSR)
1013 DO_ZZW(sve_lsr_zzw_b, uint8_t, uint64_t, H1, DO_LSR)
1017 DO_ZZW(sve_lsr_zzw_h, uint16_t, uint64_t, H1_2, DO_LSR)
[all …]