Home
last modified time | relevance | path

Searched defs:Blx (Results 1 – 3 of 3) sorted by relevance

/external/vixl/benchmarks/aarch32/
Dbench-branch-masm.cc59 __ Blx(&target); in benchmark() local
Dbench-branch-link-masm.cc69 __ Blx(&target_4); in benchmark() local
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h1448 void Blx(Condition cond, Label* label) { in Blx() function
1466 void Blx(Label* label) { Blx(al, label); } in Blx() function
1468 void Blx(Condition cond, Register rm) { in Blx() function
1479 void Blx(Register rm) { Blx(al, rm); } in Blx() function