summary refs log tree commit diff stats
path: root/target/hexagon/insn.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/hexagon/insn.h')
-rw-r--r--target/hexagon/insn.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/hexagon/insn.h b/target/hexagon/insn.h
index 2e345912a8..aa26389147 100644
--- a/target/hexagon/insn.h
+++ b/target/hexagon/insn.h
@@ -67,6 +67,9 @@ struct Packet {
     bool pkt_has_store_s0;
     bool pkt_has_store_s1;
 
+    bool pkt_has_hvx;
+    Insn *vhist_insn;
+
     Insn insn[INSTRUCTIONS_MAX];
 };