aboutsummaryrefslogtreecommitdiff
path: root/target/mips/translate.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/mips/translate.h')
-rw-r--r--target/mips/translate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/mips/translate.h b/target/mips/translate.h
index 9b38f82..f93df0c 100644
--- a/target/mips/translate.h
+++ b/target/mips/translate.h
@@ -137,7 +137,12 @@ void gen_store_fpr32(DisasContext *ctx, TCGv_i32 t, int reg);
void gen_store_fpr64(DisasContext *ctx, TCGv_i64 t, int reg);
int get_fp_bit(int cc);
+/*
+ * Address Computation and Large Constant Instructions
+ */
void gen_op_addr_add(DisasContext *ctx, TCGv ret, TCGv arg0, TCGv arg1);
+bool gen_lsa(DisasContext *ctx, int rd, int rt, int rs, int sa);
+bool gen_dlsa(DisasContext *ctx, int rd, int rt, int rs, int sa);
extern TCGv cpu_gpr[32], cpu_PC;
extern TCGv_i32 fpu_fcr0, fpu_fcr31;