Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/mmvec/
H A Ddecode_ext_mmvec.c173 pkt->vhist_insn = NULL; in check_for_vhist()
178 pkt->vhist_insn = insn; in check_for_vhist()
/openbmc/qemu/target/hexagon/
H A Dinsn.h73 Insn *vhist_insn; member
H A Dtranslate.c951 if (pkt->vhist_insn != NULL) { in gen_commit_packet()
953 ctx->insn = pkt->vhist_insn; in gen_commit_packet()
954 pkt->vhist_insn->generate(ctx); in gen_commit_packet()