MicroBlaze Processor Reference Guide
159
UG081 (v14.7)
Chapter 5
MicroBlaze Instruction Set Architecture
This chapter provides a detailed guide to the Instruction Set Architecture of MicroBlaze™.
Notation
The symbols used throughout this chapter are defined in
Table 5-1:
Symbol Notation
Symbol
Meaning
+
Add
-
Subtract
×
Multiply
/
Divide
∧
Bitwise logical AND
∨
Bitwise logical OR
⊕
Bitwise logical XOR
x
Bitwise logical complement of
x
←
Assignment
>>
Right shift
<<
Left shift
r
x
Register
x
x
[
i
]
Bit
i
in register
x
x
[
i
:
j
]
Bits
i
through
j
in register
x
=
Equal comparison
≠
Not equal comparison
>
Greater than comparison
>=
Greater than or equal comparison
<
Less than comparison
<=
Less than or equal comparison
|
Signal choice