target-mips: simplify load/store microMIPS helpers
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 9 Oct 2012 19:53:20 +0000 (21:53 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 31 Oct 2012 21:20:47 +0000 (22:20 +0100)
commit18bba4dc781a273c2c1ff5baec2909c214e2e0fa
tree673d86e4fa0c85143310e670f40dafd6afcae5b7
parent3cee3050ce2d79837fa286a730a54e2a8b9dc5dc
target-mips: simplify load/store microMIPS helpers

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.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/op_helper.c