Skip to content
Snippets Groups Projects
Commit 10061ffe authored by Richard Henderson's avatar Richard Henderson
Browse files

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: default avatarRichard Henderson <richard.henderson@linaro.org>
parent 44aa59a0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment