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