commit | bcd2625da578d281c710033995d0fb6ea3dff1d4 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Jul 06 09:45:07 2017 -1000 |
committer | Richard Henderson <rth@twiddle.net> | Tue Jul 18 18:41:52 2017 -1000 |
tree | 5d26be91643b98fba5e25ca213449631d689cb0d | |
parent | 489a0e6410899090507d9b3ee7e438511998a692 [diff] |
target/alpha: Merge several flag bytes into ENV->FLAGS The flags are arranged such that we can manipulate them either a whole, or as individual bytes. The computation within cpu_get_tb_cpu_state is now reduced to a single load and mask. Tested-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <rth@twiddle.net>