OSDN Git Service

tcg-mips: Adjust load/store functions for mips64
authorJin Guojie <jinguojie@loongson.cn>
Thu, 5 Jan 2017 04:57:51 +0000 (12:57 +0800)
committerRichard Henderson <rth@twiddle.net>
Fri, 6 Jan 2017 18:03:54 +0000 (10:03 -0800)
commit32b69707df3365aadaad1d058044a7704397ec62
tree1ee528824bbe5e6cc8da8a4cf4be4366253ac382
parent2294d05dab503d11664e73712c7f250fd0bf9e3b
tcg-mips: Adjust load/store functions for mips64

tcg_out_ldst: using a generic ALIAS_PADD to avoid ifdefs
tcg_out_ld: generates LD or LW
tcg_out_st: generates SD or SW

Tested-by: Aurelien Jarno <aurelien@aurel32.net>
Tested-by: James Hogan <james.hogan@imgtec.com>
Tested-by: YunQiang Su <wzssyqa@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Jin Guojie <jinguojie@loongson.cn>
Message-Id: <1483592275-4496-7-git-send-email-jinguojie@loongson.cn>
tcg/mips/tcg-target.inc.c