Instruction Operation and Execution Notations
Instruction Set3-6 SPRU733
Table 3−1. Instruction Operation and Execution Notations (Continued)
Symbol Meaning
> Greater than
>= Greater than or equal to
< Less than
<= Less than or equal to
<< Shift left
>> Shift right
>>s Shift right with sign extension
>>z Shift right with a zero fill
~ Logical inverse
&
Logical AND