stdci
Store Doubleword Caching Inhibited
stdci RS, RA, RB
Stores a doubleword bypassing the cache.
Details
Store a doubleword from register RS to memory at address (RA + RB), with cache inhibit semantics to bypass the L1 data cache. The doubleword is written directly to L2 or memory. This instruction is used for memory-mapped I/O operations requiring full 64-bit cache-bypassed writes.
Pseudocode Operation
addr ← (RA) + (RB)
[(addr)] ← (RS)[0:63]
Memory write with cache inhibit attribute
Example
stdci r3, r4, r5
Encoding
Binary Layout
31
0
RS
6
RA
11
RB
16
1015
21
/
31
Operands
-
RS
Source -
RA
Base -
RB
Index