On 9/23/22 21:47, Lucas Mateus Castro(alqotel) wrote:
+static void do_xvcpsgn_vec(unsigned vece, TCGv_vec t, TCGv_vec a, TCGv_vec b)
+{
+TCGv_vec most_significant_bit = tcg_temp_new_vec_matching(t);
+uint64_t msb = (vece == MO_32) ? SGN_MASK_SP : SGN_MASK_DP;
+tcg_gen_dupi_vec(vece, m
From: "Lucas Mateus Castro (alqotel)"
Moved XVCPSGNSP and XVCPSGNDP to decodetree and used gvec to translate
them.
xvcpsgnsp:
reptloopmaster patch
8 12500 0,00722000 0,00587700 (-18.6%)
25 40000,00604300 0,00521500 (-13.7%)
100 10000,0