xemu/tcg/ppc64
Richard Henderson d40f3cb112 tcg-ppc64: Fold constant call address into descriptor load
Eliminates one insn per call:

 :  lis     r2,4165
-:  ori     r2,r2,59616
-:  ld      r0,0(r2)
+:  ld      r0,-5920(r2)
 :  mtctr   r0
-:  ld      r2,8(r2)
+:  ld      r2,-5912(r2)
 :  bctrl

Signed-off-by: Richard Henderson <rth@twiddle.net>
2013-09-25 07:46:32 -07:00
..
tcg-target.c tcg-ppc64: Fold constant call address into descriptor load 2013-09-25 07:46:32 -07:00
tcg-target.h tcg-ppc64: Implement muluh, mulsh 2013-09-02 09:08:29 -07:00