Home
last modified time | relevance | path

Searched defs:R3 (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl357 sub R3 { subroutine
/freebsd/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl154 sub R3 subroutine
H A Dmd5-sparcv9.pl179 sub R3 { subroutine
/freebsd/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); in TEST() local
/freebsd/crypto/openssl/crypto/md5/
H A Dmd5_local.h77 #define R3(a,b,c,d,k,s,t) { \ macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dsha1.c45 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); macro
/freebsd/contrib/ldns/
H A Dsha1.c41 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); macro
/freebsd/contrib/wpa/src/crypto/
H A Dsha1-internal.c152 #define R3(v,w,x,y,z,i) \ macro
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dsha1.c116 #define R3(v,w,x,y,z,i) \ macro
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp766 #define SUB_SUPER(R1, R2, R3, R4, R) \ in getX86SubSuperRegister() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp815 RegisterCell R3 = cop(3, W0); in evaluate() local
H A DHexagonConstPropagation.cpp2977 assert(Inputs.has(R2.Reg) && Inputs.has(R3.Reg)); in rewriteHexConstUses() local
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h70 UINT64 R3; member
81 UINT32 R3; ///< A copy of R13. member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp7041 Register R3 = MRI.createGenericVirtualRegister(S32); in legalizeBVHIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6833 Register R3) { in lowerRotate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29664 SDValue R3 = DAG.getNode(ShOpc, dl, VT, R, DAG.getBitcast(VT, Amt3)); in LowerShift() local