Searched defs:R1 (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-13-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl83 sub R1 subroutine
[all...]
H A Dmd5-sparcv9.pl128 sub R1 { subroutine
/freebsd-13-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl276 sub R1 { subroutine
/freebsd-13-stable/crypto/openssl/crypto/md4/
H A Dmd4_local.h54 #define R1(a,b,c,d,k,s,t) { \ macro
/freebsd-13-stable/crypto/openssl/crypto/md5/
H A Dmd5_local.h67 #define R1(a,b,c,d,k,s,t) { \ macro
/freebsd-13-stable/crypto/openssl/crypto/sm3/
H A Dsm3_local.h66 #define R1(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ macro
/freebsd-13-stable/contrib/ldns/
H A Dsha1.c39 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dsha1.c43 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dsha1-internal.c147 #define R1(v,w,x,y,z,i) \ macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp211 bool LanaiDAGToDAGISel::selectAddrRr(SDValue Addr, SDValue &R1, SDValue &R2, argument
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dsha1.c110 #define R1(v,w,x,y,z,i) \ macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp120 bool SparcDAGToDAGISel::SelectADDRrr(SDValue Addr, SDValue &R1, SDValue &R2) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp69 bool commentsStartOnSameColumn(const SourceManager &SM, const RawComment &R1, argument
H A DExpr.cpp2337 isUnusedResultAWarning(const Expr *&WarnE, SourceLocation &Loc, SourceRange &R1, SourceRange &R2, ASTContext &Ctx) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp546 GetUnreachableLoc(const Stmt *S, SourceRange &R1, SourceRange &R2) argument
661 SourceRange R1, R2; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp88 static void emitBSIC(MCStreamer &OutStreamer, MCOperand &R1, MCOperand &R2, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp46 SourceRange R1, R2; member in struct:__anon1549::TransformActionsImpl::ActionData
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp596 static bool IsMovepDestinationRegPair(unsigned R0, unsigned R1) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1712 IntersectSignedRange(ScalarEvolution &SE, const Optional<InductiveRangeCheck::Range> &R1, const InductiveRangeCheck::Range &R2) argument
1741 IntersectUnsignedRange(ScalarEvolution &SE, const Optional<InductiveRangeCheck::Range> &R1, const InductiveRangeCheck::Range &R2) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1122 bool HexagonExpandCondsets::coalesceRegisters(RegisterRef R1, RegisterRef R2) { argument
[all...]
H A DHexagonISelLoweringHVX.cpp983 SDValue R1 = DAG.getTargetExtractSubreg(Hexagon::isub_hi, dl, MVT::i32, V); local
H A DHexagonConstPropagation.cpp1113 evaluateCMPrr(uint32_t Cmp, const RegisterSubReg &R1, const RegisterSubReg &R2, const CellMap &Inputs, bool &Result) argument
1152 evaluateCMPri(uint32_t Cmp, const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, bool &Result) argument
1179 evaluateCMPrp(uint32_t Cmp, const RegisterSubReg &R1, uint64_t Props2, const CellMap &Inputs, bool &Result) argument
1372 evaluateCOPY(const RegisterSubReg &R1, const CellMap &Inputs, LatticeCell &Result) argument
1377 evaluateANDrr(const RegisterSubReg &R1, const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) argument
1408 evaluateANDri(const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, LatticeCell &Result) argument
1444 evaluateORrr(const RegisterSubReg &R1, const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) argument
1475 evaluateORri(const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, LatticeCell &Result) argument
1511 evaluateXORrr(const RegisterSubReg &R1, const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) argument
1540 evaluateXORri(const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, LatticeCell &Result) argument
1573 evaluateZEXTr(const RegisterSubReg &R1, unsigned Width, unsigned Bits, const CellMap &Inputs, LatticeCell &Result) argument
1604 evaluateSEXTr(const RegisterSubReg &R1, unsigned Width, unsigned Bits, const CellMap &Inputs, LatticeCell &Result) argument
1669 evaluateCLBr(const RegisterSubReg &R1, bool Zeros, bool Ones, const CellMap &Inputs, LatticeCell &Result) argument
1704 evaluateCTBr(const RegisterSubReg &R1, bool Zeros, bool Ones, const CellMap &Inputs, LatticeCell &Result) argument
1739 evaluateEXTRACTr(const RegisterSubReg &R1, unsigned Width, unsigned Bits, unsigned Offset, bool Signed, const CellMap &Inputs, LatticeCell &Result) argument
1797 evaluateSplatr(const RegisterSubReg &R1, unsigned Bits, unsigned Count, const CellMap &Inputs, LatticeCell &Result) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h479 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) argument
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h68 UINT64 R1; member in struct:__anon9440
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1756 std::string R1 = r + utostr(RegPairNum + 1); local
1900 std::string R1 = r + utostr(RegPairNum + 1); local

Completed in 237 milliseconds

12