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