![Xilinx Virtex-II Pro PPC405 Скачать руководство пользователя страница 442](http://html1.mh-extra.com/html/xilinx/virtex-ii-pro-ppc405/virtex-ii-pro-ppc405_user-manual_3410279442.webp)
750
March 2002 Release
1-800-255-7778
Virtex-II Pro™ Platform FPGA Documentation
Chapter 11:
Instruction Set
R
tlbre
TLB Read Entry
Description
This is a privileged instruction.
This instruction reads an entry from the TLB.
r
A
26:31
contains an index which is used to
select an entry in the TLB. The WS field specifies which portion of the TLB entry is loaded
into
r
D. If WS
=
0, the tag portion (TLBHI) is loaded into
r
D and the PID is updated with the
TLBHI[TID] field. If WS
=
1, the data portion (TLBLO) is loaded into
r
D and the PID is not
modified.
See
for a description of the TLB-entry format.
The TLB entry is read regardless of whether address translation is enabled.
Simplified mnemonics defined for this instruction are described in
Pseudocode
tlb_entry
=
(r
A
26:31
)
if WS
4
=
1
then (
r
D)
←
TLBLO[tlb_entry]
else
(
r
D)
←
TLBHI[tlb_entry]
(PID)
←
TID from TLB[tlb_entry]
Registers Altered
•
r
D.
•
PID if WS
=
0.
Exceptions
•
Program—Attempted execution of this instruction from user mode.
Execution of any of the following invalid-instruction forms results in a boundedly-
undefined result rather than a program exception:
•
Reserved bits containing a non-zero value.
•
WS value greater than 1.
Compatibility
This instruction is defined as optional by the operating-environment architecture level
(OEA) of the PowerPC embedded-environment architecture and the PowerPC Book-E
tlbre
r
D,
r
A, WS
X Instruction Form
31
r
D
r
A
WS
946
0
0
6
1
1
1
6
2
1
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...