stwepx
Store Word External Process ID Indexed
stwepx RS, RA, RB
Stores a word using the External PID.
Encoding
Binary Layout
31
0:5
RS
6:10
RA
11:15
RB
16:20
191
21:30
/
31
Operands
-
RS
Source -
RA
Base -
RB
Index
Example
stwepx r3, r4, r5
Related
More in Embedded
Reference
View in PowerISA v3.1C Specification ↗
OPF Power ISA v3.1C
Description
Stores a word (32-bit value) to memory using an address formed by adding RA and RB, performing the store using the External PID for address translation in embedded environments. The least significant word of RS is written to memory. No condition flags are affected.
Operation
EA ← (RA) + (RB)
[EA + 0:3] ← (RS)[32:63]