Searched refs:align (Results 351 - 375 of 540) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincos.S34 .align 64
185 .align 16
450 .align 16
780 .align 16
816 .align 16
841 .align 16
880 .align 16
919 .align 16
H A D__vcos.S34 .align 64
301 .align 32
510 .align 32
625 .align 32
746 .align 32
845 .align 32
973 .align 32
1073 .align 32
1179 .align 32
1264 .align 3
[all...]
H A D__vpowf.S34 .align 64
1111 .align 16
1599 .align 16
1832 .align 16
1848 .align 16
1864 .align 16
1881 .align 16
1898 .align 16
1916 .align 16
1934 .align 1
[all...]
H A D__vlog.S34 .align 32
245 .align 16
500 .align 16
510 .align 16
521 .align 16
571 .align 16
621 .align 16
H A D__vrhypot.S34 .align 64
974 .align 16
2092 .align 16
2138 .align 16
2211 .align 16
2231 .align 16
2253 .align 16
2281 .align 16
2307 .align 16
2330 .align 1
[all...]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s63 .align 32
76 cmp %o4, 3 ! only one byte needed to align?
H A Dascii_strcasecmp.s125 .align 32
224 nop ! pad to align loop to 16-byte boundary
225 nop ! pad to align loop to 16-byte boundary
/illumos-gate/usr/src/uts/common/os/
H A Dbp_map.c69 bp_init(size_t align, uint_t devload_flags) argument
71 bp_align = MAX(align, PAGESIZE);
/illumos-gate/usr/src/lib/libast/common/
H A Dllib-last34 #include <align.h>
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.h105 #define SET_DMAALIGN(p, align) \
106 (p)->dma_attr_align = (align);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s203 .align 64 ;\
347 .align 16
834 .align 16
840 .align 16
850 .align 16
856 .align 16
866 .align 16
877 .align 16
917 .align 64
H A Dcheetah_copy.s151 * move a byte if needed to align src on halfword
223 * dst do not align to allow simple ldx,stx operation), the FP
316 * align src and dst. We try to minimize special case tests in
339 * Instruction alignment is forced by used of .align 16 directives
344 * If instructions are inserted or removed between the .align
532 * | align to VIS_BLOCKSIZE bytes. So |
628 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\
637 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\
646 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\
655 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\
[all...]
H A Dopl_olympus_copy.s147 * move a byte if needed to align src on halfword
219 * dst do not align to allow simple ldx,stx operation), the FP
311 * align src and dst. We try to minimize special case tests in
330 * Instruction alignment is forced by used of .align 16 directives
335 * If instructions are inserted or removed between the .align
500 * | align to VIS_BLOCKSIZE bytes. So |
593 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\
602 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\
611 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\
620 and tmp1, -VIS_BLOCKSIZE, tmp1 /* block align */ ;\
[all...]
H A Dus3_common_asm.s466 .align 8
598 .align 4
882 .align 128
890 .align 128
973 .align 128
1027 .align 128
1317 .align 64
1619 .align 128
1756 .align 64
2444 .align
[all...]
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c419 size_t align = 0; local
433 align = MAX(align, am);
439 align = MAX(align, am);
443 return (align);
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmdebug.c696 static Void_t* dbalign(Vmalloc_t* vm, size_t size, size_t align) argument
698 static Void_t* dbalign(vm, size, align)
701 size_t align;
715 if(size <= 0 || align <= 0)
729 if(!(data = (Vmuchar_t*)KPVALIGN(vm,s,align,(*(Vmbest->alignf)))) )
737 (*_Vmtrace)(vm,NIL(Vmuchar_t*),data,size,align);
H A Dvmprofile.c691 static Void_t* pfalign(Vmalloc_t* vm, size_t size, size_t align) argument
693 static Void_t* pfalign(vm, size, align)
696 size_t align;
719 if(!(data = KPVALIGN(vm,s,align,Vmbest->alignf)) )
726 (*_Vmtrace)(vm,NIL(Vmuchar_t*),(Vmuchar_t*)data,size,align);
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c822 * phase from an "align" boundary and there is space for a "redzone"-sized
830 size_t align, size_t redzone, size_t off)
835 ASSERT(align == 0 ? off == 0 : off < align);
836 ASSERT(ISP2(align));
837 ASSERT(align == 0 || align >= PAGESIZE);
902 if (align > 1) {
905 tlo = (uintptr_t)P2PHASEUP(tlo, align, off);
1151 uintptr_t align; local
829 valid_va_range_aligned(caddr_t *basep, size_t *lenp, size_t minlen, int dir, size_t align, size_t redzone, size_t off) argument
2578 int align, attempt = 0; local
2847 int align, sgllen; local
2979 int align; local
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s127 .align 16
207 .align 16
215 alignaddr %o1, %g0, %o5 ! align src
328 .align ICACHE_LINE_SIZE
377 .align 16
425 .align 16
540 .align 16
594 .align 16
625 ! Let x denote a byte already copied to align DST
642 alignaddr %o1, %g0, %o1 ! set GSR.ALIGN and align o
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s122 .align 16
231 .align 16
239 alignaddr %o1, %g0, %o5 ! align src
351 .align ICACHE_LINE_SIZE
398 .align 16
446 .align 16
557 .align 16
612 .align 16
642 ! Let x denote a byte already copied to align DST
659 alignaddr %o1, %g0, %o1 ! set GSR.ALIGN and align o
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s62 * If no then align source on word boundary then goto .ald
72 * Depending on the source offset (last 4 bits of source address) align
114 * align dst on 64 byte boundary; use 8-way test for each of 8 possible
130 * align dst on 64 byte boundary; use 8-way test for each of 8 possible
183 * This define is to align data for the unaligned source cases.
226 bz,a,pn %ncc, .dbbck ! if dst is not 8 byte aligned: align it
249 sub %o5, %o0, %o5 ! align the src at 8 bytes.
256 or %o1, %o3, %o3 ! align data
338 ! align dst to 64 byte boundary
788 .s1algn:ldub [%o1], %o3 ! move 1 or 3 bytes to align i
[all...]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s59 .align 32
256 nop ! align loop on 16-byte
309 nop ! align next loop to 16-byte boundary
310 nop ! align next loop to 16-byte boundary
344 nop ! align loop to 16-byte boundary
H A Dascii_strcasecmp.s125 .align 32
224 nop ! pad to align loop to 16-byte boundary
225 nop ! pad to align loop to 16-byte boundary
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyms.c484 Dbg_syms_copy_reloc(Ofl_desc *ofl, Sym_desc *sdp, Word align) argument
506 if (align) {
508 Dbg_demangle_name(sdp->sd_name), EC_WORD(align));
/illumos-gate/usr/src/tools/ctf/cvt/
H A Doutput.c650 size_t align = gelf_fsize(dst, ELF_T_ADDR, 1, EV_CURRENT); local
651 size_t r = new_offset % align;
654 new_offset += align - r;

Completed in 146 milliseconds

<<11121314151617181920>>