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