HomeSort by relevance Sort by last modified time
    Searched refs:r2 (Results 151 - 175 of 1374) sorted by null

1 2 3 4 5 67 8 91011>>

  /bionic/libc/arch-arm/cortex-a15/bionic/
memcpy_base.S 73 cmp r2, #16
78 //cmp r2, #832
92 sub r2, r2, r3
115 subs r2, r2, #64
122 subs r2, r2, #64
128 adds r2, r2, #3
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
copymem16x16_v6.asm 45 strb r4, [r2]
46 strb r5, [r2, #1]
47 strb r6, [r2, #2]
48 strb r7, [r2, #3]
57 strb r4, [r2, #4]
58 strb r5, [r2, #5]
59 strb r6, [r2, #6]
60 strb r7, [r2, #7]
67 strb r4, [r2, #8]
68 strb r5, [r2, #9
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
copymem16x16_v6.asm 45 strb r4, [r2]
46 strb r5, [r2, #1]
47 strb r6, [r2, #2]
48 strb r7, [r2, #3]
57 strb r4, [r2, #4]
58 strb r5, [r2, #5]
59 strb r6, [r2, #6]
60 strb r7, [r2, #7]
67 strb r4, [r2, #8]
68 strb r5, [r2, #9
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
copymem16x16_v6.asm 45 strb r4, [r2]
46 strb r5, [r2, #1]
47 strb r6, [r2, #2]
48 strb r7, [r2, #3]
57 strb r4, [r2, #4]
58 strb r5, [r2, #5]
59 strb r6, [r2, #6]
60 strb r7, [r2, #7]
67 strb r4, [r2, #8]
68 strb r5, [r2, #9
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
buildintrapredictorsmby_neon.asm 22 ; r2 int y_stride
59 sub r6, r0, r2
80 ldrb r3, [r0], r2
81 ldrb r4, [r0], r2
82 ldrb r5, [r0], r2
83 ldrb r6, [r0], r2
90 ldrb r3, [r0], r2
91 ldrb r4, [r0], r2
92 ldrb r5, [r0], r2
93 ldrb r6, [r0], r2
    [all...]
  /art/runtime/arch/arm/
jni_entrypoints_arm.S 24 push {r0, r1, r2, r3, lr} @ spill regs
28 .cfi_rel_offset r2, 8
38 pop {r0, r1, r2, r3, lr} @ restore regs
42 .cfi_restore r2
47 pop {r0, r1, r2, r3, pc} @ restore regs and return to caller to handle exception
  /bionic/libc/arch-arm/cortex-a9/bionic/
__strcpy_chk.S 47 mov lr, r2
55 ldmia r0!, {r2, r3}
59 sub ip, r2, #0x01010101
60 bic ip, ip, r2
73 lsls r2, ip, #17
97 lsls r2, ip, #17
124 ldrb r2, [r0], #1
125 cbz r2, .L_done
130 ldrb r2, [r0], #1
131 cbz r2, .L_don
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegArcAbs.h 31 static PassRefPtr<SVGPathSegArcAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
33 return adoptRef(new SVGPathSegArcAbs(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag));
37 SVGPathSegArcAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
38 : SVGPathSegArc(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag)
SVGPathSegArcRel.h 31 static PassRefPtr<SVGPathSegArcRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
33 return adoptRef(new SVGPathSegArcRel(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag));
37 SVGPathSegArcRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
38 : SVGPathSegArc(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag)
SVGPathSegArcAbs.idl 33 attribute float r2;
SVGPathSegArcRel.idl 33 attribute float r2;
  /external/clang/test/Misc/
verify.c 11 struct s r2; // expected-error-re {{tentative definition has type '{{.*[[:space:]]*.*}}' that is never completed}} variable in typeref:struct:s
  /external/llvm/test/MC/ARM/
arm_addrmode3.s 3 @ CHECK: ldrsbt r1, [r0], r2 @ encoding: [0xd2,0x10,0xb0,0xe0]
5 @ CHECK: ldrsht r1, [r0], r2 @ encoding: [0xf2,0x10,0xb0,0xe0]
7 @ CHECK: ldrht r1, [r0], r2 @ encoding: [0xb2,0x10,0xb0,0xe0]
9 @ CHECK: strht r1, [r0], r2 @ encoding: [0xb2,0x10,0xa0,0xe0]
11 ldrsbt r1, [r0], r2
13 ldrsht r1, [r0], r2
15 ldrht r1, [r0], r2
17 strht r1, [r0], r2
arm-it-block.s 8 moveq r2, r3
11 @ CHECK: moveq r2, r3 @ encoding: [0x03,0x20,0xa0,0x01]
  /external/valgrind/main/none/tests/s390x/
bfp-3.c 10 __asm__ volatile("maebr %[r1],%[r3],%[r2]"
11 : [r1]"+f"(r1) : [r2]"f"(v2), [r3]"f"(v3));
19 __asm__ volatile("madbr %[r1],%[r3],%[r2]"
20 : [r1]"+f"(r1) : [r2]"f"(v2), [r3]"f"(v3));
28 __asm__ volatile("msebr %[r1],%[r3],%[r2]"
29 : [r1]"+f"(r1) : [r2]"f"(v2), [r3]"f"(v3));
37 __asm__ volatile("msdbr %[r1],%[r3],%[r2]"
38 : [r1]"+f"(r1) : [r2]"f"(v2), [r3]"f"(v3));
  /external/valgrind/main/none/tests/x86/
incdec_alt.c 7 int r1,r2,r3,r4,r5,r6,r7,r8,a1,a2; variable
23 "\tpopl " VG_SYM(r2) "\n"
58 r1=r2=r3=r4=r5=r6=r7=r8=0;
61 printf("0x%08x\n",r2);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_InterpolateLuma_Copy_unsafe_s.S 28 STR r4,[r2],r3
30 STR r5,[r2],r3
32 STR r8,[r2],r3
33 STR r9,[r2],r3
42 STR r4,[r2],r3
47 STR r8,[r2],r3
52 STR r4,[r2],r3
55 STR r8,[r2],r3
64 STR r4,[r2],r3
67 STR r8,[r2],r
    [all...]
  /external/compiler-rt/lib/builtins/arm/
umodsi3.S 28 str r1, [r2]
61 mov r2, r0
64 lsr r3, r2, #16
66 movhs r2, r3
69 lsr r3, r2, #8
71 movhs r2, r3
74 lsr r3, r2, #4
76 movhs r2, r3
79 lsr r3, r2, #2
81 movhs r2, r
    [all...]
clzsi2.S 33 * r2: scratch register for shifted r0
47 lsrs r2, r0, shift; \
48 movne r0, r2; \
  /bionic/libc/arch-arm/denver/bionic/
memmove.S 45 cmp r2, #0
50 cmp r2, r3
62 add r0, r0, r2
63 add r1, r1, r2
71 cmp r2, #32
74 cmp r2, #128
79 sub r2, r2, r3
121 cmp r2, #MEMCPY_BLOCK_SIZE_SMALL
123 cmp r2, #MEMCPY_BLOCK_SIZE_MI
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/times/
aix.cc 15 4 r2 p 270441.02 98.3%
17 4 r2 i 240842.97 87.5%
21 16 r2 p 215691.19 78.4%
24 16 r2 i 198963.70 72.3%
  /external/clang/test/FixIt/
typo.c 38 rectangle *r2 = &r1; // expected-error{{unknown type name 'rectangle'; did you mean 'Rectangle'?}} local
41 r2->top_left.y = 0;
  /external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/
minus.pass.cpp 30 const std::move_iterator<It> r2(r);
31 assert(r1 - r2 == x);
  /external/libcxx/test/utilities/function.objects/refwrap/refwrap.access/
conversion.pass.cpp 29 T& r2 = r; local
30 assert(&r2 == &t);
  /external/libcxx/test/utilities/function.objects/refwrap/refwrap.const/
copy_ctor.pass.cpp 29 std::reference_wrapper<T> r2 = r; local
30 assert(&r2.get() == &t);

Completed in 1075 milliseconds

1 2 3 4 5 67 8 91011>>