Home
last modified time | relevance | path

Searched refs:Blx (Results 1 - 5 of 5) sorted by relevance

/third_party/vixl/benchmarks/aarch32/
H A Dbench-branch-masm.cc59 __ Blx(&target); in benchmark()
H A Dbench-branch-link-masm.cc69 __ Blx(&target_4); in benchmark()
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc607 Blx(ip); in Printf()
H A Dmacro-assembler-aarch32.h1640 void Blx(Condition cond, Label* label) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
1662 void Blx(Label* label) { Blx(al, label); } in MacroAssembler() function in vixl::aarch32::MacroAssembler
1664 void Blx(Condition cond, Register rm) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
1679 void Blx(Register rm) { Blx(al, rm); } in MacroAssembler() function in vixl::aarch32::MacroAssembler
/third_party/vixl/test/aarch32/
H A Dtest-disasm-a32.cc3305 COMPARE_T32(Blx(eq, lr), in TEST()
3308 COMPARE_T32(Blx(eq, &l), in TEST()

Completed in 31 milliseconds