Re: [Qemu-devel] [RFC v1 06/23] riscv: Add the tcg target registers

2018-11-15 Thread Richard Henderson
On 11/15/18 11:34 PM, Alistair Francis wrote: > + > +#define TCG_CT_CONST_ZERO 0x100 > +#define TCG_CT_CONST_S12 0x200 > +#define TCG_CT_CONST_N12 0x400 Logically this would go with patch 8. But, Reviewed-by: Richard Henderson r~

[Qemu-devel] [RFC v1 06/23] riscv: Add the tcg target registers

2018-11-15 Thread Alistair Francis
Signed-off-by: Alistair Francis Signed-off-by: Michael Clark --- tcg/riscv/tcg-target.inc.c | 120 + 1 file changed, 120 insertions(+) create mode 100644 tcg/riscv/tcg-target.inc.c diff --git a/tcg/riscv/tcg-target.inc.c b/tcg/riscv/tcg-target.inc.c new