Searched refs:gen_log_reg_write (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 97 void gen_log_reg_write(DisasContext *ctx, int rnum, TCGv val) in gen_log_reg_write() function 115 gen_log_reg_write(ctx, rnum, val32); in gen_log_reg_write_pair() 119 gen_log_reg_write(ctx, rnum + 1, val32); in gen_log_reg_write_pair() 250 gen_log_reg_write(ctx, reg_num, val); in gen_write_ctrl_reg() 550 gen_log_reg_write(ctx, HEX_REG_LC0, RsV); in gen_loop0r() 551 gen_log_reg_write(ctx, HEX_REG_SA0, tcg_constant_tl(ctx->pkt->pc + riV)); in gen_loop0r() 564 gen_log_reg_write(ctx, HEX_REG_LC1, RsV); in gen_loop1r() 565 gen_log_reg_write(ctx, HEX_REG_SA1, tcg_constant_tl(ctx->pkt->pc + riV)); in gen_loop1r() 577 gen_log_reg_write(ctx, HEX_REG_LC0, RsV); in gen_ploopNsr() 578 gen_log_reg_write(ctx, HEX_REG_SA0, tcg_constant_tl(ctx->pkt->pc + riV)); in gen_ploopNsr() [all …]
|
H A D | genptr.h | 40 void gen_log_reg_write(DisasContext *ctx, int rnum, TCGv val);
|
H A D | README | 88 gen_log_reg_write(ctx, RdN, RdV);
|
H A D | gen_tcg.h | 515 gen_log_reg_write(ctx, HEX_REG_SP, r29); \
|