commit | 9d2eec202fad72ce05ee8d54dc5a6fb6dcb87776 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Mon Jan 27 21:49:17 2014 -0800 |
committer | Richard Henderson <rth@twiddle.net> | Mon Feb 17 10:12:29 2014 -0600 |
tree | e7b9979547acc0c3b4ef5855d1c9783674674046 | |
parent | ecc7e84327c1c8e9b006edfaa5d0e3baf35a3f99 [diff] |
tcg/i386: Use ANDN instruction Note that the optimizer cannot simplify ANDC X,Y,C to AND X,Y,~C so we must handle constants in the implementation of andc. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Richard Henderson <rth@twiddle.net>