Searched refs:VEXTH (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 694 #define VEXTH(NAME, BIT, E1, E2) \ macro 734 VEXTH(vexth_h_b, 16, H, B) 735 VEXTH(vexth_w_h, 32, W, H) 736 VEXTH(vexth_d_w, 64, D, W) 737 VEXTH(vexth_hu_bu, 16, UH, UB) 738 VEXTH(vexth_wu_hu, 32, UW, UH) 739 VEXTH(vexth_du_wu, 64, UD, UW)
|