OSDN Git Service

tcg/ppc: Change TCG_REG_RA to TCG_REG_TB
authorRichard Henderson <rth@twiddle.net>
Mon, 31 Jul 2017 04:16:10 +0000 (04:16 +0000)
committerRichard Henderson <rth@twiddle.net>
Thu, 7 Sep 2017 18:57:35 +0000 (11:57 -0700)
commit5964fca8a12c39ec99705e3d222f07e33038e4ad
treea89fec97566ec82c94f3d7f45e2d924f28bd2e5f
parentafe74dbd6a58031741b68e99843c1f1d390996b2
tcg/ppc: Change TCG_REG_RA to TCG_REG_TB

At this point the conversion is a wash.  Loading of TB+ofs is
smaller, but the actual return address from exit_tb is larger.
There are a few more insns required to transition between TBs.

But the expectation is that accesses to the constant pool will
on the whole be smaller.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/ppc/tcg-target.inc.c