aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon/genptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/hexagon/genptr.h')
-rw-r--r--target/hexagon/genptr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/hexagon/genptr.h b/target/hexagon/genptr.h
index e11ccc2..a4b43c2 100644
--- a/target/hexagon/genptr.h
+++ b/target/hexagon/genptr.h
@@ -35,6 +35,7 @@ void gen_store4i(TCGv_env cpu_env, TCGv vaddr, int32_t src, uint32_t slot);
void gen_store8i(TCGv_env cpu_env, TCGv vaddr, int64_t src, uint32_t slot);
TCGv gen_read_reg(TCGv result, int num);
TCGv gen_read_preg(TCGv pred, uint8_t num);
+TCGv get_result_gpr(DisasContext *ctx, int rnum);
TCGv get_result_pred(DisasContext *ctx, int pnum);
void gen_log_reg_write(DisasContext *ctx, int rnum, TCGv val);
void gen_log_pred_write(DisasContext *ctx, int pnum, TCGv val);