Re: [PATCH v4 04/36] tcg: Introduce tcg_out_addi_ptr

2023-01-25 Thread Alex Bennée
Richard Henderson writes: > Implement the function for arm, i386, and s390x, which will use it. > Add stubs for all other backends. > > Reviewed-by: Daniel Henrique Barboza > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH v4 04/36] tcg: Introduce tcg_out_addi_ptr

2023-01-07 Thread Richard Henderson
Implement the function for arm, i386, and s390x, which will use it. Add stubs for all other backends. Reviewed-by: Daniel Henrique Barboza Signed-off-by: Richard Henderson --- tcg/tcg.c| 2 ++ tcg/aarch64/tcg-target.c.inc | 7 +++ tcg/arm/tcg-target.c.inc