commit | d3d1c30c63bba87e178b89e6610cec5a1d2afb7a | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Jan 10 09:15:07 2024 +1100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sat Feb 03 23:53:49 2024 +0000 |
tree | 97aea65819cbbe73ad1abdff86712b52e972c25f | |
parent | 303214aac96da86b5b11dd8aa16e646a63d3bbab [diff] |
tcg/i386: Improve TSTNE/TESTEQ vs powers of two Use "test x,x" when the bit is one of the 4 sign bits. Use "bt imm,x" otherwise. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>