Home | History | Annotate | Download | only in a64

Lines Matching defs:dsb

1207 void Assembler::dsb(BarrierDomain domain, BarrierType type) {
1208 Emit(DSB | ImmBarrierDomain(domain) | ImmBarrierType(type));