Home
last modified time | relevance | path

Searched refs:gen_log_reg_write (Results 1 – 4 of 4) sorted by relevance

/qemu/target/hexagon/
H A Dgenptr.c97 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()
787 gen_log_reg_write(ctx, HEX_REG_FP, r30); in gen_allocframe()
[all …]
H A Dgenptr.h40 void gen_log_reg_write(DisasContext *ctx, int rnum, TCGv val);
H A DREADME88 gen_log_reg_write(ctx, RdN, RdV);
H A Dgen_tcg.h515 gen_log_reg_write(ctx, HEX_REG_SP, r29); \