Searched refs:gen_cond_jumpr31 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | gen_tcg.h | 1154 gen_cond_jumpr31(ctx, TCG_COND_EQ, hex_pred[0]) 1156 gen_cond_jumpr31(ctx, TCG_COND_NE, hex_pred[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 | genptr.c | 600 static void gen_cond_jumpr31(DisasContext *ctx, TCGCond cond, TCGv pred) in gen_cond_jumpr31() function
|