Searched refs:DO_VSHRN (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 2146 #define DO_VSHRN(OP, TOP, ESIZE, TYPE, LESIZE, LTYPE, FN) \ macro 2163 DO_VSHRN(OP##bb, false, 1, uint8_t, 2, uint16_t, FN) \ 2164 DO_VSHRN(OP##bh, false, 2, uint16_t, 4, uint32_t, FN) \ 2165 DO_VSHRN(OP##tb, true, 1, uint8_t, 2, uint16_t, FN) \ 2166 DO_VSHRN(OP##th, true, 2, uint16_t, 4, uint32_t, FN)
|