Searched refs:aligned (Results 26 - 50 of 109) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cpp31 class __attribute__((aligned(64))) Mutex {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S9 @ Word-aligned function entry point
39 @ Word-aligned function entry point
70 @ Word-aligned function entry point
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Drtld_start.S41 subl $4,%esp # Keep stack aligned
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang_mips.h32 // Put it inside a struct that is aligned and padded to the typical MIPS
37 } __attribute__((aligned(32))) lock = {0, {0}};
/freebsd-11-stable/sys/xen/interface/
H A Darch-arm.h168 #define int64_aligned_t int64_t __attribute__((aligned(8)))
169 #define uint64_aligned_t uint64_t __attribute__((aligned(8)))
181 * aligned.
/freebsd-11-stable/sys/arm64/arm64/
H A Dcopyinout.S157 b.eq aligned
167 aligned: label
/freebsd-11-stable/sys/mips/mips/
H A Dsupport.S525 beq t0, zero, 1f # skip if word aligned
561 beq a3, zero, 1f # skip if word aligned
626 lbu v0, 0(a0) # compare bytes until a1 word aligned
638 LWHI v0, 0(a0) # compare words a0 unaligned, a1 aligned
692 srl a0, a0, 2 # round down address to be 32-bit aligned
714 srl a0, a0, 2 # round down address to be 32-bit aligned
742 srl a0, a0, 2 # round down address to be 32-bit aligned
769 srl a0, a0, 2 # round down address to be 32-bit aligned
796 srl a0, a0, 2 # round down address to be 32-bit aligned
824 srl a0, a0, 2 # round down address to be 32-bit aligned
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dunwind-sjlj.c83 jmp_buf jbuf __attribute__((aligned));
/freebsd-11-stable/sys/bsm/
H A Daudit.h175 typedef u_int64_t au_asflgs_t __attribute__ ((aligned (8)));
/freebsd-11-stable/contrib/openbsm/sys/bsm/
H A Daudit.h173 typedef u_int64_t au_asflgs_t __attribute__ ((aligned (8)));
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dos_bsd.h187 unsigned long vbus[0] __attribute__((aligned(sizeof(unsigned long))));
/freebsd-11-stable/sys/dev/hptnr/
H A Dos_bsd.h185 unsigned long vbus[0] __attribute__((aligned(sizeof(unsigned long))));
/freebsd-11-stable/sys/dev/hptrr/
H A Dos_bsd.h186 unsigned long vbus[0] __attribute__((aligned(sizeof(unsigned long))));
/freebsd-11-stable/crypto/openssl/crypto/
H A Dpariscid.pl107 b,n L\$aligned
113 L\$aligned
/freebsd-11-stable/sys/compat/ndis/
H A Dwinx64_wrap.S95 mov %rsp,%rbp # is 16-byte aligned
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h37 #define ALIGNED(X) __attribute__((aligned(X)))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h154 #define ATTRIBUTE_ALIGNED(X) __attribute__((aligned(X)))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h27 #define COMPILER_RT_ALIGNAS(x) __attribute__((aligned(x)))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc54 // FIXME: FileOffset in MapViewOfFile() should be aligned to not dwPageSize,
H A DMemory.inc127 // If the requested address is not aligned to the allocation granularity,
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s134 NOP ; Needed to make the loop 16-byte aligned
135 NOP ; needed to make the loop 16-byte aligned
158 ; This loop is unrolled 2 times (64-byte aligned as well)
241 ; Top of loop aligned on 64-byte boundary
327 ; This loop is unrolled 2 times (64-byte aligned as well)
403 ; Top of loop aligned on 64-byte boundary
481 ; This loop is unrolled 2 times (64-byte aligned as well)
538 ; Top of loop aligned on 64-byte boundary
605 ; This loop is unrolled 2 times (64-byte aligned as well)
681 ; This loop is unrolled 2 times (64-byte aligned a
[all...]
H A Dpa-risc2W.s126 NOP ; Needed to make the loop 16-byte aligned
127 NOP ; Needed to make the loop 16-byte aligned
150 ; This loop is unrolled 2 times (64-byte aligned as well)
233 ; Top of loop aligned on 64-byte boundary
317 ; This loop is unrolled 2 times (64-byte aligned as well)
393 ; Top of loop aligned on 64-byte boundary
470 ; This loop is unrolled 2 times (64-byte aligned as well)
527 ; Top of loop aligned on 64-byte boundary
594 ; This loop is unrolled 2 times (64-byte aligned as well)
670 ; This loop is unrolled 2 times (64-byte aligned a
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h209 // Pad with zeros so that we can start the hashtable at an aligned address.
305 "buckets should be 4-byte aligned.");
308 endian::readNext<offset_type, little, aligned>(Buckets);
310 endian::readNext<offset_type, little, aligned>(Buckets);
361 offset_type Offset = endian::readNext<offset_type, little, aligned>(Bucket);
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl171 and,<> $out,$dat0,$rem ; is $out aligned?
176 &foldedloop("L\$alignout",$rem); # process till $out is aligned
180 and,<> $inp,$dat0,$acc ; is $inp aligned?
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl15 # for aligned input and >50% better for unaligned. Compared to vendor
17 # few percent faster in 32-bit one (this for aligned input, data for
191 cmpb,*= $inp,$t0,L\$aligned
198 L\$aligned

Completed in 485 milliseconds

12345