Home | History | Annotate | Download | only in aarch32

Lines Matching full:qasx

2967   void Qasx(Condition cond, Register rd, Register rn, Register rm) {
2975 qasx(cond, rd, rn, rm);
2977 void Qasx(Register rd, Register rn, Register rm) { Qasx(al, rd, rn, rm); }