IBM 750GX User manual

Category
Processors
Type
User manual

This manual is also suitable for

IBM PowerPC 750GX and 750GL RISC Micro-
processor
User’s Manual
Version 1.2
March 27, 2006
Title Page
®
Copyright and Disclaimer
© Copyright International Business Machines Corporation 2004, 2006
All Rights Reserved
Printed in the United States of America March 2006.
The following are trademarks of International Business Machines Corporation in the United States, or other countries, or
both:
IBM POWER PowerPC 750
IBM Logo PowerPC PowerPC Architecture
PowerPC Logo
IEEE is a registered trademark in the United States, owned by the Institute of Electrical and Electronics Engineers.
Other company, product, and service names may be trademarks or service marks of others.
All information contained in this document is subject to change without notice. The products described in this document
are NOT intended for use in applications such as implantation, life support, or other hazardous uses where malfunction
could result in death, bodily injury, or catastrophic property damage. The information contained in this document does not
affect or change IBM product specifications or warranties. Nothing in this document shall operate as an express or implied
license or indemnity under the intellectual property rights of IBM or third parties. All information contained in this docu-
ment was obtained in specific environments, and is presented as an illustration. The results obtained in other operating
environments may vary.
THE INFORMATION CONTAINED IN THIS DOCUMENT IS PROVIDED ON AN “AS IS” BASIS. In no event will IBM be
liable for damages arising directly or indirectly from any use of the information contained in this document.
IBM Microelectronics Division
2070 Route 52, Bldg. 330
Hopewell Junction, NY 12533-6351
The IBM home page can be found at ibm.com
The IBM Microelectronics Division home page can be found at ibm.com/chips
gx_title.fm.(1.2)
March 27, 2006
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
750gx_umTOC.fm.(1.2)
March 27, 2006
Page 3 of 377
List of Figures .............................................................................................................. 13
List of Tables ................................................................................................................ 15
About This Manual ........................................................................................................ 19
Who Should Read This Manual ............................................................................................................ 19
Related Publications ............................................................................................................................. 19
Conventions Used in This Manual ........................................................................................................ 20
Using This Manual with the Programming Environments Manual ......................................................... 22
1. PowerPC 750GX Overview ....................................................................................... 23
1.1 750GX Microprocessor Overview ................................................................................................... 23
1.2 750GX Microprocessor Features .................................................................................................... 25
1.2.1 Instruction Flow ..................................................................................................................... 29
1.2.1.1 Instruction Queue and Dispatch Unit .............................................................................. 29
1.2.1.2 Branch Processing Unit (BPU) ....................................................................................... 29
1.2.1.3 Completion Unit .............................................................................................................. 30
1.2.2 Independent Execution Units ................................................................................................. 31
1.2.2.1 Integer Units (IUs) .......................................................................................................... 31
1.2.2.2 Floating-Point Unit (FPU) ............................................................................................... 31
1.2.2.3 Load/Store Unit (LSU) .................................................................................................... 32
1.2.2.4 System Register Unit (SRU) ........................................................................................... 32
1.2.3 Memory Management Units (MMUs) ..................................................................................... 32
1.2.4 On-Chip Level 1 Instruction and Data Caches ...................................................................... 33
1.2.5 On-Chip Level 2 Cache Implementation ................................................................................ 35
1.2.6 System Interface/Bus Interface Unit (BIU) ............................................................................. 35
1.2.7 Signals ................................................................................................................................... 37
1.2.8 Signal Configuration .............................................................................................................. 38
1.2.9 Clocking ................................................................................................................................. 40
1.3 750GX Microprocessor Implementation .......................................................................................... 40
1.4 PowerPC Registers and Programming Model ................................................................................ 42
1.5 Instruction Set ................................................................................................................................. 45
1.5.1 PowerPC Instruction Set ....................................................................................................... 45
1.5.2 750GX Microprocessor Instruction Set .................................................................................. 47
1.6 On-Chip Cache Implementation ...................................................................................................... 47
1.6.1 PowerPC Cache Model ......................................................................................................... 47
1.6.2 750GX Microprocessor Cache Implementation .................................................................... 47
1.7 Exception Model .............................................................................................................................. 48
1.7.1 PowerPC Exception Model .................................................................................................... 48
1.7.2 750GX Microprocessor Exception Implementation ............................................................... 49
1.8 Memory Management ..................................................................................................................... 51
1.8.1 PowerPC Memory-Management Model ................................................................................ 51
1.8.2 750GX Microprocessor Memory-Management Implementation ........................................... 52
1.9 Instruction Timing ............................................................................................................................ 52
1.10 Power Management ...................................................................................................................... 54
1.11 Thermal Management ................................................................................................................... 55
1.12 Performance Monitor ..................................................................................................................... 56
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
Page 4 of 377
750gx_umTOC.fm.(1.2)
March 27, 2006
2. Programming Model .................................................................................................. 57
2.1 PowerPC 750GX Processor Register Set ....................................................................................... 57
2.1.1 Register Set ........................................................................................................................... 57
2.1.2 PowerPC 750GX-Specific Registers ...................................................................................... 64
2.1.2.1 Instruction Address Breakpoint Register (IABR) ............................................................ 64
2.1.2.2 Hardware-Implementation-Dependent Register 0 (HID0) .............................................. 65
2.1.2.3 Hardware-Implementation-Dependent Register 1 (HID1) .............................................. 70
2.1.2.4 Hardware-Implementation-Dependent Register 2 (HID2) .............................................. 71
2.1.2.5 Performance-Monitor Registers ...................................................................................... 72
2.1.3 Instruction Cache Throttling Control Register (ICTC) ............................................................ 77
2.1.4 Thermal-Management Registers (THRMn) ............................................................................ 78
2.1.4.1 Thermal-Management Registers 1–2 (THRM1–THRM2) ............................................... 78
2.1.4.2 Thermal-Management Register 3 (THRM3) ................................................................... 79
2.1.4.3 Thermal-Management Register 4 (THRM4) ................................................................... 80
2.1.5 L2 Cache Control Register (L2CR) ........................................................................................ 81
2.2 Operand Conventions ..................................................................................................................... 82
2.2.1 Data Organization in Memory and Data Transfers ................................................................ 82
2.2.2 Alignment and Misaligned Accesses ..................................................................................... 82
2.2.3 Floating-Point Operand and Execution Models—UISA ......................................................... 83
2.2.3.1 Denormalized Number Support ...................................................................................... 83
2.2.3.2 Non-IEEE Mode (Nondenormalized Mode) .................................................................... 83
2.2.3.3 Time-Critical Floating-Point Operation ........................................................................... 84
2.2.3.4 Floating-Point Storage Access Alignment ...................................................................... 84
2.2.3.5 Optional Floating-Point Graphics Instructions ................................................................ 84
2.3 Instruction Set Summary ................................................................................................................. 86
2.3.1 Classes of Instructions ........................................................................................................... 87
2.3.1.1 Definition of Boundedly Undefined ................................................................................. 87
2.3.1.2 Defined Instruction Class ................................................................................................ 87
2.3.1.3 Illegal Instruction Class ................................................................................................... 88
2.3.1.4 Reserved Instruction Class ............................................................................................. 89
2.3.2 Addressing Modes ................................................................................................................. 89
2.3.2.1 Memory Addressing ........................................................................................................ 89
2.3.2.2 Memory Operands .......................................................................................................... 89
2.3.2.3 Effective Address Calculation ......................................................................................... 90
2.3.2.4 Synchronization .............................................................................................................. 90
2.3.3 Instruction Set Overview ........................................................................................................ 91
2.3.4 PowerPC UISA Instructions ................................................................................................... 92
2.3.4.1 Integer Instructions ......................................................................................................... 92
2.3.4.2 Floating-Point Instructions .............................................................................................. 95
2.3.4.3 Load-and-Store Instructions ........................................................................................... 98
2.3.4.4 Branch and Flow-Control Instructions .......................................................................... 106
2.3.4.5 System Linkage Instruction—UISA .............................................................................. 108
2.3.4.6 Processor Control Instructions—UISA ......................................................................... 108
2.3.4.7 Memory Synchronization Instructions—UISA ............................................................... 113
2.3.5 PowerPC VEA Instructions .................................................................................................. 113
2.3.5.1 Processor Control Instructions—VEA ........................................................................... 113
2.3.5.2 Memory Synchronization Instructions—VEA ................................................................ 114
2.3.5.3 Memory Control Instructions—VEA .............................................................................. 115
2.3.5.4 Optional External Control Instructions .......................................................................... 117
2.3.6 PowerPC OEA Instructions .................................................................................................. 118
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
750gx_umTOC.fm.(1.2)
March 27, 2006
Page 5 of 377
2.3.6.1 System Linkage Instructions—OEA ............................................................................. 118
2.3.6.2 Processor Control Instructions—OEA .......................................................................... 118
2.3.6.3 Memory Control Instructions—OEA ............................................................................. 119
2.3.7 Recommended Simplified Mnemonics ................................................................................ 120
3. Instruction-Cache and Data-Cache Operation .................................................... 121
3.1 Data-Cache Organization .............................................................................................................. 123
3.2 Instruction-Cache Organization ..................................................................................................... 124
3.3 Memory and Cache Coherency .................................................................................................... 125
3.3.1 Memory/Cache Access Attributes (WIMG Bits) ................................................................... 125
3.3.2 MEI Protocol ........................................................................................................................ 126
3.3.2.1 MEI Hardware Considerations ..................................................................................... 128
3.3.3 Coherency Precautions in Single-Processor Systems ........................................................ 129
3.3.4 Coherency Precautions in Multiprocessor Systems ............................................................ 129
3.3.5 PowerPC 750GX-Initiated Load/Store Operations .............................................................. 130
3.3.5.1 Performed Loads and Stores ....................................................................................... 130
3.3.5.2 Sequential Consistency of Memory Accesses ............................................................. 130
3.3.5.3 Atomic Memory References ......................................................................................... 130
3.4 Cache Control ............................................................................................................................... 131
3.4.1 Cache-Control Parameters in HID0 ..................................................................................... 131
3.4.1.1 Data-Cache Flash Invalidation ..................................................................................... 132
3.4.1.2 Enabling and Disabling the Data Cache ....................................................................... 132
3.4.1.3 Locking the Data Cache ............................................................................................... 132
3.4.1.4 Instruction-Cache Flash Invalidation ............................................................................ 133
3.4.1.5 Enabling and Disabling the Instruction Cache .............................................................. 133
3.4.1.6 Locking the Instruction Cache ...................................................................................... 133
3.4.2 Cache-Control Instructions .................................................................................................. 133
3.4.2.1 Data Cache Block Touch (dcbt) and Data Cache Block Touch for Store (dcbtst) ...... 134
3.4.2.2 Data Cache Block Zero (dcbz) ..................................................................................... 134
3.4.2.3 Data Cache Block Store (dcbst) .................................................................................. 135
3.4.2.4 Data Cache Block Flush (dcbf) .................................................................................... 135
3.4.2.5 Data Cache Block Invalidate (dcbi) ............................................................................. 135
3.4.2.6 Instruction Cache Block Invalidate (icbi) ...................................................................... 136
3.5 Cache Operations ......................................................................................................................... 136
3.5.1 Cache-Block-Replacement/Castout Operations .................................................................. 136
3.5.2 Cache Flush Operations ...................................................................................................... 138
3.5.3 Data-Cache Block-Fill Operations ....................................................................................... 139
3.5.4 Instruction-Cache Block-Fill Operations .............................................................................. 139
3.5.5 Data-Cache Block-Push Operations .................................................................................... 139
3.6 L1 Caches and 60x Bus Transactions .......................................................................................... 139
3.6.1 Read Operations and the MEI Protocol ............................................................................... 140
3.6.2 Bus Operations Caused by Cache-Control Instructions ...................................................... 141
3.6.3 Snooping ............................................................................................................................. 142
3.6.4 Snoop Response to 60x Bus Transactions ......................................................................... 143
3.6.5 Transfer Attributes ............................................................................................................... 145
3.7 MEI State Transactions ................................................................................................................. 147
4. Exceptions ............................................................................................................... 151
4.1 PowerPC 750GX Microprocessor Exceptions ............................................................................... 152
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
Page 6 of 377
750gx_umTOC.fm.(1.2)
March 27, 2006
4.2 Exception Recognition and Priorities ............................................................................................. 153
4.3 Exception Processing .................................................................................................................... 156
4.3.1 Machine Status Save/Restore Register 0 (SRR0) ............................................................... 156
4.3.2 Machine Status Save/Restore Register 1 (SRR1) ............................................................... 157
4.3.3 Machine State Register (MSR) ............................................................................................ 158
4.3.4 Enabling and Disabling Exceptions ...................................................................................... 160
4.3.5 Steps for Exception Processing ........................................................................................... 160
4.3.6 Setting MSR[RI] ................................................................................................................... 161
4.3.7 Returning from an Exception Handler .................................................................................. 161
4.4 Process Switching ......................................................................................................................... 162
4.5 Exception Definitions ..................................................................................................................... 162
4.5.1 System Reset Exception (0x00100) ..................................................................................... 163
4.5.1.1 Soft Reset ..................................................................................................................... 164
4.5.1.2 Hard Reset ................................................................................................................... 164
4.5.2 Machine-Check Exception (0x00200) .................................................................................. 167
4.5.2.1 Machine-Check Exception Enabled (MSR[ME] = 1) ..................................................... 168
4.5.2.2 Checkstop State (MSR[ME] = 0) .................................................................................. 169
4.5.3 DSI Exception (0x00300) ..................................................................................................... 169
4.5.4 ISI Exception (0x00400) ....................................................................................................... 169
4.5.5 External Interrupt Exception (0x00500) ............................................................................... 169
4.5.6 Alignment Exception (0x00600) ........................................................................................... 170
4.5.7 Program Exception (0x00700) ............................................................................................. 170
4.5.8 Floating-Point Unavailable Exception (0x00800) ................................................................. 171
4.5.9 Decrementer Exception (0x00900) ...................................................................................... 171
4.5.10 System Call Exception (0x00C00) ..................................................................................... 171
4.5.11 Trace Exception (0x00D00) ............................................................................................... 171
4.5.12 Floating-Point Assist Exception (0x00E00) ........................................................................ 171
4.5.13 Performance-Monitor Interrupt (0x00F00) ......................................................................... 172
4.5.14 Instruction Address Breakpoint Exception (0x01300) ........................................................ 173
4.5.15 System Management Interrupt (0x01400) ......................................................................... 173
4.5.16 Thermal-Management Interrupt Exception (0x01700) ....................................................... 174
4.5.17 Data Address Breakpoint Exception .................................................................................. 175
4.5.17.1 Data Address Breakpoint Register (DABR) ................................................................ 175
4.5.18 Soft Stops .......................................................................................................................... 175
4.5.19 Exception Latencies ........................................................................................................... 176
4.5.20 Summary of Front-End Exception Handling ....................................................................... 176
4.5.21 Timer Facilities ................................................................................................................... 177
4.5.22 External Access Instructions .............................................................................................. 177
5. Memory Management .............................................................................................. 179
5.1 MMU Overview .............................................................................................................................. 179
5.1.1 Memory Addressing ............................................................................................................. 181
5.1.2 MMU Organization ............................................................................................................... 181
5.1.3 Address-Translation Mechanisms ........................................................................................ 186
5.1.4 Memory-Protection Facilities ................................................................................................ 187
5.1.5 Page History Information ..................................................................................................... 188
5.1.6 General Flow of MMU Address Translation ......................................................................... 189
5.1.6.1 Real-Addressing Mode and Block-Address-Translation Selection ............................... 189
5.1.6.2 Page-Address-Translation Selection ............................................................................ 190
5.1.7 MMU Exceptions Summary ................................................................................................. 192
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
750gx_umTOC.fm.(1.2)
March 27, 2006
Page 7 of 377
5.1.8 MMU Instructions and Register Summary ........................................................................... 194
5.2 Real-Addressing Mode .................................................................................................................. 195
5.3 Block-Address Translation ............................................................................................................ 196
5.4 Memory Segment Model ............................................................................................................... 196
5.4.1 Page History Recording ....................................................................................................... 196
5.4.1.1 Referenced Bit .............................................................................................................. 197
5.4.1.2 Changed Bit .................................................................................................................. 198
5.4.1.3 Scenarios for Referenced and Changed Bit Recording ............................................... 198
5.4.2 Page Memory Protection ..................................................................................................... 199
5.4.3 TLB Description ................................................................................................................... 199
5.4.3.1 TLB Organization ......................................................................................................... 199
5.4.3.2 TLB Invalidation ............................................................................................................ 201
5.4.4 Page-Address-Translation Summary .................................................................................. 202
5.4.5 Page Table-Search Operation ............................................................................................. 204
5.4.6 Page Table Updates ............................................................................................................ 207
5.4.7 Segment Register Updates ................................................................................................. 207
6. Instruction Timing ................................................................................................... 209
6.1 Terminology and Conventions ...................................................................................................... 209
6.2 Instruction Timing Overview .......................................................................................................... 211
6.3 Timing Considerations .................................................................................................................. 215
6.3.1 General Instruction Flow ...................................................................................................... 215
6.3.2 Instruction Fetch Timing ...................................................................................................... 216
6.3.2.1 Cache Arbitration .......................................................................................................... 217
6.3.2.2 Cache Hit ...................................................................................................................... 217
6.3.2.3 Cache Miss ................................................................................................................... 222
6.3.2.4 L2 Cache Access Timing Considerations ..................................................................... 224
6.3.2.5 Instruction Dispatch and Completion Considerations ................................................... 224
6.3.2.6 Rename Register Operation ......................................................................................... 224
6.3.2.7 Instruction Serialization ................................................................................................ 225
6.4 Execution-Unit Timings ................................................................................................................. 225
6.4.1 Branch Processing Unit Execution Timing .......................................................................... 225
6.4.1.1 Branch Folding ............................................................................................................. 226
6.4.1.2 Branch Instructions and Completion ............................................................................ 227
6.4.1.3 Branch Prediction and Resolution ................................................................................ 228
6.4.2 Integer Unit Execution Timing ............................................................................................. 232
6.4.3 Floating-Point Unit Execution Timing .................................................................................. 232
6.4.4 Effect of Floating-Point Exceptions on Performance ........................................................... 232
6.4.5 Load/Store Unit Execution Timing ....................................................................................... 233
6.4.6 Effect of Operand Placement on Performance .................................................................... 233
6.4.7 Integer Store Gathering ....................................................................................................... 234
6.4.8 System Register Unit Execution Timing .............................................................................. 234
6.5 Memory Performance Considerations ........................................................................................... 235
6.5.1 Caching and Memory Coherency ........................................................................................ 235
6.5.2 Effect of TLB Miss ............................................................................................................... 236
6.6 Instruction Scheduling Guidelines ................................................................................................. 236
6.6.1 Branch, Dispatch, and Completion-Unit Resource Requirements ....................................... 237
6.6.1.1 Branch-Resolution Resource Requirements ................................................................ 237
6.6.1.2 Dispatch-Unit Resource Requirements ........................................................................ 237
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
Page 8 of 377
750gx_umTOC.fm.(1.2)
March 27, 2006
6.6.1.3 Completion-Unit Resource Requirements .................................................................... 237
6.7 Instruction Latency Summary ........................................................................................................ 238
7. Signal Descriptions ................................................................................................. 249
7.1 Signal Configuration ...................................................................................................................... 250
7.2 Signal Descriptions ........................................................................................................................ 251
7.2.1 Address-Bus Arbitration Signals .......................................................................................... 251
7.2.1.1 Bus Request (BR
)—Output .......................................................................................... 251
7.2.1.2 Bus Grant (BG
)—Input ................................................................................................. 252
7.2.1.3 Address Bus Busy (ABB
) .............................................................................................. 252
7.2.2 Address Transfer Start Signals ............................................................................................ 253
7.2.2.1 Transfer Start (TS
) ........................................................................................................ 253
7.2.3 Address Transfer Signals ..................................................................................................... 254
7.2.3.1 Address Bus (A[0–31]) ................................................................................................. 254
7.2.3.2 Address-Bus Parity (AP[0–3]) ....................................................................................... 255
7.2.4 Address Transfer Attribute Signals ...................................................................................... 255
7.2.4.1 Transfer Type (TT[0–4]) ............................................................................................... 256
7.2.4.2 Transfer Size (TSIZ[0–2])—Output ............................................................................... 258
7.2.4.3 Transfer Burst (TBST
) .................................................................................................. 259
7.2.4.4 Cache Inhibit (CI
)—Output ........................................................................................... 260
7.2.4.5 Write-Through (WT
)—Output ....................................................................................... 260
7.2.4.6 Global (GBL
) ................................................................................................................. 261
7.2.5 Address Transfer Termination Signals ................................................................................. 262
7.2.5.1 Address Acknowledge (AACK
)—Input ......................................................................... 262
7.2.5.2 Address Retry (ARTRY
) ............................................................................................... 263
7.2.6 Data-Bus Arbitration Signals ................................................................................................ 264
7.2.6.1 Data-Bus Grant (DBG
)—Input ...................................................................................... 264
7.2.6.2 Data-Bus Write-Only (DBWO
) ...................................................................................... 265
7.2.6.3 Data Bus Busy (DBB
) ................................................................................................... 265
7.2.7 Data-Transfer Signals .......................................................................................................... 266
7.2.7.1 Data Bus (DH[0–31], DL[0–31]) .................................................................................... 266
7.2.7.2 Data-Bus Parity (DP[0–7]) ............................................................................................ 267
7.2.7.3 Data Bus Disable (DBDIS
)—Input ................................................................................ 268
7.2.8 Data-Transfer Termination Signals ...................................................................................... 268
7.2.8.1 Transfer Acknowledge (TA
)—Input .............................................................................. 268
7.2.8.2 Data Retry (DRTRY
)—Input ......................................................................................... 269
7.2.8.3 Transfer Error Acknowledge (TEA
)—Input ................................................................... 269
7.2.9 System Status Signals ......................................................................................................... 270
7.2.9.1 Interrupt (INT
)— Input .................................................................................................. 270
7.2.9.2 System Management Interrupt (SMI
)—Input ................................................................ 270
7.2.9.3 Machine-Check Interrupt (MCP
)—Input ....................................................................... 271
7.2.9.4 Checkstop Input (CKSTP_IN
)—Input ........................................................................... 271
7.2.9.5 Checkstop Output (CKSTP_OUT
)—Output ................................................................. 271
7.2.10 Reset Signals ..................................................................................................................... 272
7.2.10.1 Hard Reset (HRESET
)—Input .................................................................................... 272
7.2.10.2 Soft Reset (SRESE
T)—Input ..................................................................................... 272
7.2.11 Processor Status Signals ................................................................................................... 273
7.2.11.1 Quiescent Request (QREQ
)—Output ......................................................................... 273
7.2.11.2 Quiescent Acknowledge (QACK
)—Input .................................................................... 273
7.2.11.3 Reservation (RSRV)—Output ..................................................................................... 273
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
750gx_umTOC.fm.(1.2)
March 27, 2006
Page 9 of 377
7.2.11.4 Time Base Enable (TBEN)—Input ............................................................................. 274
7.2.11.5 TLB Invalidate Synchronize (TLBISYNC
)—Input ....................................................... 274
7.2.12 Processor Mode Selection Signals .................................................................................... 274
7.2.13 I/O Voltage Select Signals ................................................................................................. 275
7.2.14 Test Interface Signals ........................................................................................................ 275
7.2.14.1 IEEE 1149.1a-1993 Interface Description .................................................................. 275
7.2.14.2 L
SSD_MODE ............................................................................................................. 275
7.2.14.3 L1_TSTCLK ................................................................................................................ 276
7.2.14.4 L2_TSTCLK ................................................................................................................ 276
7.2.14.5 BVSEL ........................................................................................................................ 276
7.2.15 Clock Signals ..................................................................................................................... 276
7.2.15.1 System Clock (SYSCLK)—Input ................................................................................ 277
7.2.15.2 Clock Out (CLK_OUT)—Output ................................................................................. 277
7.2.15.3 PLL Configuration (PLL_CFG[0:4])—Input ................................................................. 277
7.2.15.4 PLL Range (PLL_RNG[0:1])—Input ........................................................................... 278
7.2.16 Power and Ground Signals ................................................................................................ 278
8. Bus Interface Operation ......................................................................................... 279
8.1 Bus Interface Overview ................................................................................................................. 280
8.1.1 Operation of the Instruction and Data L1 Caches ............................................................... 281
8.1.2 Operation of the Bus Interface ............................................................................................. 282
8.1.3 Bus Signal Clocking ............................................................................................................. 282
8.1.4 Optional 32-Bit Data Bus Mode ........................................................................................... 282
8.1.5 Direct-Store Accesses ......................................................................................................... 283
8.2 Memory-Access Protocol .............................................................................................................. 284
8.2.1 Arbitration Signals ............................................................................................................... 285
8.2.2 Miss-under-Miss .................................................................................................................. 286
8.2.2.1 Miss-under-Miss and System Performance ................................................................. 287
8.2.2.2 Speculative Loads and Conditional Branches .............................................................. 290
8.3 Address-Bus Tenure ..................................................................................................................... 290
8.3.1 Address-Bus Arbitration ....................................................................................................... 290
8.3.2 Address Transfer ................................................................................................................. 292
8.3.2.1 Address-Bus Parity ....................................................................................................... 294
8.3.2.2 Address Transfer Attribute Signals ............................................................................... 294
8.3.2.3 Burst Ordering During Data Transfers .......................................................................... 295
8.3.2.4 Effect of Alignment in Data Transfers ........................................................................... 296
8.3.2.5 Alignment of External Control Instructions ................................................................... 300
8.3.3 Address Transfer Termination ............................................................................................. 300
8.4 Data-Bus Tenure ........................................................................................................................... 301
8.4.1 Data-Bus Arbitration ............................................................................................................ 301
8.4.1.1 Using the DBB
Signal ................................................................................................... 302
8.4.2 Data-Bus Write-Only ............................................................................................................ 303
8.4.3 Data Transfer ....................................................................................................................... 303
8.4.4 Data-Transfer Termination .................................................................................................. 303
8.4.4.1 Normal Single-Beat Termination .................................................................................. 304
8.4.4.2 Data-Transfer Termination Due to a Bus Error ............................................................ 307
8.4.5 Memory Coherency—MEI Protocol ..................................................................................... 308
8.5 Timing Examples ........................................................................................................................... 309
8.6 Optional Bus Configuration ........................................................................................................... 316
8.6.1 32-Bit Data Bus Mode ......................................................................................................... 316
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
Page 10 of 377
750gx_umTOC.fm.(1.2)
March 27, 2006
8.6.2 No-DRTRY Mode ................................................................................................................. 318
8.7 Processor State Signals ................................................................................................................ 319
8.7.1 Support for the lwarx and stwcx. Instruction Pair ............................................................... 319
8.7.2 TLBISYNC
Input .................................................................................................................. 319
8.8 IEEE 1149.1a-1993 Compliant Interface ....................................................................................... 319
8.8.1 JTAG/COP Interface ............................................................................................................ 319
8.9 Using Data-Bus Write-Only ........................................................................................................... 320
9. L2 Cache ................................................................................................................... 323
9.1 L2 Cache Overview ....................................................................................................................... 323
9.2 L2 Cache Operation ...................................................................................................................... 323
9.3 L2 Cache Control Register (L2CR) ............................................................................................... 329
9.4 L2 Cache Initialization ................................................................................................................... 329
9.5 L2 Cache Global Invalidation ........................................................................................................ 329
9.6 L2 Cache Used as On-Chip Memory ............................................................................................ 330
9.6.1 Locking the L2 Cache .......................................................................................................... 330
9.6.1.1 Loading the Locked L2 Cache ...................................................................................... 331
9.6.1.2 Locked Cache Operation .............................................................................................. 331
9.7 Data-Only and Instruction-Only Modes ......................................................................................... 332
9.8 L2 Cache Test Features and Methods .......................................................................................... 332
9.8.1 L2CR Support for L2 Cache Testing .................................................................................... 332
9.8.2 L2 Cache Testing ................................................................................................................. 333
9.9 L2 Cache Timing ........................................................................................................................... 333
10. Power and Thermal Management ........................................................................ 335
10.1 Dynamic Power Management ..................................................................................................... 335
10.2 Programmable Power Modes ...................................................................................................... 335
10.2.1 Power Management Modes ............................................................................................... 337
10.2.1.1 Full On Mode .............................................................................................................. 337
10.2.1.2 Doze Mode ................................................................................................................. 337
10.2.1.3 Nap Mode ................................................................................................................... 337
10.2.1.4 Sleep Mode ................................................................................................................ 339
10.2.1.5 Dynamic Power Reduction ......................................................................................... 339
10.2.2 Power Management Software Considerations ................................................................... 340
10.3 750GX Dual PLL Feature ............................................................................................................ 340
10.3.1 Overview ............................................................................................................................ 340
10.3.2 Configuration Restriction on Frequency Transitions .......................................................... 341
10.3.3 Dual PLL Implementation ................................................................................................... 342
10.4 Thermal Assist Unit ..................................................................................................................... 343
10.4.1 Thermal Assist Unit Overview ............................................................................................ 343
10.4.2 Thermal Assist Unit Operation ........................................................................................... 344
10.4.2.1 TAU Single-Threshold Mode ...................................................................................... 345
10.4.2.2 TAU Dual-Threshold Mode ......................................................................................... 346
10.4.2.3 750GX Junction Temperature Determination ............................................................. 346
10.4.2.4 Power Saving Modes and TAU Operation .................................................................. 347
10.5 Instruction-Cache Throttling ........................................................................................................ 347
11. Performance Monitor and System Related Features ......................................... 349
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
750gx_umTOC.fm.(1.2)
March 27, 2006
Page 11 of 377
11.1 Performance-Monitor Interrupt .................................................................................................... 349
11.2 Special-Purpose Registers Used by Performance Monitor ......................................................... 350
11.2.1 Performance-Monitor Registers ......................................................................................... 351
11.2.1.1 Monitor Mode Control Register 0 (MMCR0) ............................................................... 351
11.2.1.2 User Monitor Mode Control Register 0 (UMMCR0) .................................................... 351
11.2.1.3 Monitor Mode Control Register 1 (MMCR1) ............................................................... 351
11.2.1.4 User Monitor Mode Control Register 1 (UMMCR1) .................................................... 351
11.2.1.5 Performance-Monitor Counter Registers (PMCn) ...................................................... 351
11.2.1.6 User Performance-Monitor Counter Registers (UPMC1–UPMC4) ............................ 354
11.2.1.7 Sampled Instruction Address Register (SIA) .............................................................. 355
11.2.1.8 User Sampled Instruction Address Register (USIA) ................................................... 355
11.3 Event Counting ............................................................................................................................ 355
11.4 Event Selection ........................................................................................................................... 356
11.5 Notes ........................................................................................................................................... 356
11.6 Debug Support ............................................................................................................................ 357
11.6.1 Overview ............................................................................................................................ 357
11.6.2 Data-Address Breakpoint .................................................................................................. 357
11.7 JTAG/COP Functions .................................................................................................................. 357
11.7.1 Introduction ........................................................................................................................ 357
11.7.2 Processor Resources Available through JTAG/COP Serial Interface ............................... 357
11.8 Resets ......................................................................................................................................... 359
11.8.1 Hard Reset ........................................................................................................................ 359
11.8.2 Soft Reset .......................................................................................................................... 359
11.8.3 Reset Sequence ................................................................................................................ 360
11.9 Checkstops ................................................................................................................................. 361
11.9.1 Checkstop Sources ........................................................................................................... 361
11.9.2 Checkstop Control Bits ...................................................................................................... 361
11.9.3 Open-Collector-Driver States during Checkstop ............................................................... 362
11.9.4 Vacancy Slot Application ................................................................................................... 362
11.10 750GX Parity ............................................................................................................................. 363
11.10.1 Parity Control and Status ................................................................................................. 364
11.10.2 Enabling Parity Error Detection ....................................................................................... 364
11.10.3 Parity Errors ..................................................................................................................... 364
Acronyms and Abbreviations ................................................................................... 365
Index ............................................................................................................................ 369
Revision Log .............................................................................................................. 377
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
Page 12 of 377
750gx_umTOC.fm.(1.2)
March 27, 2006
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
750gx_umLOF.fm.(1.2)
March 27, 2006
List of Figures
Page 13 of 377
List of Figures
Figure 1-1. 750GX Microprocessor Block Diagram ..................................................................................25
Figure 1-2. L1 Cache Organization ..........................................................................................................34
Figure 1-3. System Interface ....................................................................................................................37
Figure 1-4. 750GX Microprocessor Signal Groups ...................................................................................39
Figure 1-5. Pipeline Diagram ....................................................................................................................53
Figure 2-1. PowerPC 750GX Microprocessor Programming Model—Registers ......................................58
Figure 3-1. Cache Integration .................................................................................................................122
Figure 3-2. Data-Cache Organization .....................................................................................................123
Figure 3-3. Instruction-Cache Organization ............................................................................................125
Figure 3-4. MEI Cache-Coherency Protocol—State Diagram (WIM = 001) ...........................................128
Figure 3-5. PLRU Replacement Algorithm .............................................................................................137
Figure 3-6. 750GX Cache Addresses .....................................................................................................140
Figure 4-1. SRESET Asserted During HRESET ....................................................................................164
Figure 5-1. MMU Conceptual Block Diagram .........................................................................................183
Figure 5-2. PowerPC 750GX Microprocessor IMMU Block Diagram .....................................................184
Figure 5-3. 750GX Microprocessor DMMU Block Diagram ....................................................................185
Figure 5-4. Address-Translation Types ..................................................................................................187
Figure 5-5. General Flow of Address Translation (Real-Addressing Mode and Block) ..........................189
Figure 5-6. General Flow of Page and Direct-Store Interface Address Translation ...............................191
Figure 5-7. Segment Register and DTLB Organization ..........................................................................200
Figure 5-8. Page-Address-Translation Flow—TLB Hit ...........................................................................203
Figure 5-9. Primary Page Table Search .................................................................................................205
Figure 5-10. Secondary Page-Table-Search Flow ...................................................................................206
Figure 6-1. Pipelined Execution Unit ......................................................................................................212
Figure 6-2. Superscalar/Pipeline Diagram ..............................................................................................212
Figure 6-3. PowerPC 750GX Microprocessor Pipeline Stages ..............................................................214
Figure 6-4. Instruction Flow Diagram .....................................................................................................218
Figure 6-5. Instruction Timing—Cache Hit .............................................................................................220
Figure 6-6. Instruction Timing—Cache Miss ..........................................................................................223
Figure 6-7. Branch Taken .......................................................................................................................227
Figure 6-8. Removal of Fall-Through Branch Instruction ........................................................................227
Figure 6-9. Branch Completion ...............................................................................................................228
Figure 6-10. Branch Instruction Timing ....................................................................................................231
Figure 7-1. 750GX Signal Groups ..........................................................................................................250
Figure 8-1. Bus Interface Address Buffers .............................................................................................280
Figure 8-2. Timing Diagram Legend .......................................................................................................283
Figure 8-3. Overlapping Tenures on the 750GX Bus for a Single-Beat Transfer ...................................284
Figure 8-4. Cache Diagram for Miss-under-Miss Feature ......................................................................286
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
List of Figures
Page 14 of 377
750gx_umLOF.fm.(1.2)
March 27, 2006
Figure 8-5. First Level Address Pipelining ..............................................................................................287
Figure 8-6. Address-Bus Arbitration ........................................................................................................290
Figure 8-7. Address-Bus Arbitration Showing Bus Parking ....................................................................291
Figure 8-8. Address-Bus Transfer ...........................................................................................................293
Figure 8-9. Snooped Address Cycle with ARTRY
..................................................................................301
Figure 8-10. Data-Bus Arbitration .............................................................................................................302
Figure 8-11. Normal Single-Beat Read Termination .................................................................................304
Figure 8-12. Normal Single-Beat Write Termination .................................................................................305
Figure 8-13. Normal Burst Transaction .....................................................................................................305
Figure 8-14. Termination with DRTRY
......................................................................................................306
Figure 8-15. Read Burst with TA
Wait States and DRTRY .......................................................................307
Figure 8-16. MEI Cache-Coherency Protocol—State Diagram (WIM = 001) ...........................................309
Figure 8-17. Fastest Single-Beat Reads ...................................................................................................310
Figure 8-18. Fastest Single-Beat Writes ...................................................................................................311
Figure 8-19. Single-Beat Reads Showing Data-Delay Controls ...............................................................312
Figure 8-20. Single-Beat Writes Showing Data-Delay Controls ................................................................313
Figure 8-21. Burst Transfers with Data-Delay Controls ............................................................................314
Figure 8-22. Use of Transfer Error Acknowledge (TEA
) ...........................................................................315
Figure 8-23. 32-Bit Data-Bus Transfer (8-Beat Burst) ..............................................................................317
Figure 8-24. 32-Bit Data-Bus Transfer (2-Beat Burst with DRTRY
) ..........................................................317
Figure 8-25. IEEE 1149.1a-1993 Compliant Boundary-Scan Interface ....................................................320
Figure 8-26. Data-Bus Write-Only Transaction .........................................................................................320
Figure 9-1. L2 Cache ..............................................................................................................................327
Figure 10-1. 750GX Power States ............................................................................................................336
Figure 10-2. Dual PLL Block Diagram ......................................................................................................342
Figure 10-3. Dual PLL Switching Example, 3X to 4X ................................................................................343
Figure 10-4. Thermal Assist Unit Block Diagram ......................................................................................344
Figure 10-5. Instruction Cache Throttling Control SPR Diagram ..............................................................347
Figure 11-1. 750GX IEEE 1149.1a-1993/COP Organization ....................................................................358
Figure 11-2. Reset Sequence ...................................................................................................................360
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
750gx_umLOT.fm.(1.2)
March 27, 2006
List of Tables
Page 15 of 377
List of Tables
Table 1-1. Architecture-Defined Registers (Excluding SPRs) .................................................................42
Table 1-2. Architecture-Defined SPRs Implemented ..............................................................................43
Table 1-3. Implementation-Specific Registers .........................................................................................44
Table 1-4. 750GX Microprocessor Exception Classifications ..................................................................49
Table 1-5. Exceptions and Conditions .....................................................................................................50
Table 2-1. Additional MSR Bits ...............................................................................................................60
Table 2-2. Additional SRR1 Bits ..............................................................................................................62
Table 2-3. Valid THRM1/THRM2 Bit Settings .........................................................................................79
Table 2-4. Memory Operands .................................................................................................................82
Table 2-5. Floating-Point Operand Data-Type Behavior .........................................................................84
Table 2-6. Floating-Point Result Data-Type Behavior .............................................................................85
Table 2-7. Integer Arithmetic Instructions ................................................................................................92
Table 2-8. Integer Compare Instructions .................................................................................................93
Table 2-9. Integer Logical Instructions ....................................................................................................94
Table 2-10. Integer Rotate Instructions .....................................................................................................95
Table 2-11. Integer Shift Instructions ........................................................................................................95
Table 2-12. Floating-Point Arithmetic Instructions .....................................................................................96
Table 2-13. Floating-Point Multiply/Add Instructions .................................................................................96
Table 2-14. Floating-Point Rounding and Conversion Instructions ...........................................................97
Table 2-15. Floating-Point Compare Instructions ......................................................................................97
Table 2-16. Floating-Point Status and Control Register Instructions ........................................................97
Table 2-17. Floating-Point Move Instructions ............................................................................................98
Table 2-18. Integer Load Instructions ........................................................................................................99
Table 2-19. Integer Store Instructions .....................................................................................................101
Table 2-20. Integer Load-and-Store with Byte-Reverse Instructions ......................................................102
Table 2-21. Integer Load-and-Store Multiple Instructions .......................................................................102
Table 2-22. Integer Load-and-Store String Instructions ..........................................................................103
Table 2-23. Floating-Point Load Instructions ...........................................................................................104
Table 2-24. Floating-Point Store Instructions ..........................................................................................105
Table 2-25. Store Floating-Point Single Behavior ...................................................................................105
Table 2-26. Store Floating-Point Double Behavior ..................................................................................105
Table 2-27. Branch Instructions ..............................................................................................................107
Table 2-28. Condition Register Logical Instructions ................................................................................107
Table 2-29. Trap Instructions ..................................................................................................................108
Table 2-30. System Linkage Instruction—UISA ......................................................................................108
Table 2-31. Move-to/Move-from Condition Register Instructions ............................................................108
Table 2-32. Move-to/Move-from Special-Purpose Register Instructions (UISA) .....................................109
Table 2-33. PowerPC Encodings ............................................................................................................109
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
List of Tables
Page 16 of 377
750gx_umLOT.fm.(1.2)
March 27, 2006
Table 2-34. SPR Encodings for 750GX-Defined Registers (mfspr) ........................................................112
Table 2-35. Memory Synchronization Instructions—UISA .......................................................................113
Table 2-36. Move-from Time Base Instruction .........................................................................................114
Table 2-37. Memory Synchronization Instructions—VEA ........................................................................115
Table 2-38. User-Level Cache Instructions .............................................................................................116
Table 2-39. External Control Instructions ................................................................................................117
Table 2-40. System Linkage Instructions—OEA .....................................................................................118
Table 2-41. Move-to/Move-from Machine State Register Instructions .....................................................118
Table 2-42. Move-to/Move-from Special-Purpose Register Instructions (OEA) ......................................118
Table 2-43. Supervisor-Level Cache-Management Instruction ...............................................................119
Table 2-44. Segment Register Manipulation Instructions ........................................................................119
Table 2-45. Translation Lookaside Buffer Management Instruction ........................................................120
Table 3-1. MEI State Definitions ............................................................................................................127
Table 3-2. PLRU Bit Update Rules ........................................................................................................138
Table 3-3. PLRU Replacement Block Selection ....................................................................................138
Table 3-4. Bus Operations Caused by Cache-Control Instructions (WIM = 001) ..................................141
Table 3-5. Response to Snooped Bus Transactions .............................................................................143
Table 3-6. Address/Transfer Attribute Summary ...................................................................................146
Table 3-7. MEI State Transitions ...........................................................................................................147
Table 4-1. PowerPC 750GX Microprocessor Exception Classifications ................................................152
Table 4-2. Exceptions and Conditions ...................................................................................................152
Table 4-3. Exception Priorities ...............................................................................................................155
Table 4-4. IEEE Floating-Point Exception Mode Bits ............................................................................160
Table 4-5. MSR Setting Due to Exception .............................................................................................162
Table 4-6. System Reset Exception–Register Settings .........................................................................163
Table 4-7. Settings Caused by Hard Reset ...........................................................................................166
Table 4-8. HID0 Machine-Check Enable Bits ........................................................................................167
Table 4-9. Machine-Check Exception—Register Settings .....................................................................168
Table 4-10. Performance-Monitor Interrupt Exception—Register Settings ..............................................172
Table 4-11. Instruction Address Breakpoint Exception—Register Settings .............................................173
Table 4-12. System Management Interrupt Exception—Register Settings .............................................174
Table 4-13. Thermal-Management Interrupt Exception—Register Settings ............................................174
Table 4-14. Front-End Exception Handling Summary .............................................................................176
Table 5-1. MMU Feature Summary .......................................................................................................180
Table 5-2. Access Protection Options for Pages ...................................................................................188
Table 5-3. Translation Exception Conditions .........................................................................................192
Table 5-4. Other MMU Exception Conditions for the 750GX Processor ................................................193
Table 5-5. 750GX Microprocessor Instruction Summary—Control MMUs ............................................194
Table 5-6. 750GX Microprocessor MMU Registers ...............................................................................195
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
750gx_umLOT.fm.(1.2)
March 27, 2006
List of Tables
Page 17 of 377
Table 5-7. Table-Search Operations to Update History Bits—TLB Hit Case ........................................197
Table 5-8. Model for Guaranteed R and C Bit Settings .........................................................................198
Table 6-1. Notation Conventions for Instruction Timing ........................................................................214
Table 6-2. Performance Effects of Memory Operand Placement ..........................................................233
Table 6-3. TLB Miss Latencies ..............................................................................................................236
Table 6-4. Branch Instructions ..............................................................................................................238
Table 6-5. System-Register Instructions ...............................................................................................238
Table 6-6. Condition Register Logical Instructions ................................................................................240
Table 6-7. Integer Instructions ...............................................................................................................240
Table 6-8. Floating-Point Instructions ....................................................................................................242
Table 6-9. Load-and-Store Instructions .................................................................................................244
Table 7-1. Transfer Type Encodings for PowerPC 750GX Bus Master ................................................256
Table 7-2. PowerPC 750GX Snoop Hit Response ................................................................................257
Table 7-3. Data-Transfer Size ...............................................................................................................259
Table 7-4. Data-Bus Lane Assignments ................................................................................................266
Table 7-5. DP[0–7] Signal Assignments ................................................................................................267
Table 7-6. Summary of Mode Select Signals ........................................................................................274
Table 7-7. Bus Voltage Selection Settings ............................................................................................275
Table 7-8. IEEE Interface Pin Descriptions ...........................................................................................275
Table 8-1. Transfer Size Signal Encodings ...........................................................................................294
Table 8-2. Burst Ordering—64-Bit Bus ..................................................................................................295
Table 8-3. Burst Ordering—32-Bit Bus ..................................................................................................296
Table 8-4. Aligned Data Transfers ........................................................................................................296
Table 8-5. Misaligned Data Transfers (4-Byte Examples) .....................................................................298
Table 8-6. Aligned Data Transfers (32-Bit Bus Mode) ..........................................................................298
Table 8-7. Misaligned 32-Bit Data-Bus Transfer (4-Byte Examples) .....................................................299
Table 9-1. Interpretation of LRU Bits .....................................................................................................324
Table 9-2. Modification of LRU Bits .......................................................................................................325
Table 9-3. Effect of Locked Ways on LRU Interpretation ......................................................................325
Table 10-1. 750GX Microprocessor Programmable Power Modes .........................................................336
Table 10-2. HID0 Power Saving Mode Bit Settings .................................................................................337
Table 10-3. Valid THRM1 and THRM2 Bit Settings ................................................................................345
Table 10-4. ICTC Bit Field Settings .........................................................................................................348
Table 11-1. Performance Monitor SPRs .................................................................................................350
Table 11-2. PMC1 Events—MMCR0[19:25] Select Encodings ...............................................................352
Table 11-3. PMC2 Events—MMCR0[26:31] Select Encodings ...............................................................352
Table 11-4. PMC3 Events—MMCR1[0:4] Select Encodings ...................................................................353
Table 11-5. PMC4 Events—MMCR1[5:9] Select Encodings ...................................................................354
Table 11-6. HID0 Checkstop Control Bits ...............................................................................................361
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
List of Tables
Page 18 of 377
750gx_umLOT.fm.(1.2)
March 27, 2006
Table 11-7. HID2 Checkstop Control Bits ................................................................................................362
Table 11-8. L2CR Checkstop Control Bits ...............................................................................................362
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
gx_preface.fm.(1.2)
March 27, 2006
Page 19 of 377
About This Manual
This user’s manual defines the functionality of the PowerPC
®
750GX and 750GL RISC microprocessors. It
describes features of the 750GX and 750GL that are not defined by the architecture. This book is intended as
a companion to the PowerPC Microprocessor Family: The Programming Environments (referred to as The
Programming Environments Manual).
Note: Soft copies of the latest version of this manual and documents referred to in this manual that are pro-
duced by IBM can be accessed on the world wide web as follows: http://www-3.ibm.com/chips/techlib.
Note: All information contained in this document referring to the PowerPC 750GX RISC Microprocessor also
pertains to the IBM PowerPC 750GL RISC Microprocessor.
Who Should Read This Manual
This manual is intended for system software developers, hardware developers, and applications program-
mers designing products for the 750GX. Readers should understand operating systems, microprocessor
system design, basic principles of RISC processing, and details of the PowerPC Architecture™.
Related Publications
PowerPC Architecture
May, Cathy, et. al., eds. The PowerPC Architecture: A Specification for a New Family of RISC Proces-
sors, Second Edition. San Francisco, CA: Morgan-Kaufmann, 1994.
McClanahan, Kip. PowerPC Programming for Intel Programmers. Foster City, CA: Hungry Minds, 1995.
Shanley, Tom. PowerPC System Architecture, Second Edition. Richardson, TX: Addison-Wesley, 1995.
PowerPC Microprocessor Documentation
The latest version of this manual, errata, and other IBM documents referred to in this manual can be found at:
http://www.ibm.com/chips/techlib
.
PowerPC 750GX RISC Microprocessor Datasheet. Provides data about bus timing, signal behavior, elec-
trical and thermal characteristics, and other design considerations for each PowerPC implementation.
PowerPC Microprocessor Family: The Programming Environments Manual (G522-0290-01). Provides
information about resources defined by the PowerPC Architecture that are common to PowerPC proces-
sors.
Implementation Variances Relative to Rev. 1 of The Programming Environments Manual.
PowerPC Microprocessor Family: The Programmer’s Pocket Reference Guide (SA14-2093-00). This
foldout card provides an overview of the PowerPC registers, instructions, and exceptions for 32-bit imple-
mentations.
PowerPC Microprocessor Family: The Programmers Reference Guide (MPRPPCPRG-01). Includes the
register summary, memory control model, exception vectors, and the PowerPC instruction set.
Application notes. These short documents contain information about specific design issues useful to pro-
grammers and engineers working with PowerPC processors.
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
Page 20 of 377
gx_preface.fm.(1.2)
March 27, 2006
Conventions Used in This Manual
Notational Conventions
mnemonics Instruction mnemonics are shown in lowercase bold.
italics Italics indicate variable command parameters. For example: bcctrx. Book titles in text are
set in italics.
0x0 Prefix to denote a hexadecimal number.
0b0 Prefix to denote a binary number.
crfD Instruction syntax used to identify a destination Condition Register (CR) field.
rA, rB Instruction syntax used to identify a source General Purpose Register (GPR).
rD Instruction syntax used to identify a destination GPR.
frA, frB, frC Instruction syntax used to identify a source Floating Point Register (FPR).
frD Instruction syntax used to identify a destination FPR.
REG[FIELD] Abbreviations or acronyms for registers are shown in uppercase text. Specific bits, fields,
or ranges appear in brackets. For example, MSR[LE] refers to the little-endian mode
enable bit in the Machine State Register.
x In certain contexts, such as a signal encoding, this indicates a don’t care.
n Used to express an undefined numerical value.
¬
NOT logical operator.
& AND logical operator.
| OR logical operator.
Indicates reserved bits or bit fields in a register. Although these bits can be written to as
either ones or zeros, they are always read as zeros.
0 0 0 0
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32
  • Page 33 33
  • Page 34 34
  • Page 35 35
  • Page 36 36
  • Page 37 37
  • Page 38 38
  • Page 39 39
  • Page 40 40
  • Page 41 41
  • Page 42 42
  • Page 43 43
  • Page 44 44
  • Page 45 45
  • Page 46 46
  • Page 47 47
  • Page 48 48
  • Page 49 49
  • Page 50 50
  • Page 51 51
  • Page 52 52
  • Page 53 53
  • Page 54 54
  • Page 55 55
  • Page 56 56
  • Page 57 57
  • Page 58 58
  • Page 59 59
  • Page 60 60
  • Page 61 61
  • Page 62 62
  • Page 63 63
  • Page 64 64
  • Page 65 65
  • Page 66 66
  • Page 67 67
  • Page 68 68
  • Page 69 69
  • Page 70 70
  • Page 71 71
  • Page 72 72
  • Page 73 73
  • Page 74 74
  • Page 75 75
  • Page 76 76
  • Page 77 77
  • Page 78 78
  • Page 79 79
  • Page 80 80
  • Page 81 81
  • Page 82 82
  • Page 83 83
  • Page 84 84
  • Page 85 85
  • Page 86 86
  • Page 87 87
  • Page 88 88
  • Page 89 89
  • Page 90 90
  • Page 91 91
  • Page 92 92
  • Page 93 93
  • Page 94 94
  • Page 95 95
  • Page 96 96
  • Page 97 97
  • Page 98 98
  • Page 99 99
  • Page 100 100
  • Page 101 101
  • Page 102 102
  • Page 103 103
  • Page 104 104
  • Page 105 105
  • Page 106 106
  • Page 107 107
  • Page 108 108
  • Page 109 109
  • Page 110 110
  • Page 111 111
  • Page 112 112
  • Page 113 113
  • Page 114 114
  • Page 115 115
  • Page 116 116
  • Page 117 117
  • Page 118 118
  • Page 119 119
  • Page 120 120
  • Page 121 121
  • Page 122 122
  • Page 123 123
  • Page 124 124
  • Page 125 125
  • Page 126 126
  • Page 127 127
  • Page 128 128
  • Page 129 129
  • Page 130 130
  • Page 131 131
  • Page 132 132
  • Page 133 133
  • Page 134 134
  • Page 135 135
  • Page 136 136
  • Page 137 137
  • Page 138 138
  • Page 139 139
  • Page 140 140
  • Page 141 141
  • Page 142 142
  • Page 143 143
  • Page 144 144
  • Page 145 145
  • Page 146 146
  • Page 147 147
  • Page 148 148
  • Page 149 149
  • Page 150 150
  • Page 151 151
  • Page 152 152
  • Page 153 153
  • Page 154 154
  • Page 155 155
  • Page 156 156
  • Page 157 157
  • Page 158 158
  • Page 159 159
  • Page 160 160
  • Page 161 161
  • Page 162 162
  • Page 163 163
  • Page 164 164
  • Page 165 165
  • Page 166 166
  • Page 167 167
  • Page 168 168
  • Page 169 169
  • Page 170 170
  • Page 171 171
  • Page 172 172
  • Page 173 173
  • Page 174 174
  • Page 175 175
  • Page 176 176
  • Page 177 177
  • Page 178 178
  • Page 179 179
  • Page 180 180
  • Page 181 181
  • Page 182 182
  • Page 183 183
  • Page 184 184
  • Page 185 185
  • Page 186 186
  • Page 187 187
  • Page 188 188
  • Page 189 189
  • Page 190 190
  • Page 191 191
  • Page 192 192
  • Page 193 193
  • Page 194 194
  • Page 195 195
  • Page 196 196
  • Page 197 197
  • Page 198 198
  • Page 199 199
  • Page 200 200
  • Page 201 201
  • Page 202 202
  • Page 203 203
  • Page 204 204
  • Page 205 205
  • Page 206 206
  • Page 207 207
  • Page 208 208
  • Page 209 209
  • Page 210 210
  • Page 211 211
  • Page 212 212
  • Page 213 213
  • Page 214 214
  • Page 215 215
  • Page 216 216
  • Page 217 217
  • Page 218 218
  • Page 219 219
  • Page 220 220
  • Page 221 221
  • Page 222 222
  • Page 223 223
  • Page 224 224
  • Page 225 225
  • Page 226 226
  • Page 227 227
  • Page 228 228
  • Page 229 229
  • Page 230 230
  • Page 231 231
  • Page 232 232
  • Page 233 233
  • Page 234 234
  • Page 235 235
  • Page 236 236
  • Page 237 237
  • Page 238 238
  • Page 239 239
  • Page 240 240
  • Page 241 241
  • Page 242 242
  • Page 243 243
  • Page 244 244
  • Page 245 245
  • Page 246 246
  • Page 247 247
  • Page 248 248
  • Page 249 249
  • Page 250 250
  • Page 251 251
  • Page 252 252
  • Page 253 253
  • Page 254 254
  • Page 255 255
  • Page 256 256
  • Page 257 257
  • Page 258 258
  • Page 259 259
  • Page 260 260
  • Page 261 261
  • Page 262 262
  • Page 263 263
  • Page 264 264
  • Page 265 265
  • Page 266 266
  • Page 267 267
  • Page 268 268
  • Page 269 269
  • Page 270 270
  • Page 271 271
  • Page 272 272
  • Page 273 273
  • Page 274 274
  • Page 275 275
  • Page 276 276
  • Page 277 277
  • Page 278 278
  • Page 279 279
  • Page 280 280
  • Page 281 281
  • Page 282 282
  • Page 283 283
  • Page 284 284
  • Page 285 285
  • Page 286 286
  • Page 287 287
  • Page 288 288
  • Page 289 289
  • Page 290 290
  • Page 291 291
  • Page 292 292
  • Page 293 293
  • Page 294 294
  • Page 295 295
  • Page 296 296
  • Page 297 297
  • Page 298 298
  • Page 299 299
  • Page 300 300
  • Page 301 301
  • Page 302 302
  • Page 303 303
  • Page 304 304
  • Page 305 305
  • Page 306 306
  • Page 307 307
  • Page 308 308
  • Page 309 309
  • Page 310 310
  • Page 311 311
  • Page 312 312
  • Page 313 313
  • Page 314 314
  • Page 315 315
  • Page 316 316
  • Page 317 317
  • Page 318 318
  • Page 319 319
  • Page 320 320
  • Page 321 321
  • Page 322 322
  • Page 323 323
  • Page 324 324
  • Page 325 325
  • Page 326 326
  • Page 327 327
  • Page 328 328
  • Page 329 329
  • Page 330 330
  • Page 331 331
  • Page 332 332
  • Page 333 333
  • Page 334 334
  • Page 335 335
  • Page 336 336
  • Page 337 337
  • Page 338 338
  • Page 339 339
  • Page 340 340
  • Page 341 341
  • Page 342 342
  • Page 343 343
  • Page 344 344
  • Page 345 345
  • Page 346 346
  • Page 347 347
  • Page 348 348
  • Page 349 349
  • Page 350 350
  • Page 351 351
  • Page 352 352
  • Page 353 353
  • Page 354 354
  • Page 355 355
  • Page 356 356
  • Page 357 357
  • Page 358 358
  • Page 359 359
  • Page 360 360
  • Page 361 361
  • Page 362 362
  • Page 363 363
  • Page 364 364
  • Page 365 365
  • Page 366 366
  • Page 367 367
  • Page 368 368
  • Page 369 369
  • Page 370 370
  • Page 371 371
  • Page 372 372
  • Page 373 373
  • Page 374 374
  • Page 375 375
  • Page 376 376
  • Page 377 377

IBM 750GX User manual

Category
Processors
Type
User manual
This manual is also suitable for

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI