![](/images/backgrounds/120559/120559-37799x1.png)
User’s Manual
IBM PowerPC 750GX and 750GL RISC Microprocessor
Little Endian Misaligned Accesses
The 750GX supports misaligned single register
When a processor modifies a memory location that might be contained in the instruction cache, software must ensure that memory updates are visible to the
dcbst # update memory
sync # wait for update
icbi # remove (invalidate) copy in instruction cache
isync # remove copy in own instruction buffer
These operations are required because the data cache is a
Special care must be taken to avoid coherency paradoxes in systems that implement unified secondary caches, and designers should carefully follow the guidelines for maintaining cache coherency that are provided in the VEA, and discussed in Chapter 5, “Cache Model and Memory Coherency,” in the PowerPC Microprocessor Family: The Programming Environments Manual. Because the 750GX does not broadcast the M bit for instruction fetches, external caches are subject to coherency paradoxes.
Integer
Integer
Integer Load Instructions
For integer load instructions, the byte, half word, or word addressed by the EA is loaded into rD. Many integer load instructions have an update form, in which rA is updated with the generated effective address. For these forms, if rA ≠ 0 and rA ≠ rD (otherwise invalid), the EA is placed into rA and the memory element (byte, half word, or word) addressed by the EA is loaded into rD. Note that the PowerPC Architecture defines load with update instructions with operand rA = 0 or rA = rD as invalid forms.
Table
Table | (Page 1 of 2) |
| |
|
|
|
|
Name |
| Mnemonic | Syntax |
|
|
|
|
|
|
|
|
Load Byte and Zero |
| lbz | rD,d(rA) |
|
|
|
|
Load Byte and Zero Indexed |
| lbzx | rD,rA,rB |
|
|
|
|
Load Byte and Zero with Update |
| lbzu | rD,d(rA) |
|
|
|
|
|
|
|
|
gx_02.fm.(1.2) |
|
| Programming Model |
March 27, 2006 |
|
| Page 99 of 377 |