stbepx
Store Byte External Process ID Indexed
stbepx RS, RA, RB
Stores a byte using the External PID.
Encoding
Binary Layout
31
0:5
RS
6:10
RA
11:15
RB
16:20
159
21:30
/
31
Operands
-
RS
Source -
RA
Base -
RB
Index
Example
stbepx r3, r4, r5
Related
More in Embedded
Reference
View in PowerISA v3.1C Specification ↗
OPF Power ISA v3.1C
Description
Stores a byte (8-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 byte of RS is written to memory. No condition flags are affected.
Operation
EA ← (RA) + (RB)
[EA] ← (RS)[56:63]