Searched refs:R0 (Results 1 - 25 of 113) sorted by relevance

12345

/freebsd-current/sys/cddl/dev/dtrace/arm/
H A Dregset.h46 #define REG_PS R0
47 #define REG_R0 R0
/freebsd-current/crypto/openssl/crypto/md4/
H A Dmd4_dgst.c68 R0(A, B, C, D, X(0), 3, 0);
71 R0(D, A, B, C, X(1), 7, 0);
74 R0(C, D, A, B, X(2), 11, 0);
77 R0(B, C, D, A, X(3), 19, 0);
80 R0(A, B, C, D, X(4), 3, 0);
83 R0(D, A, B, C, X(5), 7, 0);
86 R0(C, D, A, B, X(6), 11, 0);
89 R0(B, C, D, A, X(7), 19, 0);
92 R0(A, B, C, D, X(8), 3, 0);
95 R0(
[all...]
H A Dmd4_local.h50 #define R0(a,b,c,d,k,s,t) { \ macro
/freebsd-current/crypto/openssl/crypto/md5/
H A Dmd5_dgst.c68 R0(A, B, C, D, X(0), 7, 0xd76aa478L);
71 R0(D, A, B, C, X(1), 12, 0xe8c7b756L);
74 R0(C, D, A, B, X(2), 17, 0x242070dbL);
77 R0(B, C, D, A, X(3), 22, 0xc1bdceeeL);
80 R0(A, B, C, D, X(4), 7, 0xf57c0fafL);
83 R0(D, A, B, C, X(5), 12, 0x4787c62aL);
86 R0(C, D, A, B, X(6), 17, 0xa8304613L);
89 R0(B, C, D, A, X(7), 22, 0xfd469501L);
92 R0(A, B, C, D, X(8), 7, 0x698098d8L);
95 R0(
[all...]
/freebsd-current/contrib/wpa/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...]
/freebsd-current/crypto/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...]
/freebsd-current/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl37 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
39 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, # R0
57 sub R0 subroutine
66 &comment("R0 $ki");
79 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
212 &comment("R0 section");
214 &R0(-2,$A,$B,$C,$D,$X, 0, 7,0xd76aa478);
215 &R0( 0,$D,$A,$B,$C,$X, 1,12,0xe8c7b756);
216 &R0( 0,$C,$D,$A,$B,$X, 2,17,0x242070db);
217 &R0(
[all...]
/freebsd-current/contrib/ldns/
H A Dsha1.c37 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
38 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
71 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);
72 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp111 StackRegion R0 = R; local
112 R.Start = R0.End = Start;
113 Regions.insert(&R, R0);
117 StackRegion R0 = R; local
118 R0.End = R.Start = End;
119 Regions.insert(&R, R0);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_dlib_asm.S55 #define manta R0
69 #define mantl R0
156 #define manta R0
170 #define mantl R0
257 #define mantal R0
372 #define mantal R0
373 #define cff R0
379 #define c80 R0
381 #define ic R0
455 #define ia R0
[all...]
H A Dfastmath_dlib_asm.S57 #define manta R0
71 #define mantl R0
192 #define manta R0
206 #define mantl R0
321 #define mantal R0
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYCallingConv.h29 static const MCPhysReg ArgGPRs[] = {CSKY::R0, CSKY::R1, CSKY::R2, CSKY::R3};
48 static const MCPhysReg ArgGPRs[] = {CSKY::R0, CSKY::R1};
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl227 my ($R0, $R1, $S1, $R2, $S2) = map("%v$_",(10..14));
289 vmlof ($ACC0,$H0,$R0);
296 vmalof ($ACC1,$H1,$R0,$ACC1);
303 vmalof ($ACC2,$H2,$R0,$ACC2);
310 vmalof ($ACC3,$H3,$R0,$ACC3);
317 vmalof ($ACC4,$H4,$R0,$ACC4);
389 vlvgg ($R0,$h0,0);
402 vlr ($H0,$R0);
414 vpdi ($R0,$H0,$R0,
[all...]
H A Dpoly1305-x86_64.pl2133 my ($R0,$R1,$R2,$R3,$R4, $S1,$S2,$S3,$S4) = map("%zmm$_",(16..24));
2177 vmovdqu `16*0-64`($ctx),%x#$D0 # will become expanded ${R0}
2188 vpermd $D0,$T2,$R0 # 00003412 -> 14243444
2193 vmovdqa64 $R0,0x00(%rsp){%k2} # save in case $len%128 != 0
2194 vpsrlq \$32,$R0,$T0 # 14243444 -> 01020304
2219 vpmuludq $T0,$R0,$D0 # d0 = r0'*r0
2227 vpmuludq $T1,$R0,$M1
2242 vpmuludq $T2,$R0,$M2
2251 vpmuludq $T3,$R0,$M3
2262 vpmuludq $T4,$R0,
[all...]
H A Dpoly1305-armv8.pl222 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8));
511 ld1 {$R0,$R1,$S1,$R2},[x15],#64
575 umull $ACC0,$IN23_0,${R0}[2]
589 umlal $ACC1,$IN23_1,${R0}[2]
598 umlal $ACC2,$IN23_2,${R0}[2]
607 umlal $ACC3,$IN23_3,${R0}[2]
618 umlal $ACC4,$IN23_4,${R0}[2]
640 umlal $ACC2,$IN01_2,${R0}[0]
654 umlal $ACC0,$IN01_0,${R0}[0]
669 umlal $ACC1,$IN01_1,${R0}[
[all...]
H A Dpoly1305-armv4.pl443 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9));
473 vdup.32 $R0,r2 @ r^1 in both lanes
497 vmull.u32 $D0,$R0,${R0}[1]
498 vmull.u32 $D1,$R1,${R0}[1]
499 vmull.u32 $D2,$R2,${R0}[1]
500 vmull.u32 $D3,$R3,${R0}[1]
501 vmull.u32 $D4,$R4,${R0}[1]
504 vmlal.u32 $D1,$R0,${R1}[1]
512 vmlal.u32 $D2,$R0,
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCTargetDesc.cpp117 return Inst.getOperand(0).getReg() == LoongArch::R0;
129 return Inst.getOperand(0).getReg() != LoongArch::R0;
141 return Inst.getOperand(0).getReg() == LoongArch::R0 &&
154 return Inst.getOperand(0).getReg() == LoongArch::R0 &&
167 return Inst.getOperand(0).getReg() == LoongArch::R0 &&
180 return Inst.getOperand(0).getReg() == LoongArch::R0 &&
/freebsd-current/tools/test/stress2/misc/
H A Dmlockall6.sh93 #define R0 0
160 while (share[R0] == 0)
192 atomic_add_int(&share[R0], 1); /* Start test() runs */
202 atomic_add_int(&share[R0], -1);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_address_test.cpp88 ExecutorAddrRange R0(A0, A1), R1(A1, A2), R2(A2, A3), R3(A0, A2), R4(A1, A3);
90 // R0: # -- Before R1
104 EXPECT_FALSE(R1.overlaps(R0));
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Dsha1.c105 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
107 #define R0(v,w,x,y,z,i) \ macro
140 #define nR0(v,w,x,y,z,i) R0(*v,*w,*x,*y,*z,i)
228 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);
229 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiBaseInfo.h42 case Lanai::R0:
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRSubtarget.h92 return hasTinyEncoding() ? AVR::R16 : AVR::R0;
/freebsd-current/sys/arm/include/
H A Dcpu.h312 _R64F0(cp15_cntpct_get, CP15_CNTPCT(%Q0, %R0))
313 _R64F0(cp15_cntvct_get, CP15_CNTVCT(%Q0, %R0))
314 _R64F0(cp15_cntp_cval_get, CP15_CNTP_CVAL(%Q0, %R0))
315 _W64F1(cp15_cntp_cval_set, CP15_CNTP_CVAL(%Q0, %R0))
316 _R64F0(cp15_cntv_cval_get, CP15_CNTV_CVAL(%Q0, %R0))
317 _W64F1(cp15_cntv_cval_set, CP15_CNTV_CVAL(%Q0, %R0))
318 _R64F0(cp15_cntvoff_get, CP15_CNTVOFF(%Q0, %R0))
319 _W64F1(cp15_cntvoff_set, CP15_CNTVOFF(%Q0, %R0))
320 _R64F0(cp15_cnthp_cval_get, CP15_CNTHP_CVAL(%Q0, %R0))
321 _W64F1(cp15_cnthp_cval_set, CP15_CNTHP_CVAL(%Q0, %R0))
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.cpp24 static const MCPhysReg RegList[] = { ARM::R0, ARM::R1, ARM::R2, ARM::R3 };
65 static const MCPhysReg HiRegList[] = { ARM::R0, ARM::R2 };
67 static const MCPhysReg ShadowRegList[] = { ARM::R0, ARM::R1 };
68 static const MCPhysReg GPRArgRegs[] = { ARM::R0, ARM::R1, ARM::R2, ARM::R3 };
116 static const MCPhysReg HiRegList[] = { ARM::R0, ARM::R2 };
153 static const MCPhysReg RRegList[] = { ARM::R0, ARM::R1, ARM::R2, ARM::R3 };
H A DARMInstrInfo.cpp43 NopInst.addOperand(MCOperand::createReg(ARM::R0));
44 NopInst.addOperand(MCOperand::createReg(ARM::R0));

Completed in 310 milliseconds

12345