Home
last modified time | relevance | path

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

/qemu/target/hexagon/
H A Dop_helper.c211 int pred_written, int has_st0, int has_st1) in HELPER()
242 if (has_st0 || has_st1) { in HELPER()
247 if (has_st1) { in HELPER()
552 bool has_st1 = FIELD_EX32(mask, PROBE_PKT_SCALAR_HVX_STORES, HAS_ST1); in HELPER() local
563 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()