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

1 2 3 4

  /external/linux-tools-perf/perf-3.12.0/arch/blackfin/lib/
memcpy.S 42 R3 = R1 + R2;
43 CC = R0 < R3; /* and dst < src+len */
49 R3 = R1 | R0;
51 R3 = R3 & R1;
52 CC = R3; /* low bits set on either address? */
64 R3 = B[P1++] (X);
66 B[P0++] = R3;
75 R3 = [I1++];
78 [P0++] = R3;
    [all...]
memset.S 29 R3 = R0 + R2; /* end */
43 P2 = R3;
54 R2 = R3; /* end point */
55 R3 = P0; /* current position */
56 R2 = R2 - R3; /* bytes left */
  /art/compiler/utils/
assembler_thumb_test.cc 411 __ mov(R3, ShifterOperand(R4, LSL, 4));
412 __ mov(R3, ShifterOperand(R4, LSR, 5));
413 __ mov(R3, ShifterOperand(R4, ASR, 6));
414 __ mov(R3, ShifterOperand(R4, ROR, 7));
415 __ mov(R3, ShifterOperand(R4, ROR));
436 __ ldr(R3, Address(R4, 24));
437 __ ldrb(R3, Address(R4, 24));
438 __ ldrh(R3, Address(R4, 24));
439 __ ldrsb(R3, Address(R4, 24));
440 __ ldrsh(R3, Address(R4, 24))
    [all...]
  /external/openssl/crypto/md5/
md5_dgst.c 162 R3(A,B,C,D,X( 0), 6,0xf4292244L);
163 R3(D,A,B,C,X( 7),10,0x432aff97L);
164 R3(C,D,A,B,X(14),15,0xab9423a7L);
165 R3(B,C,D,A,X( 5),21,0xfc93a039L);
166 R3(A,B,C,D,X(12), 6,0x655b59c3L);
167 R3(D,A,B,C,X( 3),10,0x8f0ccc92L);
168 R3(C,D,A,B,X(10),15,0xffeff47dL);
169 R3(B,C,D,A,X( 1),21,0x85845dd1L);
170 R3(A,B,C,D,X( 8), 6,0x6fa87e4fL);
171 R3(D,A,B,C,X(15),10,0xfe2ce6e0L)
    [all...]
md5_locl.h 127 #define R3(a,b,c,d,k,s,t) { \
  /external/chromium_org/third_party/webrtc/base/
sha1.cc 123 // (R0+R1), R2, R3, R4 are the different operations used in SHA1.
133 #define R3(v, w, x, y, z, i) \
190 R3(a,b,c,d,e,40); R3(e,a,b,c,d,41); R3(d,e,a,b,c,42); R3(c,d,e,a,b,43);
191 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(d,e,a,b,c,47)
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/md5/asm/
md5-586.pl 25 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
30 0, 7, 14, 5, 12, 3, 10, 1, 8, 15, 6, 13, 4, 11, 2, 9, # R3
141 sub R3
145 &comment("R3 $ki");
257 &comment("R3 section");
258 &R3(-1,$A,$B,$C,$D,$X,48, 6,0xf4292244);
259 &R3( 0,$D,$A,$B,$C,$X,49,10,0x432aff97);
260 &R3( 0,$C,$D,$A,$B,$X,50,15,0xab9423a7);
261 &R3( 0,$B,$C,$D,$A,$X,51,21,0xfc93a039);
262 &R3( 0,$A,$B,$C,$D,$X,52, 6,0x655b59c3)
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/md5/
md5.c 145 #define R3(a,b,c,d,k,s,t) { \
251 R3(A, B, C, D, X(0), 6, 0xf4292244L);
252 R3(D, A, B, C, X(7), 10, 0x432aff97L);
253 R3(C, D, A, B, X(14), 15, 0xab9423a7L);
254 R3(B, C, D, A, X(5), 21, 0xfc93a039L);
255 R3(A, B, C, D, X(12), 6, 0x655b59c3L);
256 R3(D, A, B, C, X(3), 10, 0x8f0ccc92L);
257 R3(C, D, A, B, X(10), 15, 0xffeff47dL);
258 R3(B, C, D, A, X(1), 21, 0x85845dd1L);
259 R3(A, B, C, D, X(8), 6, 0x6fa87e4fL)
    [all...]
  /external/openssl/crypto/md5/asm/
md5-586.pl 25 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
30 0, 7, 14, 5, 12, 3, 10, 1, 8, 15, 6, 13, 4, 11, 2, 9, # R3
141 sub R3
145 &comment("R3 $ki");
257 &comment("R3 section");
258 &R3(-1,$A,$B,$C,$D,$X,48, 6,0xf4292244);
259 &R3( 0,$D,$A,$B,$C,$X,49,10,0x432aff97);
260 &R3( 0,$C,$D,$A,$B,$X,50,15,0xab9423a7);
261 &R3( 0,$B,$C,$D,$A,$X,51,21,0xfc93a039);
262 &R3( 0,$A,$B,$C,$D,$X,52, 6,0x655b59c3)
    [all...]
  /dalvik/libdex/
sha1.cpp 125 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
129 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30);
171 R2(b,c,d,e,a,39); R3(a,b,c,d,e,40); R3(e,a,b,c,d,41);
172 R3(d,e,a,b,c,42); R3(c,d,e,a,b,43); R3(b,c,d,e,a,44);
173 R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(d,e,a,b,c,47)
    [all...]
  /external/chromium_org/third_party/smhasher/src/
sha1.cpp 106 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
110 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30);
144 R3(a,b,c,d,e,40); R3(e,a,b,c,d,41); R3(d,e,a,b,c,42); R3(c,d,e,a,b,43);
145 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(d,e,a,b,c,47)
    [all...]
  /art/runtime/arch/arm/
registers_arm.h 30 R3 = 3,
context_arm.cc 99 gprs_[R3] = nullptr;
quick_method_frame_info_arm.h 32 (1 << art::arm::R1) | (1 << art::arm::R2) | (1 << art::arm::R3);
  /bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/
sha1.c 65 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
70 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30);
103 #define nR3(v,w,x,y,z,i) R3(*v,*w,*x,*y,*z,i)
193 R3(a,b,c,d,e,40); R3(e,a,b,c,d,41); R3(d,e,a,b,c,42); R3(c,d,e,a,b,43);
194 R3(b,c,d,e,a,44); R3(a,b,c,d,e,45); R3(e,a,b,c,d,46); R3(d,e,a,b,c,47)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests/
lc3b-mp22NC.asm 15 ADD R3, R2, -3
20 STB R6, R3, 0
27 ADD R3, R2, -9
30 STB R6, R3, 0
45 AND R3, R3, 0
47 ADD R3, R3, 11
53 ADD R3, R3, R4
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 910 #define R3(a,b,c,d,k,s,t) { \
1003 R3(A,B,C,D,X[ 0], 6,0xf4292244L);
1004 R3(D,A,B,C,X[ 7],10,0x432aff97L);
1005 R3(C,D,A,B,X[14],15,0xab9423a7L);
1006 R3(B,C,D,A,X[ 5],21,0xfc93a039L);
1007 R3(A,B,C,D,X[12], 6,0x655b59c3L);
1008 R3(D,A,B,C,X[ 3],10,0x8f0ccc92L);
1009 R3(C,D,A,B,X[10],15,0xffeff47dL);
1010 R3(B,C,D,A,X[ 1],21,0x85845dd1L);
1011 R3(A,B,C,D,X[ 8], 6,0x6fa87e4fL)
    [all...]
  /external/chromium_org/third_party/boringssl/mac-x86/crypto/md5/
md5-586.S 498 # R3 section
499 # R3 48
510 # R3 49
520 # R3 50
530 # R3 51
540 # R3 52
550 # R3 53
560 # R3 54
570 # R3 55
580 # R3 56
    [all...]
  /external/libhevc/decoder/arm/
ihevcd_fmt_conv_420sp_to_rgba8888.s 59 @* R3 pusRGB *
97 @//R3 - RGB PTR
142 SUB R10,R6,R3 @// luma offset
143 SUB R11,R7,R3
145 @SUB R12,R8,R3, LSR #1 @// v offset
146 SUB R14,R9,R3 @// rgb offset in pixels
162 MOV R6,R3, LSR #4 @// width_cnt = width / 16
434 ADD R7,R0,R3 @// luma_next = luma + width
435 ADD R8,R2,R3,LSL #2 @// rgb_next_row = rgb + width
  /external/llvm/lib/Target/ARM/
ARMCallingConv.h 31 static const MCPhysReg RegList[] = { ARM::R0, ARM::R1, ARM::R2, ARM::R3 };
75 static const MCPhysReg LoRegList[] = { ARM::R1, ARM::R3 };
77 static const MCPhysReg GPRArgRegs[] = { ARM::R0, ARM::R1, ARM::R2, ARM::R3 };
82 // If we had R3 unallocated only, now we still must to waste it.
84 assert((!Reg || Reg == ARM::R3) && "Wrong GPRs usage for f64");
127 static const MCPhysReg LoRegList[] = { ARM::R1, ARM::R3 };
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 98 entry_spills_.push_back(ArmManagedRegister::FromCoreRegister(R3));
183 R0, R1, R2, R3
  /external/llvm/lib/Target/Hexagon/
HexagonVarargsCallingConvention.h 53 Hexagon::R0, Hexagon::R1, Hexagon::R2, Hexagon::R3, Hexagon::R4,
109 Hexagon::R0, Hexagon::R1, Hexagon::R2, Hexagon::R3, Hexagon::R4,
  /external/clang/test/CodeGenCXX/
vtable-layout.cpp 217 struct R3 : R1, R2 { int r3; }; member in struct:Test4::R3
228 // CHECK-8-NEXT: 2 | Test4::R3 *Test4::B::f()
230 // CHECK-8-NEXT: 3 | Test4::R3 *Test4::B::f()
233 // CHECK-8-NEXT: 1 | Test4::R3 *Test4::B::f()
235 virtual R3 *f();
237 R3 *B::f() { return 0; }
264 struct V3 : virtual R3 { int r3; }; member in struct:Test4::V3
289 // CHECK-11-NEXT: 2 | Test4::R3 *Test4::F::f() [pure
    [all...]
  /external/checkpolicy/
policy_scan.l 202 r3 |
203 R3 { return(R3); }
  /art/compiler/optimizing/
code_generator_arm.h 32 static constexpr Register kParameterCoreRegisters[] = { R1, R2, R3 };

Completed in 783 milliseconds

1 2 3 4