tcg-ppc64: Use tcg_out_{ld,st,cmp} internally
commit4c3831a088de45ca431abe1f17511cf6589f207c
authorRichard Henderson <rth@twiddle.net>
Mon, 24 Mar 2014 23:03:59 +0000 (24 16:03 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 23 Jun 2014 14:31:17 +0000 (23 07:31 -0700)
tree2e803f981bac9e9ff197631863851006ca4f2d7d
parentde7761a39d341ab322f0c2f47ec3ec59a4a6f2a2
tcg-ppc64: Use tcg_out_{ld,st,cmp} internally

Rather than using tcg_out32 and opcodes directly.  This allows us
to remove LD_ADDR and CMP_L macros.

Tested-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/ppc64/tcg-target.c