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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp83 uint64_t V4 = Seed - PRIME64_1; local
92 V4 = round(V4, endian::read64le(P));
96 H64 = rotl64(V1, 1) + rotl64(V2, 7) + rotl64(V3, 12) + rotl64(V4, 18);
100 H64 = mergeRound(H64, V4);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h105 V4 = 4 enumerator in enum:llvm::NVPTX::PTXLdStInstCode::VecType
H A DNVPTXISelDAGToDAG.cpp1054 VecType = NVPTX::PTXLdStInstCode::V4;
1923 VecType = NVPTX::PTXLdStInstCode::V4;
/freebsd-13-stable/sbin/mount_nfs/
H A Dmount_nfs.c128 V4 enumerator in enum:mountmode
273 mountmode = V4;
355 mountmode = V4;
470 if (mountmode == V4 && nmount_errstr != NULL)
707 if (mountmode != V4 && !add_mtab(hostp, spec))
780 if (trymntmode == V4) {
861 if (trymntmode == V4) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp265 else if (Imm == NVPTX::PTXLdStInstCode::V4)
/freebsd-13-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl289 moveq pc,lr @ be binary compatible with V4, yet
372 moveq pc,lr @ be binary compatible with V4, yet
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp104 SystemZ::V4, SystemZ::V5, SystemZ::V6, SystemZ::V7,
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Darmv4-gf2m.S161 moveq pc,lr @ be binary compatible with V4, yet
H A Dpoly1305-armv4.S130 moveq pc,lr @ be binary compatible with V4, yet
288 moveq pc,lr @ be binary compatible with V4, yet
382 moveq pc,lr @ be binary compatible with V4, yet
H A Daes-armv4.S273 moveq pc,lr @ be binary compatible with V4, yet
716 moveq pc,lr @ be binary compatible with V4, yet
828 moveq pc,lr @ be binary compatible with V4, yet
1044 moveq pc,lr @ be binary compatible with V4, yet
H A Darmv4-mont.S191 moveq pc,lr @ be binary compatible with V4, yet
H A Dghash-armv4.S206 moveq pc,lr @ be binary compatible with V4, yet
346 moveq pc,lr @ be binary compatible with V4, yet
H A Dsha1-armv4-large.S478 moveq pc,lr @ be binary compatible with V4, yet
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp69 V0, V1, V2, V3, V4, V5, V6, V7, V8, V9, V10, V11, V12, V13,
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Darmv4-gf2m.pl242 moveq pc,lr @ be binary compatible with V4, yet
H A Darmv4-mont.pl288 moveq pc,lr @ be binary compatible with V4, yet
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Daes-armv4.pl303 moveq pc,lr @ be binary compatible with V4, yet
746 moveq pc,lr @ be binary compatible with V4, yet
863 moveq pc,lr @ be binary compatible with V4, yet
1079 moveq pc,lr @ be binary compatible with V4, yet
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl176 moveq pc,lr @ be binary compatible with V4, yet
340 moveq pc,lr @ be binary compatible with V4, yet
442 moveq pc,lr @ be binary compatible with V4, yet
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl302 moveq pc,lr @ be binary compatible with V4, yet
H A Dsha256-armv4.pl293 moveq pc,lr @ be binary compatible with V4, yet
H A Dsha512-armv4.pl498 moveq pc,lr @ be binary compatible with V4, yet
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp577 Hexagon::V0, Hexagon::V1, Hexagon::V2, Hexagon::V3, Hexagon::V4,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1993 double V4 = V * 4.0; local
1994 if (V4 == floor(V4)) {
1997 V = SinVals[((int)V4 + (IsCos ? 1 : 0)) & 3];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp45 PPC::V0 , PPC::V1 , PPC::V2 , PPC::V3 , PPC::V4 , PPC::V5 , PPC::V6 , PPC::V7 ,
H A DPPCISelLowering.cpp3940 PPC::V2, PPC::V3, PPC::V4, PPC::V5, PPC::V6, PPC::V7, PPC::V8,
4361 PPC::V2, PPC::V3, PPC::V4, PPC::V5, PPC::V6, PPC::V7, PPC::V8,
4801 PPC::V2, PPC::V3, PPC::V4, PPC::V5, PPC::V6, PPC::V7, PPC::V8,
6054 PPC::V2, PPC::V3, PPC::V4, PPC::V5, PPC::V6, PPC::V7, PPC::V8,
6785 PPC::V2, PPC::V3, PPC::V4, PPC::V5, PPC::V6, PPC::V7, PPC::V8,

Completed in 173 milliseconds