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