Home | History | Annotate | Download | only in aarch32

Lines Matching defs:Bx

1555   void Bx(Condition cond, Register rm) {
1561 // BX{<c>}{<q>} <Rm> ; T1
1564 bx(cond, rm);
1566 void Bx(Register rm) { Bx(al, rm); }