Lines Matching refs:blx
755 // blx ip
805 DCHECK_EQ(5 * B25, instr & 7 * B25); // b, bl, or blx imm24
809 // blx uses bit 24 to encode bit 2 of imm26
892 DCHECK_EQ(5 * B25, instr & 7 * B25); // b, bl, or blx imm24
894 // blx uses bit 24 to encode bit 2 of imm26
921 DCHECK_EQ(instr & 7 * B25, 5 * B25); // b, bl, or blx
926 b = "blx";
1495 void Assembler::blx(int branch_offset) {
1509 void Assembler::blx(Register target, Condition cond) {
1529 void Assembler::blx(Label* L) {
1531 blx(branch_offset(L));