Searched refs:gen_log_pred_write (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 135 void gen_log_pred_write(DisasContext *ctx, int pnum, TCGv val) in gen_log_pred_write() function 233 gen_log_pred_write(ctx, i, hex_p8); in gen_write_p3_0() 580 gen_log_pred_write(ctx, 3, tcg_constant_tl(0)); in gen_ploopNsr() 620 gen_log_pred_write(ctx, pnum, pred); in gen_cmpnd_cmp_jmp() 677 gen_log_pred_write(ctx, pnum, pred); in gen_cmpnd_tstbit0_jmp() 859 gen_log_pred_write(ctx, 3, tcg_constant_tl(0xff)); in gen_endloop0() 933 gen_log_pred_write(ctx, 3, tcg_constant_tl(0xff)); in gen_endloop01()
|
H A D | genptr.h | 41 void gen_log_pred_write(DisasContext *ctx, int pnum, TCGv val);
|
H A D | gen_tcg.h | 603 gen_log_pred_write(ctx, 0, p0); \ 918 gen_log_pred_write(ctx, 0, p0); \
|