Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dtranslate.c73 if (!ctx->need_commit) { in ctx_future_vreg_off()
331 static bool need_commit(DisasContext *ctx) in need_commit() function
397 ctx->need_commit = need_commit(ctx); in analyze_packet()
460 if (ctx->need_commit && in gen_start_packet()
474 if (ctx->need_commit && pkt->pkt_has_endloop) { in gen_start_packet()
573 if (!ctx->need_commit) { in gen_reg_writes()
595 if (!ctx->need_commit || !ctx->preg_log_idx) { in gen_pred_writes()
742 if (!ctx->need_commit) { in gen_commit_hvx()
H A Dtranslate.h67 bool need_commit; member
H A Dgenptr.c74 if (ctx->need_commit) { in get_result_gpr()
120 if (ctx->need_commit) { in get_result_pred()
1219 if (ctx->need_commit) { in get_result_qreg()
H A Dgen_tcg.h595 tcg_constant_tl(ctx->need_commit)); \