Re: [Qemu-devel] [PATCH 3/8] target/alpha: Merge several flag bytes into ENV->FLAGS

2017-07-17 Thread Richard Henderson
On 07/17/2017 03:53 PM, Emilio G. Cota wrote: On Thu, Jul 13, 2017 at 14:18:14 -1000, Richard Henderson wrote: 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. S

Re: [Qemu-devel] [PATCH 3/8] target/alpha: Merge several flag bytes into ENV->FLAGS

2017-07-17 Thread Emilio G. Cota
On Thu, Jul 13, 2017 at 14:18:14 -1000, Richard Henderson wrote: > 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. > > Signed-off-by: Richard Henderson > ---

[Qemu-devel] [PATCH 3/8] target/alpha: Merge several flag bytes into ENV->FLAGS

2017-07-13 Thread Richard Henderson
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. Signed-off-by: Richard Henderson --- target/alpha/cpu.h | 70 + hw/alph