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

/external/boringssl/src/crypto/md5/asm/
H A Dmd5-586.pl25 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
27 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, # R0
43 sub R0 subroutine
52 &comment("R0 $ki");
61 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
199 &comment("R0 section");
201 &R0(-2,$A,$B,$C,$D,$X, 0, 7,0xd76aa478);
202 &R0( 0,$D,$A,$B,$C,$X, 1,12,0xe8c7b756);
203 &R0( 0,$C,$D,$A,$B,$X, 2,17,0x242070db);
204 &R0(
[all...]
/external/boringssl/src/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl215 sub R0 { subroutine
377 for(;$i<16;$i++) { R0($i,@V); unshift(@V,pop(@V)); push(@TX,shift(@TX)); }
/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.cpp349 auto *R0 = ReturnInst::Create(Context, BB0); local
353 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::__anon12604
H A Dbrw_clip.h78 struct brw_reg R0; member in struct:brw_clip_compile::__anon12579
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/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/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-internal.c140 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
141 #define R0(v,w,x,y,z,i) \ macro
195 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);
196 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.c140 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
141 #define R0(v,w,x,y,z,i) \ macro
195 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);
196 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.c140 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
141 #define R0(v,w,x,y,z,i) \ macro
195 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);
196 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.c107 #define R0(a, b, c, d, k, s, t) \ macro
141 R0(A, B, C, D, X0, 3, 0);
144 R0(D, A, B, C, X1, 7, 0);
147 R0(C, D, A, B, X2, 11, 0);
150 R0(B, C, D, A, X3, 19, 0);
153 R0(A, B, C, D, X4, 3, 0);
156 R0(D, A, B, C, X5, 7, 0);
159 R0(C, D, A, B, X6, 11, 0);
162 R0(B, C, D, A, X7, 19, 0);
165 R0(
[all...]
/external/boringssl/src/crypto/md5/
H A Dmd5.c130 #define R0(a,b,c,d,k,s,t) { \ macro
172 R0(A, B, C, D, X(0), 7, 0xd76aa478L);
175 R0(D, A, B, C, X(1), 12, 0xe8c7b756L);
178 R0(C, D, A, B, X(2), 17, 0x242070dbL);
181 R0(B, C, D, A, X(3), 22, 0xc1bdceeeL);
184 R0(A, B, C, D, X(4), 7, 0xf57c0fafL);
187 R0(D, A, B, C, X(5), 12, 0x4787c62aL);
190 R0(C, D, A, B, X(6), 17, 0xa8304613L);
193 R0(B, C, D, A, X(7), 22, 0xfd469501L);
196 R0(
[all...]
/external/eigen/Eigen/src/Core/products/
H A DGeneralBlockPanelKernel.h757 ResPacket R0, R1, R2, R3, R4, R5, R6; local
760 R0 = ploadu<ResPacket>(r0);
767 traits.acc(C0, alphav, R0);
768 pstoreu(r0, R0);
769 R0 = ploadu<ResPacket>(r3 + ResPacketSize);
777 traits.acc(C7, alphav, R0);
785 pstoreu(r3 + ResPacketSize, R0);
789 ResPacket R0, R1, R4; local
792 R0 = ploadu<ResPacket>(r0);
795 traits.acc(C0, alphav, R0);
935 ResPacket R0, R1, R2, R3; local
1040 ResPacket R0, R4; local
1076 ResPacket R0 = ploadu<ResPacket>(&res[(j2+0)*resStride + i]); local
[all...]
/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/webp/src/dsp/
H A Denc_neon.c296 const uint8x16_t R0 = Load4x4(ref); local
297 const int16x8_t D0D1 = DiffU8ToS16(vget_low_u8(S0), vget_low_u8(R0));
298 const int16x8_t D2D3 = DiffU8ToS16(vget_high_u8(S0), vget_high_u8(R0));
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp917 unsigned R0 = RegList.List->front(); local
920 if ((R0 == Mips::A1 && R1 == Mips::A2) ||
921 (R0 == Mips::A1 && R1 == Mips::A3) ||
922 (R0 == Mips::A2 && R1 == Mips::A3) ||
923 (R0 == Mips::A0 && R1 == Mips::S5) ||
924 (R0 == Mips::A0 && R1 == Mips::S6) ||
925 (R0 == Mips::A0 && R1 == Mips::A1) ||
926 (R0 == Mips::A0 && R1 == Mips::A2) ||
927 (R0 == Mips::A0 && R1 == Mips::A3))
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2345 llvm::Value *R0 = Builder.CreateExtractValue(R, 0, "rhs.0"); local
2346 llvm::Value *Cmp0 = Builder.CreateICmp(Eq, L0, R0, "memptr.cmp.first");
/external/valgrind/VEX/priv/
H A Dhost_s390_defs.c4721 /* Provide a symbolic name for register "R0" */
4722 #define R0 0 macro
4841 /* Load from memory into R0, then MULTIPLY with R1 */
4842 p = s390_emit_LY(p, R0, x, b, dl, dh);
4843 return s390_emit_MR(p, r1, R0);
4854 /* Load from memory into R0, then MULTIPLY with R1 */
4855 p = s390_emit_LHY(p, R0, x, b, dl, dh);
4856 return s390_emit_MSR(p, r1, R0);
4867 /* Load I2 into R0; then MULTIPLY R0 wit
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16378 SDValue R0 = DAG.getNode(Op->getOpcode(), dl, VT, R, Amt0); local
16380 return DAG.getVectorShuffle(VT, dl, R0, R1, {0, 3});

Completed in 1524 milliseconds