]> Git Repo - qemu.git/commit
target-mips: simplify load/store microMIPS helpers
authorAurelien Jarno <[email protected]>
Tue, 9 Oct 2012 19:53:20 +0000 (21:53 +0200)
committerAurelien Jarno <[email protected]>
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 <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
target-mips/op_helper.c
This page took 0.025545 seconds and 4 git commands to generate.