stdci
Store Doubleword Caching Inhibited
stdci RS, RA, RB
Stores a doubleword bypassing the cache.
Encoding
Binary Layout
31
0:5
RS
6:10
RA
11:15
RB
16:20
1015
21:30
/
31
Operands
-
RS
Source -
RA
Base -
RB
Index
Example
stdci r3, r4, r5
Related
More in Base
Reference
View in PowerISA v3.1C Specification ↗
OPF Power ISA v3.1C
Description
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.
Operation
addr ← (RA) + (RB)
[(addr)] ← (RS)[0:63]
Memory write with cache inhibit attribute