qemu-e2k/tcg/aarch64
Richard Henderson 10061ffe56 tcg/aarch64: Use tcg_constant_vec with tcg vec expanders
Improve rotrv_vec to reduce "t1 = -v2, t2 = t1 + c" to
"t1 = -v2, t2 = c - v2".  This avoids a serial dependency
between t1 and t2.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2021-01-13 08:39:08 -10:00
..
tcg-target.c.inc tcg/aarch64: Use tcg_constant_vec with tcg vec expanders 2021-01-13 08:39:08 -10:00
tcg-target.h tcg: Remove TCG_TARGET_SUPPORT_MIRROR 2021-01-07 05:09:42 -10:00
tcg-target.opc.h tcg/aarch64: Implement INDEX_op_rotl{i,v}_vec 2020-06-02 08:42:37 -07:00