xref: /qemu/target/hexagon/attribs_def.h.inc (revision fb72e779)
1/*
2 *  Copyright(c) 2019-2022 Qualcomm Innovation Center, Inc. All Rights Reserved.
3 *
4 *  This program is free software; you can redistribute it and/or modify
5 *  it under the terms of the GNU General Public License as published by
6 *  the Free Software Foundation; either version 2 of the License, or
7 *  (at your option) any later version.
8 *
9 *  This program is distributed in the hope that it will be useful,
10 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
11 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 *  GNU General Public License for more details.
13 *
14 *  You should have received a copy of the GNU General Public License
15 *  along with this program; if not, see <http://www.gnu.org/licenses/>.
16 */
17
18/* Keep this as the first attribute: */
19DEF_ATTRIB(AA_DUMMY, "Dummy Zeroth Attribute", "", "")
20
21/* Misc */
22DEF_ATTRIB(EXTENSION, "Extension instruction", "", "")
23
24DEF_ATTRIB(PRIV, "Not available in user or guest mode", "", "")
25DEF_ATTRIB(GUEST, "Not available in user mode", "", "")
26
27DEF_ATTRIB(FPOP, "Floating Point Operation", "", "")
28
29DEF_ATTRIB(EXTENDABLE, "Immediate may be extended", "", "")
30
31DEF_ATTRIB(ARCHV2, "V2 architecture", "", "")
32DEF_ATTRIB(ARCHV3, "V3 architecture", "", "")
33DEF_ATTRIB(ARCHV4, "V4 architecture", "", "")
34DEF_ATTRIB(ARCHV5, "V5 architecture", "", "")
35
36DEF_ATTRIB(SUBINSN, "sub-instruction", "", "")
37
38/* Load and Store attributes */
39DEF_ATTRIB(LOAD, "Loads from memory", "", "")
40DEF_ATTRIB(STORE, "Stores to memory", "", "")
41DEF_ATTRIB(STOREIMMED, "Stores immed to memory", "", "")
42DEF_ATTRIB(MEMSIZE_0B, "Memory width is 0 byte", "", "")
43DEF_ATTRIB(MEMSIZE_1B, "Memory width is 1 byte", "", "")
44DEF_ATTRIB(MEMSIZE_2B, "Memory width is 2 bytes", "", "")
45DEF_ATTRIB(MEMSIZE_4B, "Memory width is 4 bytes", "", "")
46DEF_ATTRIB(MEMSIZE_8B, "Memory width is 8 bytes", "", "")
47DEF_ATTRIB(SCALAR_STORE, "Store is scalar", "", "")
48DEF_ATTRIB(REGWRSIZE_1B, "Memory width is 1 byte", "", "")
49DEF_ATTRIB(REGWRSIZE_2B, "Memory width is 2 bytes", "", "")
50DEF_ATTRIB(REGWRSIZE_4B, "Memory width is 4 bytes", "", "")
51DEF_ATTRIB(REGWRSIZE_8B, "Memory width is 8 bytes", "", "")
52DEF_ATTRIB(MEMLIKE, "Memory-like instruction", "", "")
53DEF_ATTRIB(MEMLIKE_PACKET_RULES, "follows Memory-like packet rules", "", "")
54
55/* V6 Vector attributes */
56DEF_ATTRIB(CVI, "Executes on the HVX extension", "", "")
57
58DEF_ATTRIB(CVI_NEW, "New value memory instruction executes on HVX", "", "")
59DEF_ATTRIB(CVI_VM, "Memory instruction executes on HVX", "", "")
60DEF_ATTRIB(CVI_VP, "Permute instruction executes on HVX", "", "")
61DEF_ATTRIB(CVI_VP_VS, "Double vector permute/shft insn executes on HVX", "", "")
62DEF_ATTRIB(CVI_VX, "Multiply instruction executes on HVX", "", "")
63DEF_ATTRIB(CVI_VX_DV, "Double vector multiply insn executes on HVX", "", "")
64DEF_ATTRIB(CVI_VS, "Shift instruction executes on HVX", "", "")
65DEF_ATTRIB(CVI_VS_VX, "Permute/shift and multiply insn executes on HVX", "", "")
66DEF_ATTRIB(CVI_VA, "ALU instruction executes on HVX", "", "")
67DEF_ATTRIB(CVI_VA_DV, "Double vector alu instruction executes on HVX", "", "")
68DEF_ATTRIB(CVI_4SLOT, "Consumes all the vector execution resources", "", "")
69DEF_ATTRIB(CVI_TMP, "Transient Memory Load not written to register", "", "")
70DEF_ATTRIB(CVI_GATHER, "CVI Gather operation", "", "")
71DEF_ATTRIB(CVI_SCATTER, "CVI Scatter operation", "", "")
72DEF_ATTRIB(CVI_SCATTER_RELEASE, "CVI Store Release for scatter", "", "")
73DEF_ATTRIB(CVI_TMP_DST, "CVI instruction that doesn't write a register", "", "")
74DEF_ATTRIB(CVI_SLOT23, "Can execute in slot 2 or slot 3 (HVX)", "", "")
75
76
77/* Change-of-flow attributes */
78DEF_ATTRIB(JUMP, "Jump-type instruction", "", "")
79DEF_ATTRIB(INDIRECT, "Absolute register jump", "", "")
80DEF_ATTRIB(CALL, "Function call instruction", "", "")
81DEF_ATTRIB(COF, "Change-of-flow instruction", "", "")
82DEF_ATTRIB(CONDEXEC, "May be cancelled by a predicate", "", "")
83DEF_ATTRIB(DOTNEWVALUE, "Uses a register value generated in this pkt", "", "")
84DEF_ATTRIB(NEWCMPJUMP, "Compound compare and jump", "", "")
85DEF_ATTRIB(NVSTORE, "New-value store", "", "")
86DEF_ATTRIB(MEMOP, "memop", "", "")
87
88DEF_ATTRIB(ROPS_2, "Compound instruction worth 2 RISC-ops", "", "")
89DEF_ATTRIB(ROPS_3, "Compound instruction worth 3 RISC-ops", "", "")
90
91/* access to implicit registers */
92DEF_ATTRIB(IMPLICIT_WRITES_LR, "Writes the link register", "", "UREG.LR")
93DEF_ATTRIB(IMPLICIT_WRITES_SP, "Writes the stack pointer", "", "UREG.SP")
94DEF_ATTRIB(IMPLICIT_WRITES_FP, "Writes the frame pointer", "", "UREG.FP")
95DEF_ATTRIB(IMPLICIT_WRITES_LC0, "Writes loop count for loop 0", "", "UREG.LC0")
96DEF_ATTRIB(IMPLICIT_WRITES_LC1, "Writes loop count for loop 1", "", "UREG.LC1")
97DEF_ATTRIB(IMPLICIT_WRITES_SA0, "Writes start addr for loop 0", "", "UREG.SA0")
98DEF_ATTRIB(IMPLICIT_WRITES_SA1, "Writes start addr for loop 1", "", "UREG.SA1")
99DEF_ATTRIB(IMPLICIT_WRITES_P0, "Writes Predicate 0", "", "UREG.P0")
100DEF_ATTRIB(IMPLICIT_WRITES_P1, "Writes Predicate 1", "", "UREG.P1")
101DEF_ATTRIB(IMPLICIT_WRITES_P2, "Writes Predicate 1", "", "UREG.P2")
102DEF_ATTRIB(IMPLICIT_WRITES_P3, "May write Predicate 3", "", "UREG.P3")
103DEF_ATTRIB(IMPLICIT_READS_PC, "Reads the PC register", "", "")
104DEF_ATTRIB(IMPLICIT_WRITES_USR, "May write USR", "", "")
105DEF_ATTRIB(WRITES_PRED_REG, "Writes a predicate register", "", "")
106DEF_ATTRIB(COMMUTES, "The operation is communitive", "", "")
107DEF_ATTRIB(DEALLOCRET, "dealloc_return", "", "")
108DEF_ATTRIB(DEALLOCFRAME, "deallocframe", "", "")
109
110DEF_ATTRIB(CRSLOT23, "Can execute in slot 2 or slot 3 (CR)", "", "")
111DEF_ATTRIB(IT_NOP, "nop instruction", "", "")
112DEF_ATTRIB(IT_EXTENDER, "constant extender instruction", "", "")
113
114
115/* Restrictions to make note of */
116DEF_ATTRIB(RESTRICT_COF_MAX1, "One change-of-flow per packet", "", "")
117DEF_ATTRIB(RESTRICT_NOPACKET, "Not allowed in a packet", "", "")
118DEF_ATTRIB(RESTRICT_SLOT0ONLY, "Must execute on slot0", "", "")
119DEF_ATTRIB(RESTRICT_SLOT1ONLY, "Must execute on slot1", "", "")
120DEF_ATTRIB(RESTRICT_SLOT2ONLY, "Must execute on slot2", "", "")
121DEF_ATTRIB(RESTRICT_SLOT3ONLY, "Must execute on slot3", "", "")
122DEF_ATTRIB(RESTRICT_NOSLOT1, "No slot 1 instruction in parallel", "", "")
123DEF_ATTRIB(RESTRICT_PREFERSLOT0, "Try to encode into slot 0", "", "")
124DEF_ATTRIB(RESTRICT_PACKET_AXOK, "May exist with A-type or X-type", "", "")
125
126DEF_ATTRIB(ICOP, "Instruction cache op", "", "")
127
128DEF_ATTRIB(HWLOOP0_END, "Ends HW loop0", "", "")
129DEF_ATTRIB(HWLOOP1_END, "Ends HW loop1", "", "")
130DEF_ATTRIB(RET_TYPE, "return type", "", "")
131DEF_ATTRIB(DCZEROA, "dczeroa type", "", "")
132DEF_ATTRIB(ICFLUSHOP, "icflush op type", "", "")
133DEF_ATTRIB(DCFLUSHOP, "dcflush op type", "", "")
134DEF_ATTRIB(L2FLUSHOP, "l2flush op type", "", "")
135DEF_ATTRIB(DCFETCH, "dcfetch type", "", "")
136
137DEF_ATTRIB(L2FETCH, "Instruction is l2fetch type", "", "")
138
139DEF_ATTRIB(ICINVA, "icinva", "", "")
140DEF_ATTRIB(DCCLEANINVA, "dccleaninva", "", "")
141
142/* Documentation Notes */
143DEF_ATTRIB(NOTE_CONDITIONAL, "can be conditionally executed", "", "")
144DEF_ATTRIB(NOTE_NEWVAL_SLOT0, "New-value oprnd must execute on slot 0", "", "")
145DEF_ATTRIB(NOTE_PRIV, "Monitor-level feature", "", "")
146DEF_ATTRIB(NOTE_NOPACKET, "solo instruction", "", "")
147DEF_ATTRIB(NOTE_AXOK, "May only be grouped with ALU32 or non-FP XTYPE.", "", "")
148DEF_ATTRIB(NOTE_LATEPRED, "The predicate can not be used as a .new", "", "")
149DEF_ATTRIB(NOTE_NVSLOT0, "Can execute only in slot 0 (ST)", "", "")
150
151/* Restrictions to make note of */
152DEF_ATTRIB(RESTRICT_NOSLOT1_STORE, "Packet must not have slot 1 store", "", "")
153DEF_ATTRIB(RESTRICT_LATEPRED, "Predicate can not be used as a .new.", "", "")
154
155/* Keep this as the last attribute: */
156DEF_ATTRIB(ZZ_LASTATTRIB, "Last attribute in the file", "", "")
157