Searched refs:DO_ZPZW (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sve_helper.c | 783 #define DO_ZPZW(NAME, TYPE, TYPEW, H, OP) \ macro 800 DO_ZPZW(sve_asr_zpzw_b, int8_t, uint64_t, H1, DO_ASR) 801 DO_ZPZW(sve_lsr_zpzw_b, uint8_t, uint64_t, H1, DO_LSR) 802 DO_ZPZW(sve_lsl_zpzw_b, uint8_t, uint64_t, H1, DO_LSL) 804 DO_ZPZW(sve_asr_zpzw_h, int16_t, uint64_t, H1_2, DO_ASR) 805 DO_ZPZW(sve_lsr_zpzw_h, uint16_t, uint64_t, H1_2, DO_LSR) 806 DO_ZPZW(sve_lsl_zpzw_h, uint16_t, uint64_t, H1_2, DO_LSL) 808 DO_ZPZW(sve_asr_zpzw_s, int32_t, uint64_t, H1_4, DO_ASR) 809 DO_ZPZW(sve_lsr_zpzw_s, uint32_t, uint64_t, H1_4, DO_LSR) 810 DO_ZPZW(sve_lsl_zpzw_s, uint32_t, uint64_t, H1_4, DO_LSL) [all …]
|
| H A D | translate-sve.c | 1042 #define DO_ZPZW(NAME, name) \ macro 1050 DO_ZPZW(ASR, asr) in DO_ZPZW() function 1051 DO_ZPZW(LSR, lsr) in DO_ZPZW() 1052 DO_ZPZW(LSL, lsl) in DO_ZPZW() 1054 #undef DO_ZPZW in DO_ZPZW()
|