Home
last modified time | relevance | path

Searched refs:x86_64 (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp50 E.setKind(x86_64::Delta32); in visitEdge()
91 x86_64::GOTTableManager GOT; in buildTables_ELF_x86_64()
92 x86_64::PLTTableManager PLT(GOT); in buildTables_ELF_x86_64()
158 Kind = x86_64::Delta32; in addSingleRelocation()
162 Kind = x86_64::Delta64; in addSingleRelocation()
165 Kind = x86_64::Pointer32; in addSingleRelocation()
168 Kind = x86_64::Pointer16; in addSingleRelocation()
171 Kind = x86_64::Pointer8; in addSingleRelocation()
177 Kind = x86_64::Pointer64; in addSingleRelocation()
372 ".eh_frame", x86_64::PointerSize, x86_64::Pointer32, x86_64::Pointer64, in link_ELF_x86_64()
[all …]
H A DMachO_x86_64.cpp209 DeltaKind = (SubRI.r_length == 3) ? x86_64::Delta64 : x86_64::Delta32; in parsePairRelocation()
215 (SubRI.r_length == 3) ? x86_64::NegDelta64 : x86_64::NegDelta32; in parsePairRelocation()
318 Kind = x86_64::Delta32; in addRelocations()
356 Kind = x86_64::Pointer32; in addRelocations()
364 Kind = x86_64::Pointer64; in addRelocations()
388 Kind = x86_64::Delta32; in addRelocations()
402 Kind = x86_64::Delta32; in addRelocations()
422 Kind = x86_64::Delta32; in addRelocations()
459 x86_64::GOTTableManager GOT; in buildGOTAndStubs_MachO_x86_64()
539 x86_64::Pointer32, x86_64::Pointer64, x86_64::Delta32, in createEHFrameEdgeFixerPass_MachO_x86_64()
[all …]
H A Dx86_64.cpp19 namespace x86_64 { namespace
85 if (E.getKind() == x86_64::PCRel32GOTLoadRelaxable || in optimizeGOTAndStubAccesses()
86 E.getKind() == x86_64::PCRel32GOTLoadREXRelaxable) { in optimizeGOTAndStubAccesses()
88 bool REXPrefix = E.getKind() == x86_64::PCRel32GOTLoadREXRelaxable; in optimizeGOTAndStubAccesses()
118 E.setKind(x86_64::Delta32); in optimizeGOTAndStubAccesses()
156 E.setKind(x86_64::Pointer32); in optimizeGOTAndStubAccesses()
160 } else if (E.getKind() == x86_64::BranchPCRel32ToPtrJumpStubBypassable) { in optimizeGOTAndStubAccesses()
179 E.setKind(x86_64::BranchPCRel32); in optimizeGOTAndStubAccesses()
H A DCOFF_x86_64.cpp30 PCRel32 = x86_64::FirstPlatformRelocation,
48 return x86_64::applyFixup(G, B, E, nullptr); in applyFixup()
202 E.setKind(x86_64::Pointer32); in lowerCOFFRelocationEdges()
206 E.setKind(x86_64::PCRel32); in lowerCOFFRelocationEdges()
210 E.setKind(x86_64::Pointer64); in lowerCOFFRelocationEdges()
214 E.setKind(x86_64::Pointer16); in lowerCOFFRelocationEdges()
221 E.setKind(x86_64::Pointer32); in lowerCOFFRelocationEdges()
304 return x86_64::getEdgeKindName(R); in getCOFFX86RelocationKindName()
/freebsd/cddl/lib/libicp/
H A DMakefile9 ASM_SOURCES_C = asm-x86_64/aes/aeskey.c
11 asm-x86_64/aes/aes_amd64.S \
12 asm-x86_64/aes/aes_aesni.S \
13 asm-x86_64/modes/gcm_pclmulqdq.S \
14 asm-x86_64/modes/aesni-gcm-x86_64.S \
15 asm-x86_64/modes/ghash-x86_64.S \
16 asm-x86_64/sha2/sha256-x86_64.S \
17 asm-x86_64/sha2/sha512-x86_64.S \
119 CFLAGS.ghash-x86_64.S+= -DLOCORE
120 CFLAGS.sha256-x86_64.S+= -DLOCORE
[all …]
/freebsd/crypto/openssl/crypto/aes/
H A Dbuild.info11 aes-x86_64.s vpaes-x86_64.s bsaes-x86_64.s aesni-x86_64.s \
12 aesni-sha1-x86_64.s aesni-sha256-x86_64.s aesni-mb-x86_64.s
91 GENERATE[aes-x86_64.s]=asm/aes-x86_64.pl
92 GENERATE[vpaes-x86_64.s]=asm/vpaes-x86_64.pl
93 GENERATE[bsaes-x86_64.s]=asm/bsaes-x86_64.pl
94 GENERATE[aesni-x86_64.s]=asm/aesni-x86_64.pl
95 GENERATE[aesni-sha1-x86_64.s]=asm/aesni-sha1-x86_64.pl
96 GENERATE[aesni-sha256-x86_64.s]=asm/aesni-sha256-x86_64.pl
97 GENERATE[aesni-mb-x86_64.s]=asm/aesni-mb-x86_64.pl
/freebsd/sys/contrib/openzfs/lib/libicp/
H A DMakefile.am71 module/icp/asm-x86_64/aes/aeskey.c \
72 module/icp/asm-x86_64/aes/aes_amd64.S \
73 module/icp/asm-x86_64/aes/aes_aesni.S \
74 module/icp/asm-x86_64/modes/gcm_pclmulqdq.S \
75 module/icp/asm-x86_64/modes/aesni-gcm-x86_64.S \
76 module/icp/asm-x86_64/modes/ghash-x86_64.S \
77 module/icp/asm-x86_64/sha2/sha256-x86_64.S \
78 module/icp/asm-x86_64/sha2/sha512-x86_64.S \
79 module/icp/asm-x86_64/blake3/blake3_avx2.S \
81 module/icp/asm-x86_64/blake3/blake3_sse2.S \
[all …]
/freebsd/cddl/lib/libicp_rescue/
H A DMakefile9 ASM_SOURCES_C = asm-x86_64/aes/aeskey.c
11 asm-x86_64/aes/aes_amd64.S \
12 asm-x86_64/aes/aes_aesni.S \
13 asm-x86_64/modes/gcm_pclmulqdq.S \
14 asm-x86_64/modes/aesni-gcm-x86_64.S \
15 asm-x86_64/sha2/sha256-x86_64.S \
16 asm-x86_64/sha2/sha512-x86_64.S \
20 asm-x86_64/blake3/blake3_sse41.S
116 CFLAGS.ghash-x86_64.S+= -DLOCORE
117 CFLAGS.sha256-x86_64.S+= -DLOCORE
[all …]
/freebsd/secure/lib/libcrypto/
H A DMakefile.asm85 aesni-mb-x86_64.pl aesni-sha1-x86_64.pl aesni-sha256-x86_64.pl \
86 aesni-x86_64.pl bsaes-x86_64.pl vpaes-x86_64.pl
89 SRCS+= rsaz-avx2.pl rsaz-avx512.pl rsaz-x86_64.pl x86_64-gf2m.pl \
90 x86_64-mont.pl x86_64-mont5.pl
99 SRCS+= ecp_nistz256-x86_64.pl x25519-x86_64.pl
102 SRCS+= md5-x86_64.pl
105 SRCS+= aesni-gcm-x86_64.pl ghash-x86_64.pl
111 SRCS+= rc4-md5-x86_64.pl rc4-x86_64.pl
114 SRCS+= keccak1600-x86_64.pl sha1-mb-x86_64.pl sha1-x86_64.pl \
118 SRCS+= wp-x86_64.pl
[all …]
/freebsd/sys/modules/ossl/
H A DMakefile42 aesni-x86_64.S \
43 aesni-gcm-x86_64.S \
44 chacha-x86_64.S \
45 ghash-x86_64.S \
46 poly1305-x86_64.S \
47 sha1-x86_64.S \
48 sha256-x86_64.S \
49 sha512-x86_64.S \
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86_64.h21 namespace x86_64 {
574 case x86_64::Delta64FromGOT: { in visitEdge()
581 KindToSet = x86_64::PCRel32GOTLoadREXRelaxable; in visitEdge()
584 KindToSet = x86_64::PCRel32GOTLoadRelaxable; in visitEdge()
586 case x86_64::RequestGOTAndTransformToDelta64: in visitEdge()
587 KindToSet = x86_64::Delta64; in visitEdge()
589 case x86_64::RequestGOTAndTransformToDelta64FromGOT: in visitEdge()
590 KindToSet = x86_64::Delta64FromGOT; in visitEdge()
592 case x86_64::RequestGOTAndTransformToDelta32: in visitEdge()
593 KindToSet = x86_64::Delta32; in visitEdge()
[all …]
/freebsd/crypto/openssl/crypto/sha/
H A Dbuild.info8 sha1-x86_64.s sha256-x86_64.s sha512-x86_64.s sha1-mb-x86_64.s \
9 sha256-mb-x86_64.s
60 $KECCAK1600ASM_x86_64=keccak1600-x86_64.s
107 GENERATE[sha1-x86_64.s]=asm/sha1-x86_64.pl
108 GENERATE[sha1-mb-x86_64.s]=asm/sha1-mb-x86_64.pl
109 GENERATE[sha256-x86_64.s]=asm/sha512-x86_64.pl
110 GENERATE[sha256-mb-x86_64.s]=asm/sha256-mb-x86_64.pl
111 GENERATE[sha512-x86_64.s]=asm/sha512-x86_64.pl
112 GENERATE[keccak1600-x86_64.s]=asm/keccak1600-x86_64.pl
/freebsd/crypto/openssl/crypto/rc4/
H A Dbuild.info6 $RC4ASM_x86_64=rc4-x86_64.s rc4-md5-x86_64.s
36 GENERATE[rc4-x86_64.s]=asm/rc4-x86_64.pl
37 GENERATE[rc4-md5-x86_64.s]=asm/rc4-md5-x86_64.pl
/freebsd/secure/lib/libcrypto/modules/fips/
H A DMakefile40 SRCS+= aes-x86_64.S aesni-mb-x86_64.S aesni-sha1-x86_64.S
41 SRCS+= aesni-sha256-x86_64.S aesni-x86_64.S bsaes-x86_64.S vpaes-x86_64.S
65 SRCS+= rsaz-avx2.S rsaz-avx512.S rsaz-x86_64.S rsaz_exp.c rsaz_exp_x2.c
66 SRCS+= x86_64-gcc.c x86_64-gf2m.S x86_64-mont.S x86_64-mont5.S
125 SRCS+= ecp_nistz256-x86_64.S ecp_nistz256.c x25519-x86_64.S
160 SRCS+= aesni-gcm-x86_64.S ghash-x86_64.S
191 SRCS+= keccak1600-x86_64.S sha1-mb-x86_64.S sha1-x86_64.S
192 SRCS+= sha256-mb-x86_64.S sha256-x86_64.S sha512-x86_64.S
/freebsd/sys/contrib/openzfs/
H A DCOPYRIGHT19 * AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman
20 * AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl
23 * GCM Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams
24 * GCM Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl
25 * GHASH Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams
26 * GHASH Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl
H A DMakefile.am48 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman
49 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman.descrip
50 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl
51 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl.descrip
52 dist_noinst_DATA += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams
53 dist_noinst_DATA += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams.descrip
54 dist_noinst_DATA += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl
55 dist_noinst_DATA += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl.descrip
/freebsd/crypto/openssl/crypto/bn/
H A Dbuild.info26 x86_64-mont.s x86_64-mont5.s x86_64-gf2m.s rsaz_exp.c rsaz-x86_64.s \
29 $BNASM_x86_64=asm/x86_64-gcc.c $BNASM_x86_64
153 GENERATE[x86_64-mont.s]=asm/x86_64-mont.pl
154 GENERATE[x86_64-mont5.s]=asm/x86_64-mont5.pl
155 GENERATE[x86_64-gf2m.s]=asm/x86_64-gf2m.pl
156 GENERATE[rsaz-x86_64.s]=asm/rsaz-x86_64.pl
/freebsd/sys/contrib/zstd/
H A DTESTING.md11 - Compilation on all supported targets (x86, x86_64, ARM, AArch64, PowerPC, and PowerPC64)
13 - `tests/playTests.sh` on x86_64, without the tests on long data (CLI tests)
20 - The following tests run with UBsan and Asan on x86_64 and x86, as well as with
21 Msan on x86_64
35 - x86_64 and x86 with UBsan and Asan
36 - x86_64 with Msan
/freebsd/sys/contrib/openzfs/module/
H A DKbuild.in132 asm-x86_64/aes/aes_aesni.o \
133 asm-x86_64/aes/aes_amd64.o \
134 asm-x86_64/aes/aeskey.o \
135 asm-x86_64/blake3/blake3_avx2.o \
137 asm-x86_64/blake3/blake3_sse2.o \
138 asm-x86_64/blake3/blake3_sse41.o \
139 asm-x86_64/sha2/sha256-x86_64.o \
140 asm-x86_64/sha2/sha512-x86_64.o \
141 asm-x86_64/modes/aesni-gcm-x86_64.o \
142 asm-x86_64/modes/gcm_pclmulqdq.o \
[all …]
/freebsd/sys/contrib/libsodium/dist-build/
H A Dmsys2-win64.sh6 if (x86_64-w64-mingw32-gcc --version > /dev/null 2>&1) then
9 echo Please install mingw-w64-x86_64-gcc >&2
14 --host=x86_64-w64-mingw32 && \
/freebsd/crypto/openssl/crypto/modes/
H A Dbuild.info7 $MODESASM_x86_64=ghash-x86_64.s aesni-gcm-x86_64.s
67 GENERATE[ghash-x86_64.s]=asm/ghash-x86_64.pl
68 GENERATE[aesni-gcm-x86_64.s]=asm/aesni-gcm-x86_64.pl
/freebsd/contrib/file/magic/Magdir/
H A Defi9 >>&0 lelong 0x01000007 \b, x86_64
12 >>&0 lelong 0x01000007 \b, x86_64
14 >>&20 lelong 0x01000007 \b, x86_64
/freebsd/sys/contrib/openzfs/config/
H A Dalways-arch.m416 amd64|x86_64)
17 TARGET_CPU=x86_64
37 AM_CONDITIONAL([TARGET_CPU_X86_64], test $TARGET_CPU = x86_64)
/freebsd/crypto/openssl/crypto/ec/
H A Dbuild.info6 $ECASM_x86_64=ecp_nistz256.c ecp_nistz256-x86_64.s x25519-x86_64.s
85 GENERATE[ecp_nistz256-x86_64.s]=asm/ecp_nistz256-x86_64.pl
104 GENERATE[x25519-x86_64.s]=asm/x25519-x86_64.pl
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp40 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin()
83 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo()
119 if (Triple.getArch() == Triple::x86_64) { in X86MCAsmInfoMicrosoft()
158 if (Triple.getArch() == Triple::x86_64) { in X86MCAsmInfoGNUCOFF()

12345678910>>...16