]> git.proxmox.com Git - qemu.git/commit
tcg-ppc64: Use TCG_REG_Rn constants
authorRichard Henderson <rth@twiddle.net>
Sat, 31 Aug 2013 12:41:45 +0000 (05:41 -0700)
committerRichard Henderson <rth@twiddle.net>
Wed, 25 Sep 2013 14:46:32 +0000 (07:46 -0700)
commit8327a470df78cb41de95f6be0133a59e0a721e2c
treed80210c5357a5d633398918f6f2ad7488782d148
parent29b69198690f4b2754338c7c01f8ebe004b2efac
tcg-ppc64: Use TCG_REG_Rn constants

Instead of bare N, for clarity.  The only (intentional) exception made
is for insns that encode R|0, i.e. when R0 encoded into the insn is
interpreted as zero not the contents of the register.

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