Searched refs:lr (Results 226 - 250 of 386) sorted by relevance

1234567891011>>

/external/v8/test/cctest/
H A Dtest-assembler-arm.cc57 __ mov(pc, Operand(lr));
93 __ mov(pc, Operand(lr));
129 __ mov(pc, Operand(lr));
171 __ stm(db_w, sp, r4.bit() | fp.bit() | lr.bit());
242 __ stm(db_w, sp, r4.bit() | fp.bit() | lr.bit());
282 __ mov(lr, Operand(42));
283 __ vmov(s31, lr);
288 __ mov(lr, Operand(2468));
289 __ vmov(s8, lr);
370 __ mov(pc, Operand(lr));
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_verify.c556 int __cil_verify_levelrange(struct cil_db *db, struct cil_levelrange *lr) argument
560 rc = __cil_verify_levelrange_sensitivity(db, lr->low->sens, lr->high->sens);
565 rc = __cil_verify_levelrange_cats(lr->low->cats, lr->high->cats);
570 rc = __cil_verify_cats_associated_with_sens(lr->low->sens, lr->low->cats);
576 rc = __cil_verify_cats_associated_with_sens(lr->high->sens, lr->high->cats);
591 struct cil_levelrange *lr local
[all...]
/external/llvm/test/MC/ARM/
H A Dv8_IT_manual.s692 strexge r0, r0, [lr]
740 strdge r0, r0, [lr], #-0
788 strdge r0, r0, [lr], #0
836 strdge r0, r0, [lr, #-0]
884 strdge r0, r0, [lr, #-0]!
932 strdge r0, r0, [lr]
980 strdge r0, r0, [lr, #0]!
1025 andge.w r0, lr, r0
1067 andsge.w r0, lr, r0
1109 bicge.w r0, lr, r
[all...]
H A Deh-directive-section-comdat.s22 .save {r4, lr}
23 push {r4, lr}
H A Deh-directive-section-multiple-func.s26 bx lr
36 bx lr
54 @ Check the .TEST1 section. There should be two "bx lr" instructions.
H A Deh-directive-section.s27 bx lr
42 bx lr
H A Deh-directive-text-section.s18 bx lr
H A Dsimple-fp-encoding.s229 @ CHECK: vldr s0, [lr] @ encoding: [0x00,0x0a,0x9e,0xed]
230 @ CHECK: vldr d0, [lr] @ encoding: [0x00,0x0b,0x9e,0xed]
233 vldr.i32 s0, [lr]
234 vldr.d d0, [lr]
272 @ CHECK: vstr s0, [lr] @ encoding: [0x00,0x0a,0x8e,0xed]
273 @ CHECK: vstr d0, [lr] @ encoding: [0x00,0x0b,0x8e,0xed]
278 vstr s0, [lr]
279 vstr d0, [lr]
/external/boringssl/src/crypto/sha/asm/
H A Dsha512-armv4.pl298 stmdb sp!,{r4-r12,lr}
493 ldmia sp!,{r4-r12,lr}
494 tst lr,#1
495 moveq pc,lr @ be binary compatible with V4, yet
496 bx lr @ interoperable with Thumb ISA:-)
639 ret @ bx lr
654 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
655 $code =~ s/\bret\b/bx lr/gm;
/external/libavc/encoder/arm/
H A Dih264e_fmt_conv.s69 stmfd sp!, {r4-r12, lr}
243 stmfd sp!, {r4-r12, lr} @// Back the register which are used
/external/libmpeg2/common/arm/
H A Dimpeg2_format_conv.s117 stmfd sp!, {r4-r8, lr}
278 stmfd sp!, {r4-r8, lr}
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Ddc_only_idct_add_v6.asm64 bx lr
H A Didct_v6.asm26 stmdb sp!, {r4-r11, lr}
133 ldr lr, [sp, #40] ; dst stride
166 str r0, [r3], lr
191 str r12, [r3], lr
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dvp8_memcpy_neon.asm69 bx lr
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_convolve8_avg_neon.asm59 push {r4-r10, lr}
191 push {r4-r8, lr}
199 ldr lr, [sp, #44] ; h
211 mov r12, lr ; h loop counter
H A Dvp9_convolve8_neon.asm59 push {r4-r10, lr}
180 push {r4-r8, lr}
188 ldr lr, [sp, #44] ; h
200 mov r12, lr ; h loop counter
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFileHandlerTest.java218 LogRecord[] lr, Formatter formatter, String encoding) throws Exception {
226 for (int i = 0; i < lr.length; i++) {
227 if (null == lr[i] && i < lr.length - 1) {
236 sb.append(formatter.format(lr[i]));
217 assertFileContent(String homepath, String filename, LogRecord[] lr, Formatter formatter, String encoding) argument
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h788 LiveRangeUpdater(LiveRange *lr = nullptr) : LR(lr) {}
810 void setDest(LiveRange *lr) {
811 if (LR != lr && isDirty())
813 LR = lr;
/external/v8/src/arm/
H A Dbuiltins-arm.cc87 // -- lr : return address
115 // -- lr : return address
144 // -- lr : return address
182 // -- lr : return address
320 // -- lr : return address
710 __ Jump(lr);
794 __ Jump(lr);
855 __ stm(db_w, sp, r0.bit() | r1.bit() | fp.bit() | lr.bit());
860 __ ldm(ia_w, sp, r0.bit() | r1.bit() | fp.bit() | lr.bit());
888 __ stm(db_w, sp, r0.bit() | r1.bit() | fp.bit() | lr
[all...]
H A Ddeoptimizer-arm.cc138 // Everything but pc, lr and ip which will be saved but not restored.
160 __ stm(db_w, sp, restored_regs | sp.bit() | lr.bit() | pc.bit());
171 __ mov(r3, lr);
308 __ pop(ip); // remove lr
314 __ pop(lr);
/external/libhevc/common/arm/
H A Dihevc_deblk_chroma_horz.s58 push {r4-r12,lr}
H A Dihevc_deblk_chroma_vert.s60 push {r4-r12,lr}
H A Dihevc_padding.s100 stmfd sp!, {r4-r11,lr} @stack stores the values of the arguments
219 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
348 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
467 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
/external/libhevc/decoder/arm/
H A Dihevcd_fmt_conv_420sp_to_420p.s94 STMFD sp!,{r4-r12, lr}
H A Dihevcd_fmt_conv_420sp_to_420sp.s89 STMFD sp!,{r4-r12, lr}

Completed in 625 milliseconds

1234567891011>>