| |||
| Home > Wireless MMX Technology Instructions > Wireless MMX pseudo-instructions | |||
Table 30 gives an overview of the Wireless MMX Technology pseudo-instructions. These instructions are described in the Wireless MMX Technology Developer Guide.
Table 30. Wireless MMX Technology pseudo-instructions
| Mnemonic | Brief description | Example |
|---|---|---|
TMCR | Moves the contents of source register, ,
to Control register, .
Maps onto the ARM MCR coprocessor instruction
(MCR, MCR2, MCRR, and MCRR2). | TMCR wc1, r10 |
TMCRR | Moves the contents of two source registers, and,
to destination register, .
Do not use R15 for either or.
Maps onto the ARM MCRR coprocessor instruction
(MCR, MCR2, MCRR, and MCRR2). | TMCRR wr4, r5, r6 |
TMRC | Moves the contents of Control register, ,
to destination register, .
Do not use R15 for .
Maps onto the ARM MRC coprocessor instruction (MRC, MRC2, MRRC and MRRC2). | TMRC r1, wc2 |
TMRRC | Moves the contents of source register, ,
to two destination registers, and .
Do not use R15 for either destination register. and must be
distinct registers, otherwise the result is unpredictable. Maps
onto the ARM MRRC coprocessor instruction (MRC, MRC2, MRRC and MRRC2). | TMRRC r1, r0, wr2 |
WMOV | Moves the contents of source register, ,
to destination register, .
This instruction is a form of WOR (see Table 29). | WMOV wr1, wr8 |
WZERO | Zeros destination register, .
This instruction is a form of WANDN (see Table 29). | WZERO wr1 |
Wireless MMX Technology Developer Guide