Home
last modified time | relevance | path

Searched refs:blx (Results 1 - 22 of 22) sorted by relevance

/third_party/vixl/benchmarks/aarch32/
H A Dasm-disasm-speed-test.cc344 __ blx(r2); in Generate_2()
360 __ blx(r3); in Generate_2()
365 __ blx(r3); in Generate_2()
370 __ blx(r3); in Generate_2()
396 __ blx(r3); in Generate_2()
411 __ blx(r3); in Generate_2()
420 __ blx(r3); in Generate_2()
427 __ blx(r3); in Generate_2()
445 __ blx(r3); in Generate_2()
514 __ blx(r in Generate_3()
[all...]
/third_party/musl/src/signal/arm/liteos_a/
H A Drestore.s11 blx arm_signal_process
/third_party/musl/porting/liteos_a/user/src/signal/arm/
H A Drestore.s11 blx arm_signal_process
/third_party/musl/src/ldso/arm/
H A Dtlsdesc.S29 blx r0 // r0 = tp
/third_party/ffmpeg/libavcodec/arm/
H A Dh264idct_neon.S120 blx lr
397 blx lr
H A Dmdct_vfp.S303 blx ip @ s->fft_calc(s, output)
/third_party/ffmpeg/tests/checkasm/arm/
H A Dcheckasm.S103 blx r12
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h410 void blx(int branch_offset); // v5 and above
411 void blx(Register target, Condition cond = al); // v5 and above
419 void blx(Label* L); // v5 and above
H A Dmacro-assembler-arm.cc183 blx(target, cond); in Call()
205 // blx ip in Call()
210 // blx ip in Call()
214 blx(ip, cond); in Call()
H A Dassembler-arm.cc755 // blx ip in IsBlxIp()
805 DCHECK_EQ(5 * B25, instr & 7 * B25); // b, bl, or blx imm24 in target_at()
809 // blx uses bit 24 to encode bit 2 of imm26 in target_at()
892 DCHECK_EQ(5 * B25, instr & 7 * B25); // b, bl, or blx imm24 in target_at_put()
894 // blx uses bit 24 to encode bit 2 of imm26 in target_at_put()
921 DCHECK_EQ(instr & 7 * B25, 5 * B25); // b, bl, or blx in print()
926 b = "blx"; in print()
1495 void Assembler::blx(int branch_offset) { in blx() function in v8::internal::Assembler
1509 void Assembler::blx(Register target, Condition cond) { in blx() function in v8::internal::Assembler
1529 void Assembler::blx(Labe function in v8::internal::Assembler
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc1434 // Moved to ARM32::AssemblerARM32::blx()
1435 void Assembler::blx(Register rm, Condition cond) {
1774 blx(LR);
2105 blx(IP, cond);
2591 // For added code robustness, use 'blx lr' in a patchable sequence and
2592 // use 'blx ip' in a non-patchable sequence (see other BranchLink flavors).
2597 blx(LR); // Use blx instruction so that the return branch prediction works.
2612 blx(LR); // Use blx instructio
[all...]
H A Dassembler_arm.h809 // Moved to ARM32::AssemblerARM32::blx()
810 void blx(Register rm, Condition cond = AL);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.h197 void blx(const Operand *Target);
H A DIceInstARM32.cpp2175 "blx" in emit()
2194 Asm->blx(getCallTarget()); in emitIAS()
H A DIceAssemblerARM32.cpp1428 void AssemblerARM32::blx(const Operand *Target) {
1430 // blx<c> <Rm>
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.h2119 void blx(Condition cond, Location* location);
2123 void blx(Location* location) { blx(al, location); } in blx() function in vixl::aarch32::Assembler
2125 void blx(Condition cond, Register rm);
2126 void blx(Register rm) { blx(al, rm); } in blx() function in vixl::aarch32::Assembler
H A Ddisasm-aarch32.h705 void blx(Condition cond, Location* location);
707 void blx(Condition cond, Register rm);
H A Dassembler-aarch32.cc3534 void Assembler::blx(Condition cond, Location* location) { in blx() function in vixl::aarch32::Assembler
3597 Delegate(kBlx, &Assembler::blx, cond, location); in blx()
3622 void Assembler::blx(Condition cond, Register rm) { in blx() function in vixl::aarch32::Assembler
3640 Delegate(kBlx, &Assembler::blx, cond, rm); in blx()
H A Ddisasm-aarch32.cc1336 void Disassembler::blx(Condition cond, Location* location) { in blx() function in vixl::aarch32::Disassembler
1342 void Disassembler::blx(Condition cond, Register rm) { in blx() function in vixl::aarch32::Disassembler
7746 blx(CurrentCond(), Register(rm)); in DecodeT32()
9889 blx(CurrentCond(), &location); in DecodeT32()
[all...]
H A Dmacro-assembler-aarch32.h1659 blx(cond, label); in MacroAssembler()
1677 blx(cond, rm); in MacroAssembler()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc5561 TEST(blx) { in TEST()
5596 __ blx(r11); in TEST()
6603 "blx",
6605 blx(al, &label));
6711 "blx",
6713 blx(al, &label));
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc3279 __ blx(ip); // Call the C++ function. in Generate_DirectCEntry()

Completed in 190 milliseconds