Searched refs:lr (Results 326 - 350 of 469) sorted by relevance

<<111213141516171819

/external/libvpx/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_subtract_armv6.asm67 mov pc, lr
176 bx lr
267 bx lr
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.asm151 bx lr
237 bx lr
245 bx lr
H A Dsubtract_neon.asm58 bx lr
105 bx lr
195 bx lr
/external/libogg/src/
H A Dframing.c786 long lr=os->lacing_returned; local
797 if(lr){
799 if(os->lacing_fill-lr){
800 memmove(os->lacing_vals,os->lacing_vals+lr,
801 (os->lacing_fill-lr)*sizeof(*os->lacing_vals));
802 memmove(os->granule_vals,os->granule_vals+lr,
803 (os->lacing_fill-lr)*sizeof(*os->granule_vals));
805 os->lacing_fill-=lr;
806 os->lacing_packet-=lr;
/external/chromium_org/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc457 __ Push(lr, temp); // Need to push a pair
461 __ Pop(temp, lr);
647 __ Push(lr, fp);
706 __ Pop(fp, lr);
710 __ Pop(fp, lr);
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm.cc154 COMPARE(adc(r8, lr, Operand(ip, ASR, 31), SetCC, vc),
155 "70be8fcc adcvcs r8, lr, ip, asr #31");
186 COMPARE(teq(r7, Operand(r6, ROR, lr)),
187 "e1370e76 teq r7, r6, ror lr");
211 COMPARE(orr(r7, r8, Operand(lr), LeaveCC, al),
212 "e188700e orr r7, r8, lr");
229 COMPARE(bic(r0, lr, Operand(r1), LeaveCC, vs),
230 "61ce0001 bicvs r0, lr, r1");
402 COMPARE(usat(r2, 7, Operand(lr)),
403 "e6e7201e usat r2, #7, lr");
[all...]
/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.cc741 __ stm(db_w, sp, kCallerSaved | lr.bit());
870 __ push(lr);
879 __ pop(lr);
944 __ push(lr);
953 __ pop(lr);
1048 // Compute the return address in lr to return to after the jump below. Pc is
1054 __ add(lr, pc, Operand(4));
1055 __ str(lr, MemOperand(sp, 0));
1098 __ mov(pc, lr);
1138 // Save callee-saved registers (incl. cp and fp), sp, and lr
[all...]
H A Dregexp-macro-assembler-arm.cc53 * - fp[32] return address (lr).
603 __ stm(db_w, sp, argument_registers | registers_to_retain | lr.bit());
789 // Restore registers r4..r11 and return (restoring lr to pc).
1184 __ pop(lr);
1185 __ add(pc, lr, Operand(masm_->CodeObject()));
1191 __ sub(lr, lr, Operand(masm_->CodeObject()));
1192 __ push(lr);
/external/libhevc/common/arm/
H A Dihevc_inter_pred_chroma_vert_w16inp.s174 sub lr,r12,r6,lsl #1 @2*dst_strd - 2*wd
224 addle r1,r1,lr
281 addle r1,r1,lr
H A Dihevc_inter_pred_chroma_vert_w16inp_w16out.s172 sub lr,r10,r6,lsl #1 @2*dst_strd - 2*wd
222 addle r1,r1,lr,lsl #1
274 addle r1,r1,lr,lsl #1
/external/aac/libFDK/src/arm/
H A Ddct_arm.cpp173 BX lr
344 BX lr
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DLeftRecursiveRuleWalker.g142 @init{boolean lr=false; this.numAlts = $start.getChildCount();}
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_1_add_neon.asm75 push {lr}
H A Dvp9_loopfilter_neon.asm38 push {lr}
101 push {lr}
276 bx lr
291 push {r4-r5, lr}
352 push {r4-r5, lr}
651 bx lr
692 bx lr
704 bx lr
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfmanysym.asm9 lr: label
/external/chromium_org/v8/src/arm64/
H A Dbuiltins-arm64.cc81 // -- lr : return address
109 // -- lr : return address
138 // -- lr : return address
179 // -- lr : return address
311 // -- lr : return address
828 // lr - The return address for the JSFunction itself. It has not yet been
833 __ Push(x0, x1, fp, lr);
837 __ Pop(lr, fp, x1, x0);
868 // lr - The return address for the JSFunction itself. It has not yet been
873 __ Push(x0, x1, fp, lr);
[all...]
H A Ddebug-arm64.cc27 // ldp fp, lr, [sp] #16
53 // this call site will be registered in the frame (lr being saved as the pc
112 // this call site will be registered in the frame (lr being saved as the pc
141 // registers (or lr) need to be stored on the stack so that their values are
359 __ Pop(x1, fp, lr); // Function, Frame, Return address.
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_1_add_neon.asm75 push {lr}
/external/vixl/test/examples/
H A Dtest-examples.cc76 __ Push(xzr, lr);
79 __ Pop(lr, xzr);
/external/chromium_org/third_party/boringssl/linux-arm/crypto/sha/
H A Dsha1-armv4-large.S12 stmdb sp!,{r4-r12,lr}
442 ldmia sp!,{r4-r12,lr}
443 tst lr,#1
444 moveq pc,lr @ be binary compatible with V4, yet
/external/chromium_org/third_party/opus/src/celt/arm/
H A Dcelt_pitch_xcorr_arm.s143 MOVLE pc, lr
151 MOV pc, lr
170 STMFD sp!, {r4-r6, lr}
272 STMFD sp!, {r2,r4,r5,lr}
359 STMFD sp!, {r4-r11, lr}
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dcross_correlation_neon.S100 bx lr
/external/libhevc/decoder/arm/
H A Dihevcd_itrans_recon_dc_chroma.s60 push {r0-r11,lr}
H A Dihevcd_itrans_recon_dc_luma.s61 push {r0-r11,lr}
/external/libopus/celt/arm/
H A Dcelt_pitch_xcorr_arm.s143 MOVLE pc, lr
151 MOV pc, lr
170 STMFD sp!, {r4-r6, lr}
272 STMFD sp!, {r2,r4,r5,lr}
359 STMFD sp!, {r4-r11, lr}

Completed in 1551 milliseconds

<<111213141516171819