target-s390: Register helpers

Which highlights a lot of cc helpers that no longer exist.

Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
Richard Henderson 2012-09-19 09:14:33 -07:00
parent 431253c28f
commit 7e68da2a9d
2 changed files with 8 additions and 17 deletions

View file

@ -174,6 +174,10 @@ void s390x_translate_init(void)
offsetof(CPUS390XState, fregs[i].d),
cpu_reg_names[i + 16]);
}
/* register helpers */
#define GEN_HELPER 2
#include "helper.h"
}
static inline TCGv_i64 load_reg(int reg)