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