| /trueos/contrib/libstdc++/src/ |
| D | locale_init.cc | 49 __attribute__ ((aligned(__alignof__(locale::_Impl)))); 53 __attribute__ ((aligned(__alignof__(locale)))); 57 __attribute__ ((aligned(__alignof__(char*)))); 61 __attribute__ ((aligned(__alignof__(char[2])))); 65 __attribute__ ((aligned(__alignof__(locale::facet*)))); 69 __attribute__ ((aligned(__alignof__(locale::facet*)))); 73 __attribute__ ((aligned(__alignof__(std::ctype<char>)))); 77 __attribute__ ((aligned(__alignof__(std::collate<char>)))); 81 __attribute__ ((aligned(__alignof__(numpunct<char>)))); 85 __attribute__ ((aligned(__alignof__(num_get<char>)))); [all …]
|
| D | globals_io.cc | 57 __attribute__ ((aligned(__alignof__(istream)))); 59 __attribute__ ((aligned(__alignof__(ostream)))); 67 __attribute__ ((aligned(__alignof__(wistream)))); 69 __attribute__ ((aligned(__alignof__(wostream)))); 86 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<char>)))); 92 __attribute__ ((aligned(__alignof__(stdio_filebuf<char>)))); 99 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<wchar_t>)))); 105 __attribute__ ((aligned(__alignof__(stdio_filebuf<wchar_t>))));
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | Endian.h | 27 enum {aligned = 0, unaligned = 1}; enumerator 110 <uint8_t, little, aligned> aligned_ulittle8_t; 112 <uint16_t, little, aligned> aligned_ulittle16_t; 114 <uint32_t, little, aligned> aligned_ulittle32_t; 116 <uint64_t, little, aligned> aligned_ulittle64_t; 119 <int8_t, little, aligned> aligned_little8_t; 121 <int16_t, little, aligned> aligned_little16_t; 123 <int32_t, little, aligned> aligned_little32_t; 125 <int64_t, little, aligned> aligned_little64_t; 146 <uint8_t, big, aligned> aligned_ubig8_t; [all …]
|
| HD | AlignOf.h | 87 __attribute__((aligned(x))) char buffer[Size]; \ 122 char aligned; 130 short aligned; 138 int aligned; 146 double aligned;
|
| /trueos/tools/regression/ia64/unaligned/ |
| HD | test.c | 95 DATA_TYPE aligned; member 100 DATA_TYPE *aligned = &data.aligned; variable 126 *aligned = *misaligned; in main() 132 : "=m"(misaligned), "=m"(*aligned) in main() 140 : "=m"(misaligned), "=m"(*aligned) in main() 148 : "=m"(misaligned), "=m"(*aligned) in main() 156 : "=m"(misaligned), "=m"(*aligned) in main() 189 block_copy(aligned, data.misaligned, sizeof(DATA_TYPE)); in main() 192 if (*aligned != value) in main()
|
| /trueos/contrib/gcc/ |
| HD | crtstuff.c | 181 __attribute__ ((__used__, aligned(sizeof(func_ptr)))) 185 __attribute__ ((__used__, section(".ctors"), aligned(sizeof(func_ptr)))) 194 __attribute__ ((used, aligned(sizeof(func_ptr)))) 198 __attribute__((used, section(".dtors"), aligned(sizeof(func_ptr)))) 206 __attribute__((used, section(EH_FRAME_SECTION_NAME), aligned(4))) 214 __attribute__ ((used, section(JCR_SECTION_NAME), aligned(sizeof(void*)))) 462 __attribute__((used, aligned(sizeof(func_ptr)))) 466 __attribute__((used, section(".ctors"), aligned(sizeof(func_ptr)))) 475 __attribute__ ((used, aligned(sizeof(func_ptr)))) 479 __attribute__((used, section(".dtors"), aligned(sizeof(func_ptr)))) [all …]
|
| HD | unwind-dw2-fde.h | 146 } __attribute__ ((packed, aligned (__alignof__ (void *)))); 154 } __attribute__ ((packed, aligned (__alignof__ (void *))));
|
| /trueos/include/apple/sys/ |
| HD | kern_control.h | 180 u_int64_t kcs_reg_total __attribute__((aligned(8))); 181 u_int64_t kcs_reg_count __attribute__((aligned(8))); 182 u_int64_t kcs_pcbcount __attribute__((aligned(8))); 183 u_int64_t kcs_gencnt __attribute__((aligned(8))); 184 u_int64_t kcs_connections __attribute__((aligned(8))); 185 u_int64_t kcs_conn_fail __attribute__((aligned(8))); 186 u_int64_t kcs_send_fail __attribute__((aligned(8))); 187 u_int64_t kcs_send_list_fail __attribute__((aligned(8))); 188 u_int64_t kcs_enqueue_fail __attribute__((aligned(8))); 189 u_int64_t kcs_enqueue_fullsock __attribute__((aligned(8)));
|
| /trueos/contrib/llvm/lib/Target/Mips/ |
| HD | MipsCallingConv.td | 66 // All stack parameter slots become 64-bit doublewords and are 8-byte aligned. 82 // All stack parameter slots become 64-bit doublewords and are 8-byte aligned. 130 // size and 4-byte aligned. 134 // size and 8-byte aligned. 165 // Stack parameter slots for f64 are 64-bit doublewords and 8-byte aligned. 182 // 8-byte aligned. 202 // Stack parameter slots for i32 and f32 are 32-bit words and 4-byte aligned.
|
| /trueos/contrib/ofed/libmthca/src/ |
| HD | doorbell.h | 41 uint8_t xmmsave[8] __attribute__((aligned(8))); in mthca_write64() 56 uint8_t xmmsave[8] __attribute__((aligned(8))); in mthca_write_db_rec()
|
| /trueos/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonCallingConv.td | 23 // Alternatively, they are assigned to the stack in 4-byte aligned units. 33 // Alternatively, they are assigned to the stack in 4-byte aligned units.
|
| /trueos/sys/dev/drm2/radeon/ |
| HD | radeon_fb.c | 70 int aligned = width; in radeon_align_pitch() local 87 aligned += pitch_mask; in radeon_align_pitch() 88 aligned &= ~pitch_mask; in radeon_align_pitch() 89 return aligned; in radeon_align_pitch()
|
| /trueos/contrib/gcc/config/mips/ |
| HD | 4130.md | 4 ;; The processor issues each 8-byte aligned pair of instructions together, 7 ;; first one is 8-byte aligned. 12 ;; issue rate depending on whether an instruction is at an aligned or 22 ;; each pair is suitably aligned, inserting nops if necessary. Doing
|
| /trueos/contrib/llvm/lib/Target/X86/ |
| HD | X86CallingConv.td | 260 // 8-byte aligned if there are no more registers to hold them. 267 // Vectors get 16-byte stack slots that are 16-byte aligned. 270 // 256-bit vectors get 32-byte stack slots that are 32-byte aligned. 274 // 512-bit vectors get 64-byte stack slots that are 64-byte aligned. 322 // 8-byte aligned if there are no more registers to hold them. 352 // 8-byte aligned if there are no more registers to hold them. 361 // and 8-byte aligned. 398 // size and 4-byte aligned. 401 // Doubles get 8-byte slots that are 4-byte aligned. 416 // Other SSE vectors get 16-byte stack slots that are 16-byte aligned. [all …]
|
| /trueos/contrib/llvm/patches/ |
| HD | patch-r262262-clang-r199399-sparc.diff | 31 + // aligned. The SPARCv9 SCD 2.4.1 says 16-byte aligned.
|
| /trueos/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcCallingConv.td | 26 // Alternatively, they are assigned to the stack in 4-byte aligned units. 44 // 64 bits by the caller. Floats are right-aligned in their 8-byte slot, the 55 // Structs up to 16 bytes in size are passed by value. They are right-aligned 99 // - Assign all arguments to 64-bit aligned stack slots, 32-bits for inreg.
|
| /trueos/contrib/binutils/gas/doc/ |
| HD | c-sparc.texi | 18 * Sparc-Aligned-Data:: Option to enforce aligned data 92 @section Enforcing aligned data 101 @kindex --enforce-aligned-data 102 You can use the @code{--enforce-aligned-data} option to make SPARC GAS 106 The @code{--enforce-aligned-data} option is not the default because gcc
|
| /trueos/contrib/gcc/config/i386/ |
| HD | i386.opt | 64 Function starts are aligned to this power of 2 68 Jump targets are aligned to this power of 2 72 Loop code aligned to this power of 2 166 Attempt to keep stack aligned to this power of 2
|
| HD | crtfastmath.c | 99 } __attribute__ ((aligned (16))) fxsave; in set_fast_math()
|
| /trueos/lib/libc/mips/string/ |
| HD | bcmp.S | 92 lbu v0, 0(a0) # compare bytes until a1 word aligned 104 LWHI v0, 0(a0) # compare words a0 unaligned, a1 aligned
|
| /trueos/sys/mips/mips/ |
| HD | support.S | 525 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
|
| /trueos/lib/csu/common/ |
| HD | crtbrand.c | 60 } abitag __attribute__ ((section (NOTE_SECTION), aligned(4))) __used = {
|
| /trueos/contrib/libstdc++/config/cpu/hppa/ |
| D | atomicity.h | 43 _Atomicity_lock<_Inst>::_S_atomicity_lock __attribute__ ((aligned (16))) = 1;
|
| /trueos/contrib/gcc/config/ |
| HD | host-darwin.c | 29 static char pch_address_space[1024*1024*1024] __attribute__((aligned (4096)));
|
| /trueos/crypto/openssl/crypto/bn/asm/ |
| HD | pa-risc2.s | 134 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 as well)
|