The intrinsics shown in the table below, map directly to Power Architecture assembly instructions
| Intrinsic Prototype | Power Architecture Instruction |
|---|---|
| void __dcbf(const void *, int); | dcbf |
| void __dcbt(const void *, int); | dcbt |
| void __dcbst(const void *, int); | dcbst |
| void __dcbtst(const void *, int); | dcbtst |
| void __dcbz(const void *, int); | dcbz |
| void __dcba(const void *, int); | dcba |