Memory Space And Addressing Modes; Data Types; Large Register Set; Figure 2. Instruction Formats - Intel 80960MC Manual

Embedded 32-bit microprocessor with integrated floating-point unit and memory management unit
Table of Contents

Advertisement

80960MC
Control
Compare and
Branch
Register to
Register
Memory Access-
Short
Memory Access-
Long
1.1.1

Memory Space And Addressing Modes

The 80960MC allows each task (process) to address
a logical memory space of up to 4 Gbytes. Each
task's address space is divided into four 1 Gbyte
regions and each region can be mapped to physical
addresses by zero, one, or two levels of page tables.
The region with the highest addresses (Region 3) is
common to all tasks.
In keeping with RISC design principles, the number
of addressing modes is minimal yet includes all
those necessary to ensure efficient execution of
high-level languages such as Ada, C, and Fortran.
Table 2
lists the memory accessing modes.

Table 2. Memory Addressing Modes

• 12-Bit Offset
• 32-Bit Offset
• Register-Indirect
• Register + 12-Bit Offset
• Register + 32-Bit Offset
• Register + (Index-Register x Scale-Factor)
• Register x Scale Factor + 32-Bit Displacement
• Register + (Index-Register x Scale-Factor) + 32-
Bit Displacement
• Scale-Factor is 1, 2, 4, 8 or 16
4
Opcode
Opcode
Reg/Lit
Reg
Opcode
Reg
Reg/Lit
Opcode
Reg
Base
Opcode
Reg
Base

Figure 2. Instruction Formats

Displacement
M
Displacement
Modes
Ext'd Op
M
X
Offset
Mode
Scale
Displacement
1.1.2

Data Types

The 80960MC recognizes the following data types:
Numeric:
• 8-, 16-, 32- and 64-bit ordinals
• 8-, 16-, 32- and 64-bit integers
• 32-, 64- and 80-bit real numbers
Non-Numeric:
• Bit
• Bit Field
• Triple Word (96 bits)
• Quad-Word (128 bits)
1.1.3

Large Register Set

The 80960MC programming environment includes a
large number of registers. 36 registers are available
at any time; this greatly reduces the number of
memory accesses required to perform algorithms,
which leads to greater instruction processing speed.
Two types of general-purpose registers are avail-
able: local and global. The 20 global registers
consist of sixteen 32-bit registers (G0 though G15)
and four 80-bit registers (FP0 through FP3). These
Reg/Lit
xx
Offset

Advertisement

Table of Contents
loading

Table of Contents