Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dgenptr.c97 void gen_log_reg_write(DisasContext *ctx, int rnum, TCGv val) in gen_log_reg_write() function
111 gen_log_reg_write(ctx, rnum, val32); in gen_log_reg_write_pair()
115 gen_log_reg_write(ctx, rnum + 1, val32); in gen_log_reg_write_pair()
243 gen_log_reg_write(ctx, reg_num, val); in gen_write_ctrl_reg()
543 gen_log_reg_write(ctx, HEX_REG_LC0, RsV); in gen_loop0r()
544 gen_log_reg_write(ctx, HEX_REG_SA0, tcg_constant_tl(ctx->pkt->pc + riV)); in gen_loop0r()
557 gen_log_reg_write(ctx, HEX_REG_LC1, RsV); in gen_loop1r()
558 gen_log_reg_write(ctx, HEX_REG_SA1, tcg_constant_tl(ctx->pkt->pc + riV)); in gen_loop1r()
570 gen_log_reg_write(ctx, HEX_REG_LC0, RsV); in gen_ploopNsr()
571 gen_log_reg_write(ctx, HEX_REG_SA0, tcg_constant_tl(ctx->pkt->pc + riV)); in gen_ploopNsr()
[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); \