Searched refs:R1 (Results 1 - 25 of 129) sorted by relevance

123456

/freebsd-current/contrib/sendmail/libsm/
H A Dt-ixlen.sh38 R1=$?
39 [ $R -eq 0 ] && R=$R1
/freebsd-current/sys/cddl/dev/dtrace/arm/
H A Dregset.h48 #define REG_R1 R1
/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
91 // R1: # --
92 // R2: # -- After R1
93 // R3: ## -- Overlaps R1 start
94 // R4: ## -- Overlaps R1 end
96 EXPECT_EQ(R1, ExecutorAddrRange(A1, A2));
97 EXPECT_EQ(R1, ExecutorAddrRange(A1, ExecutorAddrDiff(1)));
98 EXPECT_NE(R1, R2);
100 EXPECT_TRUE(R1
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DDivisionByConstantInfo.cpp35 APInt Q1, R1, Q2, R2; local
36 // initialize Q1 = 2P/abs(NC); R1 = rem(2P,abs(NC))
37 APInt::udivrem(SignedMin, ANC, Q1, R1);
43 R1 <<= 1; // update R1 = rem(2P/abs(NC))
44 if (R1.uge(ANC)) { // must be unsigned comparison
46 R1 -= ANC;
57 } while (Q1.ult(Delta) || (Q1 == Delta && R1.isZero()));
90 APInt Q1, R1, Q2, R2; local
91 // initialize Q1 = 2P/NC; R1
[all...]
/freebsd-current/crypto/openssl/crypto/md4/
H A Dmd4_dgst.c113 R1(A, B, C, D, X(0), 3, 0x5A827999L);
114 R1(D, A, B, C, X(4), 5, 0x5A827999L);
115 R1(C, D, A, B, X(8), 9, 0x5A827999L);
116 R1(B, C, D, A, X(12), 13, 0x5A827999L);
117 R1(A, B, C, D, X(1), 3, 0x5A827999L);
118 R1(D, A, B, C, X(5), 5, 0x5A827999L);
119 R1(C, D, A, B, X(9), 9, 0x5A827999L);
120 R1(B, C, D, A, X(13), 13, 0x5A827999L);
121 R1(A, B, C, D, X(2), 3, 0x5A827999L);
122 R1(
[all...]
/freebsd-current/share/doc/psd/02.implement/
H A DMakefile12 @(echo .R1; echo database ${.CURDIR}/ref.bib; \
/freebsd-current/share/doc/papers/relengr/
H A DMakefile11 @(echo .R1; echo database ${.CURDIR}/ref.bib; echo .R2) > ${.TARGET}
/freebsd-current/crypto/openssl/crypto/md5/
H A Dmd5_dgst.c113 R1(A, B, C, D, X(1), 5, 0xf61e2562L);
114 R1(D, A, B, C, X(6), 9, 0xc040b340L);
115 R1(C, D, A, B, X(11), 14, 0x265e5a51L);
116 R1(B, C, D, A, X(0), 20, 0xe9b6c7aaL);
117 R1(A, B, C, D, X(5), 5, 0xd62f105dL);
118 R1(D, A, B, C, X(10), 9, 0x02441453L);
119 R1(C, D, A, B, X(15), 14, 0xd8a1e681L);
120 R1(B, C, D, A, X(4), 20, 0xe7d3fbc8L);
121 R1(A, B, C, D, X(9), 5, 0x21e1cde6L);
122 R1(
[all...]
/freebsd-current/share/doc/psd/01.cacm/
H A DMakefile11 @(echo .R1; echo database ${.CURDIR}/ref.bib; \
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp37 for (unsigned R1 = 0; R1 < Constraints.size();) {
38 SmallVector<Entry, 8> &Row1 = Constraints[R1];
42 R1++;
44 std::swap(Constraints[R1], Constraints.back());
52 for (unsigned R1 = 0; R1 < NumRemainingConstraints; R1++) {
54 for (unsigned R2 = R1 + 1; R2 < NumRemainingConstraints; R2++) {
55 if (R1
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_dlib_asm.S56 #define mantexpa R1:0
57 #define lmanta R1:0
67 #define lmant R1:0
68 #define manth R1
157 #define mantexpa R1:0
158 #define lmanta R1:0
168 #define lmant R1:0
169 #define manth R1
258 #define mantah R1
259 #define mantexpa R1
[all...]
H A Dfastmath_dlib_asm.S58 #define mantexpa R1:0
59 #define lmanta R1:0
69 #define lmant R1:0
70 #define manth R1
193 #define mantexpa R1:0
194 #define lmanta R1:0
204 #define lmant R1:0
205 #define manth R1
322 #define mantah R1
323 #define mantexpa R1
[all...]
H A Dfastmath2_ldlib_asm.S52 #define manta R1:0
53 #define lmanta R1:0
61 #define lmant R1:0
151 #define manta R1:0
152 #define lmanta R1:0
160 #define lmant R1:0
/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));
40 1, 6, 11, 0, 5, 10, 15, 4, 9, 14, 3, 8, 13, 2, 7, 12, # R1
80 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 for R1
85 sub R1 subroutine
89 &comment("R1 $ki");
232 &comment("R1 section");
233 &R1(-1,$A,$B,$C,$D,$X,16, 5,0xf61e2562);
234 &R1( 0,$D,$A,$B,$C,$X,17, 9,0xc040b340);
235 &R1( 0,$C,$D,$A,$B,$X,18,14,0x265e5a51);
236 &R1(
[all...]
/freebsd-current/share/doc/psd/15.yacc/
H A DMakefile11 @(echo .R1; echo database ${.CURDIR}/ref.bib; \
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DReachableCode.h52 SourceRange ConditionVal, SourceRange R1,
/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));
290 vmlof ($ACC1,$H0,$R1);
297 vmalof ($ACC2,$H1,$R1,$ACC2);
304 vmalof ($ACC3,$H2,$R1,$ACC3);
311 vmalof ($ACC4,$H3,$R1,$ACC4);
391 vlvgg ($R1,$d0,0);
398 veslg ($S1,$R1,2);
403 vlr ($H1,$R1);
407 vag ($S1,$S1,$R1); # * 5
415 vpdi ($R1,
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dpipe2.sh71 #define R1 1 /* sync start */
125 atomic_add_int(&share2[R1], 1);
155 while (share2[R1] != PARALLEL) {
158 fprintf(stderr, "share2 = %d\n", share2[R1]);
H A Dmlockall6.sh94 #define R1 1
128 while (share2[R1] == 0) /* Wait for parent */
130 atomic_add_int(&share2[R1], 1);
139 atomic_add_int(&share2[R1], 1);
140 while (share2[R1] != 2) /* Wait for child */
H A Dlstat.sh83 #define R1 0
134 atomic_add_int(&share[R1], 1);
135 while (share[R1] != PARALLEL)
220 share[R1] = 0;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp363 bool evaluateCMPrr(uint32_t Cmp, const RegisterSubReg &R1, const RegisterSubReg &R2,
365 bool evaluateCMPri(uint32_t Cmp, const RegisterSubReg &R1, const APInt &A2,
367 bool evaluateCMPrp(uint32_t Cmp, const RegisterSubReg &R1, uint64_t Props2,
376 bool evaluateCOPY(const RegisterSubReg &R1, const CellMap &Inputs,
380 bool evaluateANDrr(const RegisterSubReg &R1, const RegisterSubReg &R2,
382 bool evaluateANDri(const RegisterSubReg &R1, const APInt &A2,
385 bool evaluateORrr(const RegisterSubReg &R1, const RegisterSubReg &R2,
387 bool evaluateORri(const RegisterSubReg &R1, const APInt &A2,
390 bool evaluateXORrr(const RegisterSubReg &R1, const RegisterSubReg &R2,
392 bool evaluateXORri(const RegisterSubReg &R1, cons
1105 evaluateCMPrr(uint32_t Cmp, const RegisterSubReg &R1, const RegisterSubReg &R2, const CellMap &Inputs, bool &Result) argument
1144 evaluateCMPri(uint32_t Cmp, const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, bool &Result) argument
1171 evaluateCMPrp(uint32_t Cmp, const RegisterSubReg &R1, uint64_t Props2, const CellMap &Inputs, bool &Result) argument
1364 evaluateCOPY(const RegisterSubReg &R1, const CellMap &Inputs, LatticeCell &Result) argument
1369 evaluateANDrr(const RegisterSubReg &R1, const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) argument
1400 evaluateANDri(const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, LatticeCell &Result) argument
1436 evaluateORrr(const RegisterSubReg &R1, const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) argument
1467 evaluateORri(const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, LatticeCell &Result) argument
1503 evaluateXORrr(const RegisterSubReg &R1, const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) argument
1532 evaluateXORri(const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, LatticeCell &Result) argument
1565 evaluateZEXTr(const RegisterSubReg &R1, unsigned Width, unsigned Bits, const CellMap &Inputs, LatticeCell &Result) argument
1596 evaluateSEXTr(const RegisterSubReg &R1, unsigned Width, unsigned Bits, const CellMap &Inputs, LatticeCell &Result) argument
1661 evaluateCLBr(const RegisterSubReg &R1, bool Zeros, bool Ones, const CellMap &Inputs, LatticeCell &Result) argument
1696 evaluateCTBr(const RegisterSubReg &R1, bool Zeros, bool Ones, const CellMap &Inputs, LatticeCell &Result) argument
1731 evaluateEXTRACTr(const RegisterSubReg &R1, unsigned Width, unsigned Bits, unsigned Offset, bool Signed, const CellMap &Inputs, LatticeCell &Result) argument
1789 evaluateSplatr(const RegisterSubReg &R1, unsigned Bits, unsigned Count, const CellMap &Inputs, LatticeCell &Result) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h59 /// Selects the range between `R1` and `R2.
60 inline RangeSelector between(RangeSelector R1, RangeSelector R2) { argument
61 return enclose(after(std::move(R1)), before(std::move(R2)));
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp553 SourceRange &R1,
555 R1 = R2 = SourceRange();
567 R1 = UO->getSubExpr()->getSourceRange();
572 R1 = CAO->getLHS()->getSourceRange();
584 R1 = ME->getSourceRange();
589 R1 = ASE->getLHS()->getSourceRange();
595 R1 = CSC->getSubExpr()->getSourceRange();
600 R1 = CE->getSubExpr()->getSourceRange();
608 R1 = CSC->getSubExpr()->getSourceRange();
613 R1
552 GetUnreachableLoc(const Stmt *S, SourceRange &R1, SourceRange &R2) argument
672 SourceRange R1, R2; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCTargetDesc.cpp45 InitLoongArchMCRegisterInfo(X, LoongArch::R1);
142 Inst.getOperand(1).getReg() == LoongArch::R1;
155 Inst.getOperand(1).getReg() != LoongArch::R1;
168 Inst.getOperand(1).getReg() != LoongArch::R1;
181 Inst.getOperand(1).getReg() != LoongArch::R1;

Completed in 196 milliseconds

123456