Re: [PATCH v3 06/21] target/riscv: array for the 64 upper bits of 128-bit registers

2021-10-21 Thread Frédéric Pétrot
Le 20/10/2021 à 16:44, Richard Henderson a écrit : > On 10/19/21 2:47 AM, Frédéric Pétrot wrote: >> The upper 64-bit of the 128-bit registers have now a place inside >> the cpu state structure, and are created as globals for future use. >> >> Signed-off-by: Frédéric Pétrot >> Co-authored-by: Fabie

Re: [PATCH v3 06/21] target/riscv: array for the 64 upper bits of 128-bit registers

2021-10-20 Thread Richard Henderson
On 10/19/21 2:47 AM, Frédéric Pétrot wrote: The upper 64-bit of the 128-bit registers have now a place inside the cpu state structure, and are created as globals for future use. Signed-off-by: Frédéric Pétrot Co-authored-by: Fabien Portas --- target/riscv/cpu.h | 1 + target/riscv/tra

[PATCH v3 06/21] target/riscv: array for the 64 upper bits of 128-bit registers

2021-10-19 Thread Frédéric Pétrot
The upper 64-bit of the 128-bit registers have now a place inside the cpu state structure, and are created as globals for future use. Signed-off-by: Frédéric Pétrot Co-authored-by: Fabien Portas --- target/riscv/cpu.h | 1 + target/riscv/translate.c | 5 - 2 files changed, 5 insertion