]> git.proxmox.com Git - mirror_qemu.git/commit
target/alpha: Merge several flag bytes into ENV->FLAGS
authorRichard Henderson <rth@twiddle.net>
Thu, 6 Jul 2017 19:45:07 +0000 (09:45 -1000)
committerRichard Henderson <rth@twiddle.net>
Wed, 19 Jul 2017 04:41:52 +0000 (18:41 -1000)
commitbcd2625da578d281c710033995d0fb6ea3dff1d4
tree5d26be91643b98fba5e25ca213449631d689cb0d
parent489a0e6410899090507d9b3ee7e438511998a692
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>
hw/alpha/dp264.c
linux-user/main.c
target/alpha/cpu.c
target/alpha/cpu.h
target/alpha/helper.c
target/alpha/machine.c
target/alpha/translate.c