Home | History | Annotate | Download | only in arm

Lines Matching refs:blx

440   ASSERT((instr & 7*B25) == 5*B25);  // b, bl, or blx imm24
443 // blx uses bit 24 to encode bit 2 of imm26
460 ASSERT((instr & 7*B25) == 5*B25); // b, bl, or blx imm24
462 // blx uses bit 24 to encode bit 2 of imm26
489 ASSERT((instr & 7*B25) == 5*B25); // b, bl, or blx
494 b = "blx";
838 void Assembler::blx(int branch_offset) { // v5 and above
848 void Assembler::blx(Register target, Condition cond) { // v5 and above