Searched refs:new_pred_value (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/hexagon/ |
| H A D | gen_tcg.h | 583 gen_cond_return_subinsn(ctx, TCG_COND_EQ, ctx->new_pred_value[0]) 585 gen_cond_return_subinsn(ctx, TCG_COND_NE, ctx->new_pred_value[0]) 1124 ctx->new_pred_value[0], tcg_constant_tl(0), \ 1132 ctx->new_pred_value[0], tcg_constant_tl(0), \ 1159 gen_cond_jumpr31(ctx, TCG_COND_EQ, ctx->new_pred_value[0]) 1161 gen_cond_jumpr31(ctx, TCG_COND_NE, ctx->new_pred_value[0])
|
| H A D | translate.h | 75 TCGv new_pred_value[NUM_PREGS]; member
|
| H A D | README | 272 new_pred_value new value of a predicate register
|