Searched refs:Blx (Results 1 - 5 of 5) sorted by relevance
/third_party/vixl/benchmarks/aarch32/ | ||
H A D | bench-branch-masm.cc | 59 __ Blx(&target); in benchmark() |
H A D | bench-branch-link-masm.cc | 69 __ Blx(&target_4); in benchmark() |
/third_party/vixl/src/aarch32/ | ||
H A D | macro-assembler-aarch32.cc | 607 Blx(ip); in Printf() |
H A D | macro-assembler-aarch32.h | 1640 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 D | test-disasm-a32.cc | 3305 COMPARE_T32(Blx(eq, lr), in TEST() 3308 COMPARE_T32(Blx(eq, &l), in TEST() |
Completed in 31 milliseconds