Home | History | Annotate | Download | only in aarch32

Lines Matching defs:isb

4532 void Assembler::isb(Condition cond, MemoryBarrier option) {
4536 // ISB{<c>}{<q>} {<option>} ; T1
4541 // ISB{<c>}{<q>} {<option>} ; A1
4547 Delegate(kIsb, &Assembler::isb, cond, option);