Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dtranslate.c872 bool has_store_s1 = (pkt->pkt_has_store_s1 && !ctx->s1_store_processed); in gen_commit_packet() local
879 g_assert(!has_store_s1 && !has_hvx_store); in gen_commit_packet()
882 if (!has_store_s0 && !has_store_s1) { in gen_commit_packet()
892 if (has_store_s1) { in gen_commit_packet()
906 if (has_store_s1 && slot_is_predicated(pkt, 1)) { in gen_commit_packet()
916 } else if (has_store_s0 && has_store_s1) { in gen_commit_packet()