![Xilinx Virtex-II Pro PPC405 Скачать руководство пользователя страница 270](http://html1.mh-extra.com/html/xilinx/virtex-ii-pro-ppc405/virtex-ii-pro-ppc405_user-manual_3410279270.webp)
578
March 2002 Release
1-800-255-7778
Virtex-II Pro™ Platform FPGA Documentation
Chapter 11:
Instruction Set
R
addis
Add Immediate Shifted
Description
If the
r
A field is 0, the SIMM field is concatenated on the right with sixteen 0-bits and the
result is loaded into register
r
D. If the
r
A field is nonzero, the SIMM field is concatenated
on the right with sixteen 0-bits and the result is added to the contents of register
r
A. The
resulting sum is loaded into register
r
D.
Simplified mnemonics defined for this instruction are described in the following sections:
•
•
An
addis
instruction followed by an
ori
instruction can be used to load an arbitrary 32-bit
value in a GPR, as shown in the following example:
addis
r
D, 0, high 16 bits of value
ori
r
D,
r
D, low 16 bits of value
Pseudocode
(
r
D)
←
(
r
A|0) + (SIMM
||
16
0)
Registers Altered
•
r
D.
Exceptions
•
None.
Compatibility
This instruction is defined by the PowerPC user instruction-set architecture (UISA). It is
implemented by all PowerPC processors.
addis
r
D,
r
A, SIMM
D Instruction Form
15
r
D
r
A
SIMM
0
6
1
1
1
6
3
1
Содержание Virtex-II Pro PPC405
Страница 1: ...R Volume 2 a PPC405 User Manual Virtex II Pro Platform FPGA Developer s Kit March 2002 Release...
Страница 14: ...322 www xilinx com March 2002 Release 1 800 255 7778 Virtex II Pro Platform FPGA Documentation Preface R...
Страница 252: ...560 www xilinx com March 2002 Release 1 800 255 7778 Virtex II Pro Platform FPGA Documentation R...
Страница 260: ...568 www xilinx com March 2002 Release 1 800 255 7778 Virtex II Pro Platform FPGA Documentation R...
Страница 562: ...870 www xilinx com March 2002 Release 1 800 255 7778 Virtex II Pro Platform FPGA Documentation R...