commit | 8327a470df78cb41de95f6be0133a59e0a721e2c | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Sat Aug 31 05:41:45 2013 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Wed Sep 25 07:46:32 2013 -0700 |
tree | d80210c5357a5d633398918f6f2ad7488782d148 | |
parent | 29b69198690f4b2754338c7c01f8ebe004b2efac [diff] |
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>