Searched refs:VEXT2XV (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 741 #define VEXT2XV(NAME, BIT, E1, E2) \ macro 756 VEXT2XV(vext2xv_h_b, 16, H, B) 757 VEXT2XV(vext2xv_w_b, 32, W, B) 758 VEXT2XV(vext2xv_d_b, 64, D, B) 759 VEXT2XV(vext2xv_w_h, 32, W, H) 760 VEXT2XV(vext2xv_d_h, 64, D, H) 761 VEXT2XV(vext2xv_d_w, 64, D, W) 762 VEXT2XV(vext2xv_hu_bu, 16, UH, UB) 763 VEXT2XV(vext2xv_wu_bu, 32, UW, UB) 764 VEXT2XV(vext2xv_du_bu, 64, UD, UB) [all …]
|