Searched refs:GEN_VEXT_ST_ELEM (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 176 #define GEN_VEXT_ST_ELEM(NAME, ETYPE, H, STSUF) \ in GEN_VEXT_LD_ELEM() macro 192 GEN_VEXT_ST_ELEM(ste_b, uint8_t, H1, stb) 193 GEN_VEXT_ST_ELEM(ste_h, uint16_t, H2, stw) 194 GEN_VEXT_ST_ELEM(ste_w, uint32_t, H4, stl) 195 GEN_VEXT_ST_ELEM(ste_d, uint64_t, H8, stq)
|