Home | History | Annotate | Download | only in arm

Lines Matching defs:bx

1374 void Assembler::bx(Register target, Condition cond) {  // v5 and above, plus v4t
1377 emit(cond | B24 | B21 | 15*B16 | 15*B12 | 15*B8 | BX | target.code());