Searched defs:Blx (Results 1 - 1 of 1) sorted by relevance
/third_party/vixl/src/aarch32/ | ||
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 |
Completed in 36 milliseconds