Home | History | Annotate | Download | only in arm

Lines Matching refs:bx

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