Searched defs:Blx (Results 1 – 3 of 3) sorted by relevance
59 __ Blx(&target); in benchmark() local
69 __ Blx(&target_4); in benchmark() local
1448 void Blx(Condition cond, Label* label) { in Blx() function1466 void Blx(Label* label) { Blx(al, label); } in Blx() function1468 void Blx(Condition cond, Register rm) { in Blx() function1479 void Blx(Register rm) { Blx(al, rm); } in Blx() function