Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dinsn.h64 bool pkt_has_multi_cof; /* Has more than one change-of-flow */ member
H A Ddecode.c221 pkt->pkt_has_multi_cof = false; in decode_set_insn_attr_fields()
248 pkt->pkt_has_multi_cof = true; in decode_set_insn_attr_fields()
259 pkt->pkt_has_multi_cof = true; in decode_set_insn_attr_fields()
H A Dgenptr.c481 if (ctx->pkt->pkt_has_multi_cof) { in gen_write_new_pc_addr()
500 if (ctx->pkt->pkt_has_multi_cof) { in gen_write_new_pc_pcrel()
H A Dmacros.h362 #define fWRITE_NPC(A) write_new_pc(env, pkt_has_multi_cof != 0, A)
H A Dtranslate.c480 if (pkt->pkt_has_multi_cof) { in gen_start_packet()