Home
last modified time | relevance | path

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

/aosp_15_r20/external/vixl/benchmarks/aarch32/
H A Dbench-branch-masm.cc59 __ Blx(&target); in benchmark() local
H A Dbench-branch-link-masm.cc69 __ Blx(&target_4); in benchmark() local
/aosp_15_r20/art/compiler/utils/arm/
H A Djni_macro_assembler_arm_vixl.cc876 ___ Blx(lr); in Call() local
883 ___ Blx(lr); in CallFromThread() local
1002 ___ Blx(lr); in DeliverPendingException() local
/aosp_15_r20/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h1451 void Blx(Condition cond, Label* label) { in Blx() function
1469 void Blx(Label* label) { Blx(al, label); } in Blx() function
1471 void Blx(Condition cond, Register rm) { in Blx() function
1482 void Blx(Register rm) { Blx(al, rm); } in Blx() function
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.cc994 __ Blx(lr); in EmitNativeCode() local
2826 __ Blx(lr); in InvokeRuntimeWithoutRecordingPcInfo() local