Chapter 5: Microblaze Instruction Set Architecture; Introduction; Notation - Xilinx MicroBlaze Reference Manual

Hide thumbs Also See for MicroBlaze:
Table of Contents

Advertisement

MicroBlaze Instruction Set Architecture

Introduction

This chapter provides a detailed guide to the Instruction Set Architecture of the MicroBlaze™
processor.

Notation

The symbols used throughout this chapter are defined in the following table.
Table 5-1: Symbol Notation
Symbol
+
-
×
/
x
>>
<<
rx
x[i]
x[i:j]
=
>
>=
MicroBlaze Processor Reference Guide
UG984 (v2018.2) June 21, 2018
Add
Subtract
Multiply
Divide
Bitwise logical AND
Bitwise logical OR
Bitwise logical XOR
Bitwise logical complement of x
Assignment
Right shift
Left shift
Register x
Bit i in register x
Bits i through j in register x
Equal comparison
Not equal comparison
Greater than comparison
Greater than or equal comparison
www.xilinx.com
Meaning
Send Feedback
Chapter 5
194

Advertisement

Table of Contents
loading

Table of Contents