commit | 321c535105a182501b888f095f7ec4dbb5f3f6ae | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Mon Jan 21 13:32:02 2013 -0800 |
committer | Richard Henderson <rth@twiddle.net> | Tue Feb 19 23:05:18 2013 -0800 |
tree | 432e174bd4f4404b2ee4f0107260333d797a828f | |
parent | f1300734cbca515d30953b2c87e259fa378ea301 [diff] |
target-i386: Implement tzcnt and fix lzcnt We weren't computing flags for lzcnt at all. At the same time, adjust the implementation of bsf/bsr to avoid the local branch, using movcond instead. Signed-off-by: Richard Henderson <rth@twiddle.net>