Re: [Qemu-devel] [PATCH 07/14] target-mips: simplify load/store microMIPS helpers

2012-10-10 Thread Richard Henderson
On 10/09/2012 01:27 PM, Aurelien Jarno wrote: > load/store microMIPS helpers are reinventing the wheel. Call do_lw, > do_ll, do_sw and do_sl instead of using a macro calling the cpu_* > load/store functions. > > Signed-off-by: Aurelien Jarno Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH 07/14] target-mips: simplify load/store microMIPS helpers

2012-10-09 Thread Aurelien Jarno
load/store microMIPS helpers are reinventing the wheel. Call do_lw, do_ll, do_sw and do_sl instead of using a macro calling the cpu_* load/store functions. Signed-off-by: Aurelien Jarno --- target-mips/op_helper.c | 73 ++- 1 file changed, 9 insertio