Searched refs:S2 (Results 26 - 50 of 85) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp263 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices. local
283 .add(MI.getOperand(S2))
H A DHexagonExpandCondsets.cpp1194 MachineOperand &S1 = MI->getOperand(2), &S2 = MI->getOperand(3); local
1195 if (!S1.isReg() && !S2.isReg())
1204 MachineOperand &S1 = CI->getOperand(2), &S2 = CI->getOperand(3); local
1235 if (!Done && S2.isReg()) {
1236 RegisterRef RS = S2;
1239 Done = coalesceRegisters(RD, RegisterRef(S2));
1242 UpdRegs.insert(S2.getReg());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp294 if (const MipsMCExpr *S2 = dyn_cast<const MipsMCExpr>(S1->getSubExpr())) {
295 if (S1->getKind() == MEK_NEG && S2->getKind() == MEK_GPREL) {
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl448 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9));
485 vdup.32 $S2,r3
514 vmlal.u32 $D0,$R3,${S2}[1]
515 vmlal.u32 $D1,$R4,${S2}[1]
625 vshl.u32 $S2,$R2,#2 @ *5
629 vadd.i32 $S2,$S2,$R2
636 vst4.32 {${S2}[0],${R3}[0],${S3}[0],${R4}[0]},[$tbl0]!
637 vst4.32 {${S2}[1],${R3}[1],${S3}[1],${R4}[1]},[$tbl1]!
651 vshl.u32 $S2,
[all...]
H A Dpoly1305-c64xplus.pl35 ($R0,$R1,$R2,$R3,$S1,$S2,$S3,$S3b)=("A0","B0","A1","B1","A12","B12","A13","B13");
133 || LDDW *${S3b}[6],$S3b:$S2 ; load s3:s2
168 MPY32U $H2,$S2,A25:A24
175 || MV $S2,$S2a
178 || MPY32U $H3,$S2,B29:B28
H A Dpoly1305-armv8.pl214 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("v$_.4s",(0..8));
500 ld1 {$S2,$R3,$S3,$R4},[x15],#64
601 umlal $ACC0,$IN23_3,${S2}[2]
612 umlal $ACC1,$IN23_4,${S2}[2]
664 umlal $ACC0,$IN01_3,${S2}[0]
679 umlal $ACC1,$IN01_4,${S2}[0]
766 umlal2 $ACC0,$IN23_3,${S2}
773 umlal2 $ACC1,$IN23_4,${S2}
804 umlal $ACC0,$IN01_3,${S2}
812 umlal $ACC1,$IN01_4,${S2}
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp154 static int gsiRecordCmp(StringRef S1, StringRef S2) {
156 size_t RS = S2.size();
162 if (LLVM_UNLIKELY(!isAsciiString(S1) || !isAsciiString(S2)))
163 return memcmp(S1.data(), S2.data(), LS);
166 return S1.compare_lower(S2.data());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp200 case Mips::S2:
217 bool SaveS2 = Reserved[Mips::S2];
224 MIB.addReg(Mips::S2);
247 bool SaveS2 = Reserved[Mips::S2];
267 MIB.addReg(Mips::S2, RegState::Define);
H A DMipsRegisterInfo.cpp231 Reserved.set(Mips::S2);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp62 // (and S1, S2) Set intersection.
69 RecSet S1, S2; variable
71 ST.evaluate(Expr->arg_begin()[1], S2, Loc);
73 if (S2.count(*I))
157 // (interleave S1, S2, ...) Interleave elements of the arguments.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp74 const GCNRPTracker::LiveRegSet &S2) {
75 if (S1.size() != S2.size())
79 auto I = S2.find(P.first);
80 if (I == S2.end() || I->second != P.second)
73 isEqual(const GCNRPTracker::LiveRegSet &S1, const GCNRPTracker::LiveRegSet &S2) argument
H A DGCNRegPressure.h270 const GCNRPTracker::LiveRegSet &S2);
/freebsd-13-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl1391 $U1,$U2,$S1,$S2)=map(32*$_,(0..17));
1467 add $r_ptr,sp,#$S2
1468 bl __ecp_nistz256_mul_mont @ p256_mul_mont(S2, Z1sqr, in1_z);
1476 add $b_ptr,sp,#$S2
1477 add $r_ptr,sp,#$S2
1478 bl __ecp_nistz256_mul_mont @ p256_mul_mont(S2, S2, in2_y);
1482 bl __ecp_nistz256_sub_from @ p256_sub(R, S2, S1);
1517 ldr $t2,[sp,#32*18+12] @ ~is_equal(S1,S2)
1524 @ if(~is_equal(U1,U2) | in1infty | in2infty | ~is_equal(S1,S2))
[all...]
H A Decp_nistz256-ppc64.pl1042 $U1,$U2,$S1,$S2)=map(64+32*$_,(0..11));
1120 addi $rp,$sp,$S2
1121 bl __ecp_nistz256_mul_mont # p256_mul_mont(S2, Z1sqr, in1_z);
1133 ld $a0,$S2+0($sp)
1134 ld $a1,$S2+8($sp)
1135 ld $a2,$S2+16($sp)
1136 ld $a3,$S2+24($sp)
1138 addi $rp,$sp,$S2
1139 bl __ecp_nistz256_mul_mont # p256_mul_mont(S2, S2, in2_
[all...]
H A Decp_nistz256-armv8.pl871 $U1,$U2,$S1,$S2)=map(32*$_,(0..11));
928 add $rp,sp,#$S2
929 bl __ecp_nistz256_mul_mont // p256_mul_mont(S2, Z1sqr, in1_z);
939 ldp $a0,$a1,[sp,#$S2]
940 ldp $a2,$a3,[sp,#$S2+16]
942 add $rp,sp,#$S2
943 bl __ecp_nistz256_mul_mont // p256_mul_mont(S2, S2, in2_y);
950 bl __ecp_nistz256_sub_from // p256_sub(R, S2, S1);
954 orr $temp0,$acc0,$acc2 // ~is_equal(S1,S2)
[all...]
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c468 sb++; goto S2; /* slurp next character */
479 S2:
/freebsd-13-stable/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl35 $S2="CAST_S_table1";
178 &mov( $tmp2, &DWP($S2,"",$tmp2,4));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h568 bool haveEqualConstraints(ProgramStateRef S1, ProgramStateRef S2) const {
569 return ConstraintMgr->haveEqualConstraints(S1, S2);
572 bool haveEqualEnvironments(ProgramStateRef S1, ProgramStateRef S2) const {
573 return S1->Env == S2->Env;
576 bool haveEqualStores(ProgramStateRef S1, ProgramStateRef S2) const {
577 return S1->store == S2->store;
H A DSMTConstraintManager.h243 ProgramStateRef S2) const override {
244 return S1->get<ConstraintSMT>() == S2->get<ConstraintSMT>();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1965 // S = (S1 & S2) | (V1 & S2) | (S1 & V2)
1967 Value *S2 = getShadow(&I, 1);
1972 V2 = IRB.CreateIntCast(V2, S2->getType(), false);
1974 Value *S1S2 = IRB.CreateAnd(S1, S2);
1975 Value *V1S2 = IRB.CreateAnd(V1, S2);
1987 // S = (S1 & S2) | (~V1 & S2) | (S1 & ~V2)
1989 Value *S2 = getShadow(&I, 1);
1994 V2 = IRB.CreateIntCast(V2, S2
[all...]
/freebsd-13-stable/crypto/openssl/crypto/aria/
H A Daria.c143 static const uint32_t S2[256] = { variable
358 S2[GET_U8_BE(T0, 1)] ^ \
363 S2[GET_U8_BE(T1, 1)] ^ \
368 S2[GET_U8_BE(T2, 1)] ^ \
373 S2[GET_U8_BE(T3, 1)] ^ \
385 S2[GET_U8_BE(T0, 3)]; \
390 S2[GET_U8_BE(T1, 3)]; \
395 S2[GET_U8_BE(T2, 3)]; \
400 S2[GET_U8_BE(T3, 3)]; \
515 (uint8_t)(S2[GET_U8_B
[all...]
/freebsd-13-stable/sbin/iscontrol/
H A Dfsm.c629 S1, S2, /*S3,*/ S4, S5, S6, S7, S8 enumerator in enum:__anon7862
635 S2: XPT_WAIT
653 | | / S2 \ / |
704 case T1: state = S2; break;
709 case S2:
/freebsd-13-stable/contrib/bearssl/src/symcipher/
H A Ddes_tab.c71 static const uint32_t S2[] = { variable
212 | S2[((r0 >> 23) ^ (skl >> 12)) & 0x3F]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp29 static const MCPhysReg SRegList[] = {AArch64::S0, AArch64::S1, AArch64::S2,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp733 StringRef S1, S2;
735 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
739 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
744 size_t I = S1.find_first_of(S2);
753 if (HasS2 && S2.size() == 1)
754 return emitStrChr(CI->getArgOperand(0), S2[0], B, TLI);
771 StringRef S1, S2;
773 bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
777 if ((HasS1 && S1.empty()) || (HasS2 && S2.empty()))
782 size_t Pos = S1.find_first_not_of(S2);
[all...]

Completed in 310 milliseconds

1234