Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dop_helper.c210 int pred_written, int has_st0, int has_st1) in HELPER()
241 if (has_st0 || has_st1) { in HELPER()
246 if (has_st1) { in HELPER()
551 bool has_st1 = FIELD_EX32(mask, PROBE_PKT_SCALAR_HVX_STORES, HAS_ST1); in HELPER() local
562 if (has_st1) { in HELPER()
H A Dtranslate.c943 TCGv has_st1 = in gen_commit_packet() local
948 ctx->pred_written, has_st0, has_st1); in gen_commit_packet()