Searched refs:DO_VSTR (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 174 #define DO_VSTR(OP, MSIZE, STTYPE, ESIZE, TYPE) \ macro 193 DO_VSTR(vstrb, 1, stb, 1, uint8_t) 194 DO_VSTR(vstrh, 2, stw, 2, uint16_t) 195 DO_VSTR(vstrw, 4, stl, 4, uint32_t) 204 DO_VSTR(vstrb_h, 1, stb, 2, int16_t) 205 DO_VSTR(vstrb_w, 1, stb, 4, int32_t) 206 DO_VSTR(vstrh_w, 2, stw, 4, int32_t) 209 #undef DO_VSTR
|