HomeSort by relevance Sort by last modified time
    Searched refs:r2 (Results 1 - 25 of 700) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p3.cpp 3 extern int& r2;
  /external/llvm/test/MC/ARM/
arm-arithmetic-aliases.s 6 sub r2, r2, #6
7 sub r2, #6
8 sub r2, r2, r3
9 sub r2, r3
11 @ CHECK: sub r2, r2, #6 @ encoding: [0x06,0x20,0x42,0xe2]
12 @ CHECK: sub r2, r2, #6 @ encoding: [0x06,0x20,0x42,0xe2
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_SHL_LONG.S 8 and r2, r2, #63 @ r2<- r2 & 0x3f
9 mov r1, r1, asl r2 @ r1<- r1 << r2
10 rsb r3, r2, #32 @ r3<- 32 - r2
11 orr r1, r1, r0, lsr r3 @ r1<- r1 | (r0 << (32-r2))
12 subs ip, r2, #32 @ ip<- r2 - 3
    [all...]
TEMPLATE_SHR_LONG.S 8 and r2, r2, #63 @ r0<- r0 & 0x3f
9 mov r0, r0, lsr r2 @ r0<- r2 >> r2
10 rsb r3, r2, #32 @ r3<- 32 - r2
11 orr r0, r0, r1, asl r3 @ r0<- r0 | (r1 << (32-r2))
12 subs ip, r2, #32 @ ip<- r2 - 3
    [all...]
TEMPLATE_USHR_LONG.S 8 and r2, r2, #63 @ r0<- r0 & 0x3f
9 mov r0, r0, lsr r2 @ r0<- r2 >> r2
10 rsb r3, r2, #32 @ r3<- 32 - r2
11 orr r0, r0, r1, asl r3 @ r0<- r0 | (r1 << (32-r2))
12 subs ip, r2, #32 @ ip<- r2 - 3
    [all...]
TEMPLATE_MUL_LONG.S 4 * For JIT: op1 in r0/r1, op2 in r2/r3, return in r0/r1
22 mul ip, r2, r1 @ ip<- ZxW
23 umull r9, r10, r2, r0 @ r9/r10 <- ZxX
24 mla r2, r0, r3, ip @ r2<- YxX + (ZxW)
25 add r10, r2, r10 @ r10<- r10 + low(ZxW + (YxX))
  /dalvik/vm/mterp/armv5te/
OP_IGET_QUICK.S 5 mov r2, rINST, lsr #12 @ r2<- B
6 GET_VREG(r3, r2) @ r3<- object we're operating on
9 mov r2, rINST, lsr #8 @ r2<- A(+)
13 and r2, r2, #15
15 SET_VREG(r0, r2) @ fp[A]<- r0
OP_IGET_WIDE_QUICK.S 4 mov r2, rINST, lsr #12 @ r2<- B
5 GET_VREG(r3, r2) @ r3<- object we're operating on
8 mov r2, rINST, lsr #8 @ r2<- A(+)
11 and r2, r2, #15
13 add r3, rFP, r2, lsl #2 @ r3<- &fp[A]
OP_RETURN_WIDE.S 7 mov r2, rINST, lsr #8 @ r2<- AA
8 add r2, rFP, r2, lsl #2 @ r2<- &fp[AA]
10 ldmia r2, {r0-r1} @ r0/r1 <- vAA/vAA+1
OP_SHR_LONG_2ADDR.S 10 GET_VREG(r2, r3) @ r2<- vB
12 and r2, r2, #63 @ r2<- r2 & 0x3f
15 mov r0, r0, lsr r2 @ r0<- r2 >> r2
16 rsb r3, r2, #32 @ r3<- 32 - r
    [all...]
OP_USHR_LONG_2ADDR.S 10 GET_VREG(r2, r3) @ r2<- vB
12 and r2, r2, #63 @ r2<- r2 & 0x3f
15 mov r0, r0, lsr r2 @ r0<- r2 >> r2
16 rsb r3, r2, #32 @ r3<- 32 - r
    [all...]
OP_INVOKE_SUPER_QUICK.S 12 ldr r2, [rSELF, #offThread_method] @ r2<- current method
17 ldr r2, [r2, #offMethod_clazz] @ r2<- method->clazz
19 ldr r2, [r2, #offClassObject_super] @ r2<- method->clazz->super
21 ldr r2, [r2, #offClassObject_vtable] @ r2<- ...clazz->super->vtabl
    [all...]
OP_IPUT_OBJECT_QUICK.S 5 mov r2, rINST, lsr #12 @ r2<- B
6 GET_VREG(r3, r2) @ r3<- fp[B], the object pointer
9 mov r2, rINST, lsr #8 @ r2<- A(+)
11 and r2, r2, #15
12 GET_VREG(r0, r2) @ r0<- fp[A]
13 ldr r2, [rSELF, #offThread_cardTable] @ r2<- card table bas
    [all...]
  /dalvik/vm/mterp/armv6t2/
OP_IGET_QUICK.S 5 mov r2, rINST, lsr #12 @ r2<- B
7 GET_VREG(r3, r2) @ r3<- object we're operating on
8 ubfx r2, rINST, #8, #4 @ r2<- A
14 SET_VREG(r0, r2) @ fp[A]<- r0
OP_IGET_WIDE_QUICK.S 4 mov r2, rINST, lsr #12 @ r2<- B
6 GET_VREG(r3, r2) @ r3<- object we're operating on
7 ubfx r2, rINST, #8, #4 @ r2<- A
12 add r3, rFP, r2, lsl #2 @ r3<- &fp[A]
OP_SHR_LONG_2ADDR.S 9 GET_VREG(r2, r3) @ r2<- vB
11 and r2, r2, #63 @ r2<- r2 & 0x3f
14 mov r0, r0, lsr r2 @ r0<- r2 >> r2
15 rsb r3, r2, #32 @ r3<- 32 - r
    [all...]
OP_USHR_LONG_2ADDR.S 9 GET_VREG(r2, r3) @ r2<- vB
11 and r2, r2, #63 @ r2<- r2 & 0x3f
14 mov r0, r0, lsr r2 @ r0<- r2 >> r2
15 rsb r3, r2, #32 @ r3<- 32 - r
    [all...]
  /external/valgrind/main/none/tests/arm/
v6intThumb.c 256 TESTINST3("adds r0, r1, r2", 0, 0, r0, r1, r2, 0);
257 TESTINST3("adds r0, r1, r2", 0, 1, r0, r1, r2, 0);
258 TESTINST3("adds r0, r1, r2", 1, 0, r0, r1, r2, 0);
259 TESTINST3("adds r0, r1, r2", 1, 1, r0, r1, r2, 0);
260 TESTINST3("adds r0, r1, r2", 0, -1, r0, r1, r2, 0)
    [all...]
v6intThumb.stdout.exp 141 orrs r1, r2 :: rd 0x37595f2f rm 0x27181728, c:v-in 0, cpsr 0x00000000
142 orrs r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 0, cpsr 0x40000000 Z
143 orrs r1, r2 :: rd 0x00000001 rm 0x00000000, c:v-in 0, cpsr 0x00000000
144 orrs r1, r2 :: rd 0x00000001 rm 0x00000001, c:v-in 0, cpsr 0x00000000
145 orrs r1, r2 :: rd 0x80000000 rm 0x00000000, c:v-in 0, cpsr 0x80000000 N
146 orrs r1, r2 :: rd 0x80000000 rm 0x80000000, c:v-in 0, cpsr 0x80000000 N
147 orrs r1, r2 :: rd 0x80000000 rm 0x80000000, c:v-in 0, cpsr 0x80000000 N
148 orrs r1, r2 :: rd 0x37595f2f rm 0x27181728, c:v-in 1, cpsr 0x10000000 V
149 orrs r1, r2 :: rd 0x00000000 rm 0x00000000, c:v-in 1, cpsr 0x50000000 Z V
150 orrs r1, r2 :: rd 0x00000001 rm 0x00000000, c:v-in 1, cpsr 0x10000000
    [all...]
v6media.c 152 TESTINST3("mul r0, r1, r2", 0, 0, r0, r1, r2, 0);
153 TESTINST3("mul r0, r1, r2", 0xffffffff, 0, r0, r1, r2, 0);
154 TESTINST3("mul r0, r1, r2", 0, 0xffffffff, r0, r1, r2, 0);
155 TESTINST3("mul r0, r1, r2", 0xffffffff, 0xffffffff, r0, r1, r2, 0);
156 TESTINST3("mul r0, r1, r2", 0x7fffffff, 0x7fffffff, r0, r1, r2, 0)
    [all...]
  /bionic/libc/arch-arm/bionic/
strcpy.S 37 eor r2, r0, r1
39 tst r2, #3
53 sub r2, r3, r5
54 bics r2, r2, r3
55 tst r2, r5, lsl #7
67 sub r2, r3, r5
68 bics r2, r2, r3
69 tst r2, r5, lsl #
    [all...]
  /external/clang/test/Parser/
cxx0x-rvalue-reference.cpp 6 void r2(const R a) { function
  /frameworks/compile/libbcc/runtime/lib/arm/
bswapdi2.S 18 rev r2, r1 // reverse bytes in high 32-bits into temp2
20 mov r0, r2 // set low 32-bits of result to temp2
  /external/skia/src/opts/
memset16_neon.S 34 cmp r2, #0
37 /* Keep in mind that r2 -- the count argument -- is for the
40 lsl r2, r2, #1
45 cmp r2, #8
49 subs r2, r2, #2
66 cmp r2, #64
76 sub r2, r2, r1
    [all...]
memset.arm.S 50 subne r2, r2, #2
54 mov r2, r2, lsl #1
66 mov r2, r2, lsl #2
78 cmp r3, r2
79 andhi r3, r2, #0x1C
80 sub r2, r2, r
    [all...]

Completed in 176 milliseconds

1 2 3 4 5 6 7 8 91011>>