target-cris/translate.c: Remove t_gen_mov_TN_reg and t_gen_mov_reg_TN
commit08397c4b291b5f1c914a042bd99cda266d886c48
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 7 Jun 2014 17:03:01 +0000 (7 18:03 +0100)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Sun, 8 Jun 2014 23:04:44 +0000 (9 01:04 +0200)
tree2e9f7775e2a436ec93b00489e818a35dc479fd43
parenta373cdb5cebd58b2e3103e048894ba55910269f6
target-cris/translate.c: Remove t_gen_mov_TN_reg and t_gen_mov_reg_TN

Remove the t_gen_mov_TN_reg and t_gen_mov_reg_TN wrappers: the
latter is completely unused, and the former only used in a few
places (which are thus inconsistent with the rest of the decoder
which directly accesses cpu_R[]).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
target-cris/translate.c
target-cris/translate_v10.c