Searched refs:GEN_VEXT_VMV_VX (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 2046 #define GEN_VEXT_VMV_VX(NAME, ETYPE, H) \ macro 2066 GEN_VEXT_VMV_VX(vmv_v_x_b, int8_t, H1) 2067 GEN_VEXT_VMV_VX(vmv_v_x_h, int16_t, H2) 2068 GEN_VEXT_VMV_VX(vmv_v_x_w, int32_t, H4) 2069 GEN_VEXT_VMV_VX(vmv_v_x_d, int64_t, H8)
|