/third_party/vixl/benchmarks/aarch32/ |
H A D | asm-disasm-speed-test.cc | 344 __ 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 D | restore.s | 11 blx arm_signal_process
|
/third_party/musl/porting/liteos_a/user/src/signal/arm/ |
H A D | restore.s | 11 blx arm_signal_process
|
/third_party/musl/src/ldso/arm/ |
H A D | tlsdesc.S | 29 blx r0 // r0 = tp
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | h264idct_neon.S | 120 blx lr 397 blx lr
|
H A D | mdct_vfp.S | 303 blx ip @ s->fft_calc(s, output)
|
/third_party/ffmpeg/tests/checkasm/arm/ |
H A D | checkasm.S | 103 blx r12
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.h | 410 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 D | macro-assembler-arm.cc | 183 blx(target, cond); in Call() 205 // blx ip in Call() 210 // blx ip in Call() 214 blx(ip, cond); in Call()
|
H A D | assembler-arm.cc | 755 // 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 D | assembler_arm.cc | 1434 // 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 D | assembler_arm.h | 809 // 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 D | IceAssemblerARM32.h | 197 void blx(const Operand *Target);
|
H A D | IceInstARM32.cpp | 2175 "blx" in emit() 2194 Asm->blx(getCallTarget()); in emitIAS()
|
H A D | IceAssemblerARM32.cpp | 1428 void AssemblerARM32::blx(const Operand *Target) { 1430 // blx<c> <Rm>
|
/third_party/vixl/src/aarch32/ |
H A D | assembler-aarch32.h | 2119 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 D | disasm-aarch32.h | 705 void blx(Condition cond, Location* location); 707 void blx(Condition cond, Register rm);
|
H A D | assembler-aarch32.cc | 3534 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 D | disasm-aarch32.cc | 1336 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 D | macro-assembler-aarch32.h | 1659 blx(cond, label); in MacroAssembler() 1677 blx(cond, rm); in MacroAssembler()
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-aarch32.cc | 5561 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 D | builtins-arm.cc | 3279 __ blx(ip); // Call the C++ function. in Generate_DirectCEntry()
|