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