/freebsd/crypto/openssl/crypto/sha/ |
H A D | build.info | 4 IF[{- !$disabled{asm} -}] 58 IF[{- !$disabled{asm} -}] 94 GENERATE[sha1-586.S]=asm/sha1-586.pl 96 GENERATE[sha256-586.S]=asm/sha256-586.pl 98 GENERATE[sha512-586.S]=asm/sha512-586.pl 101 GENERATE[sha1-ia64.s]=asm/sha1-ia64.pl 102 GENERATE[sha256-ia64.s]=asm/sha512-ia64.pl 103 GENERATE[sha512-ia64.s]=asm/sha512-ia64.pl 105 GENERATE[sha1-alpha.S]=asm/sha1-alpha.pl 107 GENERATE[sha1-x86_64.s]=asm/sha [all...] |
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_syscall_linux_aarch64.inc | 16 register u64 x8 asm("x8") = nr; 17 register u64 x0 asm("x0"); 18 asm volatile("svc 0" 28 register u64 x8 asm("x8") = nr; 29 register u64 x0 asm("x0") = arg1; 30 asm volatile("svc 0" 40 register u64 x8 asm("x8") = nr; 41 register u64 x0 asm("x0") = arg1; 42 register u64 x1 asm("x1") = arg2; 43 asm volatile("svc 0" [all …]
|
H A D | sanitizer_syscall_linux_arm.inc | 16 register u32 r8 asm("r7") = nr; 17 register u32 r0 asm("r0"); 18 asm volatile("swi #0" 28 register u32 r8 asm("r7") = nr; 29 register u32 r0 asm("r0") = arg1; 30 asm volatile("swi #0" 40 register u32 r8 asm("r7") = nr; 41 register u32 r0 asm("r0") = arg1; 42 register u32 r1 asm("r1") = arg2; 43 asm volatile("swi #0" [all …]
|
H A D | sanitizer_syscall_linux_loongarch64.inc | 31 register u64 a7 asm("$a7") = nr; 32 register u64 a0 asm("$a0"); 42 register u64 a7 asm("$a7") = nr; 43 register u64 a0 asm("$a0") = arg1; 53 register u64 a7 asm("$a7") = nr; 54 register u64 a0 asm("$a0") = arg1; 55 register u64 a1 asm("$a1") = arg2; 66 register u64 a7 asm("$a7") = nr; 67 register u64 a0 asm("$a0") = arg1; 68 register u64 a1 asm("$a1") = arg2; [all …]
|
H A D | sanitizer_syscall_linux_riscv64.inc | 34 register u64 a7 asm("a7") = nr; 35 register u64 a0 asm("a0"); 45 register u64 a7 asm("a7") = nr; 46 register u64 a0 asm("a0") = arg1; 56 register u64 a7 asm("a7") = nr; 57 register u64 a0 asm("a0") = arg1; 58 register u64 a1 asm("a1") = arg2; 69 register u64 a7 asm("a7") = nr; 70 register u64 a0 asm("a0") = arg1; 71 register u64 a1 asm("a1") = arg2; [all …]
|
/freebsd/crypto/openssl/providers/ |
H A D | fips.module.sources | 6 crypto/aes/asm/aes-586.pl 7 crypto/aes/asm/aes-armv4.pl 8 crypto/aes/asm/aes-c64xplus.pl 9 crypto/aes/asm/aes-ia64.S 10 crypto/aes/asm/aes-mips.pl 11 crypto/aes/asm/aes-parisc.pl 12 crypto/aes/asm/aes-ppc.pl 13 crypto/aes/asm/aes-s390x.pl 14 crypto/aes/asm/aes-sparcv9.pl 15 crypto/aes/asm/aes-x86_64.pl [all …]
|
H A D | fips-sources.checksums | 6 6979c133f76f4623e62e6e970deae70fa025e713a72b71aead5a048d49e47f6f crypto/aes/asm/aes-586.pl 7 2eef5f20f1410b48bdaaafa24ded24f56f34c4ca79db1d38fa6bf1b3b19535bf crypto/aes/asm/aes-armv4.pl 8 38c2cf8ed3910efd89d8721e1b0763a8fde073b91f6529d251165a0496ef9555 crypto/aes/asm/aes-c64xplus.pl 9 00196f01f5218ad731e6a058d406078f7228a9756d9d73f51c0d0c2a68f885af crypto/aes/asm/aes-ia64.S 10 b4ef595194fe1692e1ab2b561f385da01b277cf004902e8fc99e8ac5389bbd35 crypto/aes/asm/aes-mips.pl 11 123c4498c94040b70708fdd911cb08c6411b020b4cf3eb761d6fa22c583c3e6f crypto/aes/asm/aes-parisc.pl 12 7a7f2f90791415ef4ffc1ba2a6f6b6fe994bfe0e03d3bf9dab6e428e6874695c crypto/aes/asm/aes-ppc.pl 13 d139e5ad69560fd0ffd8aa2e72304e463650cea4c657be7a90e0d1eb782d580a crypto/aes/asm/aes-s390x.pl 14 133ba35d77002abcd430414749c4e98c4a319630da898e45ff8dbc5800176df1 crypto/aes/asm/aes-sparcv9.pl 15 c98690249d490d23e6fee84f672f1463ffc029427110a4329244a59e4e4aaed8 crypto/aes/asm/aes-x86_64.pl [all …]
|
/freebsd/secure/lib/libcrypto/ |
H A D | Makefile.asm | 11 ${LCRYPTO_SRC}/crypto/aes/asm \ 12 ${LCRYPTO_SRC}/crypto/bn/asm \ 13 ${LCRYPTO_SRC}/crypto/chacha/asm \ 14 ${LCRYPTO_SRC}/crypto/ec/asm \ 15 ${LCRYPTO_SRC}/crypto/modes/asm \ 16 ${LCRYPTO_SRC}/crypto/poly1305/asm \ 17 ${LCRYPTO_SRC}/crypto/sha/asm 67 ${LCRYPTO_SRC}/crypto/aes/asm \ 68 ${LCRYPTO_SRC}/crypto/bn/asm \ 69 ${LCRYPTO_SRC}/crypto/camellia/asm \ [all …]
|
/freebsd/sys/contrib/openzfs/lib/libicp/ |
H A D | Makefile.am | 43 module/icp/asm-aarch64/blake3/b3_aarch64_sse2.S \ 44 module/icp/asm-aarch64/blake3/b3_aarch64_sse41.S \ 45 module/icp/asm-aarch64/sha2/sha256-armv8.S \ 46 module/icp/asm-aarch64/sha2/sha512-armv8.S 51 module/icp/asm-arm/sha2/sha256-armv7.S \ 52 module/icp/asm-arm/sha2/sha512-armv7.S 57 module/icp/asm-ppc64/blake3/b3_ppc64le_sse2.S \ 58 module/icp/asm-ppc64/blake3/b3_ppc64le_sse41.S \ 59 module/icp/asm-ppc64/sha2/sha256-ppc.S \ 60 module/icp/asm-ppc64/sha2/sha512-ppc.S \ [all …]
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | build.info | 4 IF[{- !$disabled{asm} -}] 5 # Define source files and macros per asm architecture 29 $BNASM_x86_64=asm/x86_64-gcc.c $BNASM_x86_64 42 $BNASM_sparcv9=asm/sparcv8plus.S sparcv9-mont.S sparcv9a-mont.S vis3-mont.S \ 48 $BNASM_sparcv8=asm/sparcv8.S 61 $BNASM_s390x=asm/s390x.S s390x-mont.S 85 $BNASM_c64xplus=asm/bn-c64xplus.asm 125 GENERATE[bn-586.S]=asm/bn-586.pl 127 GENERATE[co-586.S]=asm/co-586.pl 129 GENERATE[x86-mont.S]=asm/x86-mont.pl [all …]
|
/freebsd/cddl/lib/libicp/ |
H A D | Makefile | 8 ASM_SOURCES_C = asm-x86_64/aes/aeskey.c 10 asm-x86_64/aes/aes_amd64.S \ 11 asm-x86_64/aes/aes_aesni.S \ 12 asm-x86_64/modes/gcm_pclmulqdq.S \ 13 asm-x86_64/modes/aesni-gcm-x86_64.S \ 14 asm-x86_64/modes/ghash-x86_64.S \ 15 asm-x86_64/sha2/sha256-x86_64.S \ 16 asm-x86_64/sha2/sha512-x86_64.S \ 17 asm-x86_64/blake3/blake3_avx2.S \ 18 asm-x86_64/blake3/blake3_avx512.S \ [all …]
|
/freebsd/cddl/lib/libicp_rescue/ |
H A D | Makefile | 8 ASM_SOURCES_C = asm-x86_64/aes/aeskey.c 10 asm-x86_64/aes/aes_amd64.S \ 11 asm-x86_64/aes/aes_aesni.S \ 12 asm-x86_64/modes/gcm_pclmulqdq.S \ 13 asm-x86_64/modes/aesni-gcm-x86_64.S \ 14 asm-x86_64/sha2/sha256-x86_64.S \ 15 asm-x86_64/sha2/sha512-x86_64.S \ 16 asm-x86_64/blake3/blake3_avx2.S \ 17 asm-x86_64/blake3/blake3_avx512.S \ 18 asm-x86_64/blake3/blake3_sse2.S \ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 113 class I<dag oops, dag iops, string asm, string operands, string cstr, 118 let AsmString = !strconcat(asm, operands); 1648 class BaseSystemI<bit L, dag oops, dag iops, string asm, string operands, 1650 : I<oops, iops, asm, operands, "", pattern> { 1656 class SimpleSystemI<bit L, dag iops, string asm, string operands, 1658 : BaseSystemI<L, (outs), iops, asm, operands, pattern> { 1663 class RtSystemI<bit L, dag oops, dag iops, string asm, string operands, 1665 : BaseSystemI<L, oops, iops, asm, operands, pattern>, 1673 string asm, string operands, list<dag> pattern> 1674 : BaseSystemI<L, oops, iops, asm, operands, pattern>, [all …]
|
H A D | SVEInstrFormats.td | 356 class sve_int_ptrue<bits<2> sz8_64, bits<3> opc, string asm, PPRRegOp pprty, 359 asm, "\t$Pd, $pattern", 381 multiclass sve_int_ptrue<bits<3> opc, string asm, SDPatternOperator op> { 382 def _B : sve_int_ptrue<0b00, opc, asm, PPR8, nxv16i1, op>; 383 def _H : sve_int_ptrue<0b01, opc, asm, PPR16, nxv8i1, op>; 384 def _S : sve_int_ptrue<0b10, opc, asm, PPR32, nxv4i1, op>; 385 def _D : sve_int_ptrue<0b11, opc, asm, PPR64, nxv2i1, op>; 387 def : InstAlias<asm # "\t$Pd", 389 def : InstAlias<asm # "\t$Pd", 391 def : InstAlias<asm # "\t$Pd", [all …]
|
/freebsd/crypto/openssl/crypto/aes/ |
H A D | build.info | 4 IF[{- !$disabled{asm} -}] 86 GENERATE[aes-ia64.s]=asm/aes-ia64.S 88 GENERATE[aes-586.S]=asm/aes-586.pl 90 GENERATE[vpaes-x86.S]=asm/vpaes-x86.pl 92 GENERATE[aesni-x86.S]=asm/aesni-x86.pl 95 GENERATE[aes-x86_64.s]=asm/aes-x86_64.pl 96 GENERATE[vpaes-x86_64.s]=asm/vpaes-x86_64.pl 97 GENERATE[bsaes-x86_64.s]=asm/bsaes-x86_64.pl 98 GENERATE[aesni-x86_64.s]=asm/aesni-x86_64.pl 99 GENERATE[aesni-sha1-x86_64.s]=asm/aesni-sha1-x86_64.pl [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrFormats.td | 482 class AsmPseudoInst<string asm, dag iops, dag oops = (outs)> 488 let isCodeGenOnly = 0; // So we get asm matcher for it. 489 let AsmString = asm; 494 class ARMAsmPseudo<string asm, dag iops, dag oops = (outs)> 495 : AsmPseudoInst<asm, iops, oops>, Requires<[IsARM]>; 496 class tAsmPseudo<string asm, dag iops, dag oops = (outs)> 497 : AsmPseudoInst<asm, iops, oops>, Requires<[IsThumb]>; 498 class t2AsmPseudo<string asm, dag iops, dag oops = (outs)> 499 : AsmPseudoInst<asm, iops, oops>, Requires<[IsThumb2]>; 500 class VFP2AsmPseudo<string asm, dag iops, dag oops = (outs)> [all …]
|
/freebsd/crypto/openssl/crypto/poly1305/ |
H A D | build.info | 4 IF[{- !$disabled{asm} -}] 38 GENERATE[poly1305-sparcv9.S]=asm/poly1305-sparcv9.pl 40 GENERATE[poly1305-x86.S]=asm/poly1305-x86.pl 41 GENERATE[poly1305-x86_64.s]=asm/poly1305-x86_64.pl 42 GENERATE[poly1305-ia64.s]=asm/poly1305-ia64.S 43 GENERATE[poly1305-ppc.s]=asm/poly1305-ppc.pl 44 GENERATE[poly1305-ppcfp.s]=asm/poly1305-ppcfp.pl 45 GENERATE[poly1305-armv4.S]=asm/poly1305-armv4.pl 47 GENERATE[poly1305-armv8.S]=asm/poly1305-armv8.pl 49 GENERATE[poly1305-mips.S]=asm/poly1305-mips.pl [all …]
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-fpu.m4 | 5 dnl # 5.19: The asm/fpu/internal.h header was removed, it has been 28 #include <asm/fpu/api.h> 32 [kernel has asm/fpu/api.h]) 36 #include <asm/fpu/internal.h> 40 [kernel has asm/fpu/internal.h]) 41 AC_MSG_RESULT([asm/fpu/api.h asm/fpu/internal.h]) 43 AC_MSG_RESULT([asm/fpu/api.h]) 55 #include <asm/fpu/api.h> 57 #include <asm/fpu/internal.h> 60 #include <asm/i387.h> [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrUtils.td | 393 class I<bits<8> o, Format f, dag outs, dag ins, string asm, 395 : X86Inst<o, f, NoImm, outs, ins, asm, d> { 398 class Ii8<bits<8> o, Format f, dag outs, dag ins, string asm, 400 : X86Inst<o, f, Imm8, outs, ins, asm, d> { 403 class Ii8Reg<bits<8> o, Format f, dag outs, dag ins, string asm, 405 : X86Inst<o, f, Imm8Reg, outs, ins, asm, d> { 408 class Ii8PCRel<bits<8> o, Format f, dag outs, dag ins, string asm, 410 : X86Inst<o, f, Imm8PCRel, outs, ins, asm> { 413 class Ii16<bits<8> o, Format f, dag outs, dag ins, string asm, 415 : X86Inst<o, f, Imm16, outs, ins, asm> { [all …]
|
/freebsd/crypto/openssl/crypto/modes/ |
H A D | build.info | 4 IF[{- !$disabled{asm} -}] 65 GENERATE[ghash-ia64.s]=asm/ghash-ia64.pl 66 GENERATE[ghash-x86.S]=asm/ghash-x86.pl 67 GENERATE[ghash-x86_64.s]=asm/ghash-x86_64.pl 68 GENERATE[aesni-gcm-x86_64.s]=asm/aesni-gcm-x86_64.pl 69 GENERATE[ghash-sparcv9.S]=asm/ghash-sparcv9.pl 71 GENERATE[ghash-alpha.S]=asm/ghash-alpha.pl 72 GENERATE[ghash-parisc.s]=asm/ghash-parisc.pl 73 GENERATE[ghashp8-ppc.s]=asm/ghashp8-ppc.pl 74 GENERATE[ghash-armv4.S]=asm/ghash-armv4.pl [all …]
|
/freebsd/crypto/openssl/crypto/chacha/ |
H A D | build.info | 4 IF[{- !$disabled{asm} -}] 29 GENERATE[chacha-x86.S]=asm/chacha-x86.pl 30 GENERATE[chacha-x86_64.s]=asm/chacha-x86_64.pl 31 GENERATE[chacha-ppc.s]=asm/chacha-ppc.pl 32 GENERATE[chacha-armv4.S]=asm/chacha-armv4.pl 34 GENERATE[chacha-armv8.S]=asm/chacha-armv8.pl 37 GENERATE[chacha-c64xplus.S]=asm/chacha-c64xplus.pl 38 GENERATE[chacha-s390x.S]=asm/chacha-s390x.pl 39 GENERATE[chacha-ia64.S]=asm/chacha-ia64.pl
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | assembler | 6 !:mime text/x-asm 8 !:mime text/x-asm 10 !:mime text/x-asm 12 !:mime text/x-asm 14 !:mime text/x-asm 16 !:mime text/x-asm 18 !:mime text/x-asm
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | MIMGInstructions.td | 420 class MIMG_NoSampler_Helper <mimgopc op, string asm, 429 let AsmString = asm#" $vdata, $vaddr, $srsrc$dmask$unorm$cpol$r128$tfe$lwe$da" 433 class MIMG_NoSampler_Helper_gfx90a <mimgopc op, string asm, 442 let AsmString = asm#" $vdata, $vaddr, $srsrc$dmask$unorm$cpol$r128$lwe$da" 544 multiclass MIMG_NoSampler_Src_Helper <mimgopc op, string asm, 551 def _V1 : MIMG_NoSampler_Helper <op, asm, dst_rc, VGPR_32, 554 def _V1_gfx90a : MIMG_NoSampler_Helper_gfx90a <op, asm, dst_rc, VGPR_32, 556 def _V1_gfx10 : MIMG_NoSampler_gfx10<op, asm, dst_rc, VGPR_32, 560 def _V1_gfx11 : MIMG_NoSampler_gfx11<op, asm, dst_rc, VGPR_32, 567 def _V1_gfx12 : VSAMPLE_Sampler_gfx12<op, asm, dst_rc, 1>; [all …]
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | build.info | 2 IF[{- !$disabled{asm} -}] 83 GENERATE[ecp_nistz256-x86.S]=asm/ecp_nistz256-x86.pl 85 GENERATE[ecp_nistz256-x86_64.s]=asm/ecp_nistz256-x86_64.pl 87 GENERATE[ecp_nistz256-avx2.s]=asm/ecp_nistz256-avx2.pl 89 GENERATE[ecp_nistz256-sparcv9.S]=asm/ecp_nistz256-sparcv9.pl 96 GENERATE[ecp_nistz256-armv4.S]=asm/ecp_nistz256-armv4.pl 98 GENERATE[ecp_nistz256-armv8.S]=asm/ecp_nistz256-armv8.pl 100 GENERATE[ecp_nistz256-ppc64.s]=asm/ecp_nistz256-ppc64.pl 102 GENERATE[ecp_nistp521-ppc64.s]=asm/ecp_nistp521-ppc64.pl 104 GENERATE[x25519-x86_64.s]=asm/x2551 [all...] |
/freebsd/crypto/openssl/crypto/rc4/ |
H A D | build.info | 4 IF[{- !$disabled{asm} -}] 33 GENERATE[rc4-586.S]=asm/rc4-586.pl 36 GENERATE[rc4-x86_64.s]=asm/rc4-x86_64.pl 37 GENERATE[rc4-md5-x86_64.s]=asm/rc4-md5-x86_64.pl 39 GENERATE[rc4-parisc.s]=asm/rc4-parisc.pl 40 GENERATE[rc4-c64xplus.s]=asm/rc4-c64xplus.pl 41 GENERATE[rc4-s390x.s]=asm/rc4-s390x.pl
|