stwci
Store Word Caching Inhibited
stwci RS, RA, RB
Stores a word bypassing the cache.
Encoding
Binary Layout
31
0:5
RS
6:10
RA
11:15
RB
16:20
983
21:30
/
31
Operands
-
RS
Source -
RA
Base -
RB
Index
Example
stwci r3, r4, r5
Related
More in Base
Reference
View in PowerISA v3.1C Specification ↗
OPF Power ISA v3.1C
Description
Store a word from register RS to memory at address (RA + RB), with cache inhibit semantics to bypass the L1 data cache. The word is written directly to L2 or memory. This instruction is used for memory-mapped I/O or device registers where cache bypass is required.
Operation
addr ← (RA) + (RB)
[(addr)] ← (RS)[32:63]
Memory write with cache inhibit attribute