Home
last modified time | relevance | path

Searched refs:Blx (Results 1 – 5 of 5) 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/test/aarch32/
Dtest-disasm-a32.cc3294 COMPARE_T32(Blx(eq, lr), in TEST()
3297 COMPARE_T32(Blx(eq, &l), in TEST()
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc592 Blx(ip); in Printf()
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