| |||
| Home > Directives Reference > Symbol definition directives > QN | |||
The QN directive defines a name for a specified
NEON Quadword register. The names q0-q15 and Q0-Q15 are predefined
for NEON.
nameQNexpr
where:
nameis the name to be assigned to the Q register. cannot
be the same as any of the predefined names listed in Predefined register and coprocessor
names.name
exprevaluates to a Q register number from 0 to 15.
Use QN to allocate convenient names to Q registers,
to help you to remember what you use each one for.
Avoid conflicting uses of the same register under different names.