Searched defs:R0 (Results 1 - 25 of 35) sorted by relevance

12

/external/boringssl/src/crypto/md5/asm/
H A Dmd5-586.pl28 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
30 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, # R0
48 sub R0 subroutine
57 &comment("R0 $ki");
66 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
204 &comment("R0 section");
206 &R0(-2,$A,$B,$C,$D,$X, 0, 7,0xd76aa478);
207 &R0( 0,$D,$A,$B,$C,$X, 1,12,0xe8c7b756);
208 &R0( 0,$C,$D,$A,$B,$X, 2,17,0x242070db);
209 &R0(
[all...]
/external/arm-neon-tests/
H A Dretarget.c38 unsigned R0, unsigned SP, unsigned R2, unsigned SL)
37 __user_initial_stackheap( unsigned R0, unsigned SP, unsigned R2, unsigned SL) argument
/external/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp106 StackRegion R0 = R; local
107 R.Start = R0.End = Start;
108 Regions.insert(&R, R0);
112 StackRegion R0 = R; local
113 R0.End = R.Start = End;
114 Regions.insert(&R, R0);
/external/llvm/unittests/IR/
H A DMDBuilderTest.cpp48 MDNode *R0 = MDHelper.createRange(A, A); local
50 EXPECT_EQ(R0, (MDNode *)nullptr);
62 MDNode *R0 = MDHelper.createAnonymousTBAARoot(); local
64 EXPECT_NE(R0, R1);
65 EXPECT_GE(R0->getNumOperands(), 1U);
67 EXPECT_EQ(R0->getOperand(0), R0);
69 EXPECT_TRUE(R0->getNumOperands() == 1 || R0->getOperand(1) == nullptr);
74 MDNode *R0 local
[all...]
H A DMetadataTest.cpp353 auto *R0 = ReturnInst::Create(Context, BB0); local
357 R0->setMetadata("md", N0);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_gs.h81 struct brw_reg R0; member in struct:brw_gs_compile::__anon15094
H A Dbrw_clip.h78 struct brw_reg R0; member in struct:brw_clip_compile::__anon15069
H A Dbrw_blorp_blit.cpp521 struct brw_reg R0; member in class:brw_blorp_blit_program
766 this->R0 = retype(brw_vec8_grf(reg++, 0), BRW_REGISTER_TYPE_UW);
876 * value of N by looking at R0.0 bits 7:6 ("Starting Sample Pair
878 * in pairs). That is, we compute 2*((R0.0 & 0xc0) >> 6) == (R0.0 &
887 struct brw_reg r0_ud1 = vec1(retype(R0, BRW_REGISTER_TYPE_UD));
1545 /* If we may have killed pixels, then we need to send R0 and R1 in a header
1550 /* Copy R0/1 to MRF */
1552 retype(R0, BRW_REGISTER_TYPE_UD));
/external/selinux/libselinux/src/
H A Dsha1.c52 // (R0+R1), R2, R3, R4 are the different operations used in SHA1
53 #define R0(v,w,x,y,z,i) z += ((w&(x^y))^y) + blk0(i)+ 0x5A827999 + rol(v,5); w=rol(w,30); macro
91 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
92 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]
/external/openssh/openbsd-compat/
H A Dsha1.c40 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
42 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
73 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
74 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]
/external/ppp/pppd/
H A Dsha1.c35 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
36 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
69 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
70 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]
/external/valgrind/none/tests/
H A Dsha1_test.c92 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
93 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
127 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
128 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]
/external/webrtc/webrtc/base/
H A Dsha1.cc133 // (R0+R1), R2, R3, R4 are the different operations used in SHA1.
134 #define R0(v, w, x, y, z, i) \ macro
190 R0(a,b,c,d,e,0); R0(e,a,b,c,d,1); R0(d,e,a,b,c,2); R0(c,d,e,a,b,3);
191 R0(b,c,d,e,a,4); R0(a,b,c,d,e,5); R0(e,a,b,c,d,6); R0(
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-internal.c143 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
144 #define R0(v,w,x,y,z,i) \ macro
198 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
199 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-internal.c143 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
144 #define R0(v,w,x,y,z,i) \ macro
198 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
199 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1-internal.c143 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
144 #define R0(v,w,x,y,z,i) \ macro
198 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
199 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]
/external/boringssl/src/crypto/md4/
H A Dmd4.c119 #define R0(a, b, c, d, k, s, t) \ macro
152 R0(A, B, C, D, X0, 3, 0);
155 R0(D, A, B, C, X1, 7, 0);
158 R0(C, D, A, B, X2, 11, 0);
161 R0(B, C, D, A, X3, 19, 0);
164 R0(A, B, C, D, X4, 3, 0);
167 R0(D, A, B, C, X5, 7, 0);
170 R0(C, D, A, B, X6, 11, 0);
173 R0(B, C, D, A, X7, 19, 0);
176 R0(
[all...]
/external/boringssl/src/crypto/md5/
H A Dmd5.c134 #define R0(a, b, c, d, k, s, t) \ macro
183 R0(A, B, C, D, X(0), 7, 0xd76aa478L);
186 R0(D, A, B, C, X(1), 12, 0xe8c7b756L);
189 R0(C, D, A, B, X(2), 17, 0x242070dbL);
192 R0(B, C, D, A, X(3), 22, 0xc1bdceeeL);
195 R0(A, B, C, D, X(4), 7, 0xf57c0fafL);
198 R0(D, A, B, C, X(5), 12, 0x4787c62aL);
201 R0(C, D, A, B, X(6), 17, 0xa8304613L);
204 R0(B, C, D, A, X(7), 22, 0xfd469501L);
207 R0(
[all...]
/external/syslinux/com32/libutil/
H A Dsha1hash.c94 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
95 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
137 R0(a, b, c, d, e, 0);
138 R0(e, a, b, c, d, 1);
139 R0(d, e, a, b, c, 2);
140 R0(c, d, e, a, b, 3);
141 R0(b, c, d, e, a, 4);
142 R0(a, b, c, d, e, 5);
143 R0(e, a, b, c, d, 6);
144 R0(
[all...]
H A Dsha256crypt.c103 #define R0(x) (CYCLIC (x, 7) ^ CYCLIC (x, 18) ^ (x >> 3)) macro
116 W[t] = R1(W[t - 2]) + W[t - 7] + R0(W[t - 15]) + W[t - 16];
H A Dsha512crypt.c134 #define R0(x) (CYCLIC (x, 1) ^ CYCLIC (x, 8) ^ (x >> 7)) macro
147 W[t] = R1(W[t - 2]) + W[t - 7] + R0(W[t - 15]) + W[t - 16];
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.h620 unsigned newRegUnit(CodeGenRegister *R0, CodeGenRegister *R1 = nullptr) { argument
622 RegUnits.back().Roots[0] = R0;
/external/mdnsresponder/mDNSCore/
H A DDNSDigest.c896 #define R0(a,b,c,d,k,s,t) { \ macro
953 R0(A,B,C,D,X[ 0], 7,0xd76aa478L);
954 R0(D,A,B,C,X[ 1],12,0xe8c7b756L);
955 R0(C,D,A,B,X[ 2],17,0x242070dbL);
956 R0(B,C,D,A,X[ 3],22,0xc1bdceeeL);
957 R0(A,B,C,D,X[ 4], 7,0xf57c0fafL);
958 R0(D,A,B,C,X[ 5],12,0x4787c62aL);
959 R0(C,D,A,B,X[ 6],17,0xa8304613L);
960 R0(B,C,D,A,X[ 7],22,0xfd469501L);
961 R0(
[all...]
/external/eigen/Eigen/src/Core/products/
H A DGeneralBlockPanelKernel.h1025 ResPacket R0, R1, R2; local
1028 R0 = r0.loadPacket(0 * Traits::ResPacketSize);
1031 traits.acc(C0, alphav, R0);
1034 r0.storePacket(0 * Traits::ResPacketSize, R0);
1038 R0 = r1.loadPacket(0 * Traits::ResPacketSize);
1041 traits.acc(C1, alphav, R0);
1044 r1.storePacket(0 * Traits::ResPacketSize, R0);
1048 R0 = r2.loadPacket(0 * Traits::ResPacketSize);
1051 traits.acc(C2, alphav, R0);
1054 r2.storePacket(0 * Traits::ResPacketSize, R0);
1134 ResPacket R0, R1, R2; local
1244 ResPacket R0, R1, R2, R3; local
1337 ResPacket R0, R1; local
1431 ResPacket R0, R1; local
1505 ResPacket R0; local
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp558 - If MBB is an entry or exit block, set SR1 and SR2 to R0 and R12
562 - If the defaults (R0/R12) are available, return true
580 unsigned R0 = Subtarget.isPPC64() ? PPC::X0 : PPC::R0; local
585 *SR1 = R0;
592 // If MBB is an entry or exit block, use R0 and R12 as the scratch registers.
613 // Note that we only return here if both R0 and R12 are available because
616 if (!RS.isRegUsed(R0) && !RS.isRegUsed(R12))
1825 unsigned TmpReg = is64Bit ? PPC::X0 : PPC::R0;

Completed in 1804 milliseconds

12