Home
last modified time | relevance | path

Searched refs:pre_commit (Results 1 – 3 of 3) sorted by relevance

/qemu/target/hexagon/
H A Dgen_tcg_hvx.h44 if (!ctx->pre_commit) { \
50 if (ctx->pre_commit) { \
60 if (!ctx->pre_commit) { \
66 if (ctx->pre_commit) { \
76 if (!ctx->pre_commit) { \
82 if (ctx->pre_commit) { \
92 if (!ctx->pre_commit) { \
98 if (ctx->pre_commit) { \
108 if (!ctx->pre_commit) { \
115 if (ctx->pre_commit) { \
H A Dtranslate.h66 bool pre_commit; member
H A Dtranslate.c452 ctx->pre_commit = true; in gen_start_packet()
952 ctx->pre_commit = false; in gen_commit_packet()