Searched refs:or (Results 201 - 225 of 359) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s9 * or http://www.opensolaris.org/os/licensing.
23 * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
190 or data1, tmp, data1 ;\
193 or data2, tmp, data2
200 or data1, tmp, data1
256 or %o1, %o3, %o3 ! align data
320 ! check if we are copying MED_MAX or more bytes
778 or %o0, %o1, %o4 ! prepare alignment check
788 .s1algn:ldub [%o1], %o3 ! move 1 or 3 bytes to align it
825 or
[all...]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncmp.s9 * or http://www.opensolaris.org/os/licensing.
86 cmp %i3, 1 ! check if aligned to 1 or 3 bytes
104 or %l4, %i5, %i5
139 or %i5, %l4, %i5
154 or %l4, %i5, %i5
198 or %l4, %i5, %i5
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncmp.s9 * or http://www.opensolaris.org/os/licensing.
86 cmp %i3, 1 ! check if aligned to 1 or 3 bytes
104 or %l4, %i5, %i5
139 or %i5, %l4, %i5
154 or %l4, %i5, %i5
198 or %l4, %i5, %i5
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dpowl.s9 * or http://www.opensolaris.org/os/licensing.
307 / y cannot be 0 or NaN ; stack has y , x
315 / y cannot be 0 or NaN ; stack has y , x
324 / x = -inf & y != 0 or NaN return -inf (NO z flag)
341 / x = -inf & y not 0 or NaN return +inf (NO z flag)
391 / 0 otherwise. Assume y is not zero. Do not raise inexact or modify
H A Dexp10l.s9 * or http://www.opensolaris.org/os/licensing.
44 .general_case: / Here, |x| > log10(2) or x is NaN
99 jne .NaN_or_pinf / if not, x is NaN or unsupp.
110 / Here, x = NaN or +inf, so load x and return immediately.
H A Dexpl.s9 * or http://www.opensolaris.org/os/licensing.
45 .general_case: / Here, |x| >= 1 or x is NaN
119 / Here, x = NaN or +inf, so load x and return immediately.
H A Dexpm1l.s9 * or http://www.opensolaris.org/os/licensing.
46 .general_case: / Here, |x| > ln(2) or x is NaN
119 / Here, x = NaN or +inf, so load x and return immediately.
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s9 * or http://www.opensolaris.org/os/licensing.
22 * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
67 ! Grab the first or list head intr_vec_t off the intr_head[pil]
131 stn %g0, [%g7] ! clear iv->iv_pil_next or
140 ! job queue for intr_thread or current_thread
155 or %g1, %lo(intr_thread), %g1
159 or %g1, %lo(current_thread), %g1
187 * SERVE_INTR is called immediately after either SERVE_INTR_PRE or
287 or os2, os3, os2; \
318 or os
[all...]
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun146 self.outputdir = outputdir or 'BASEDIR'
148 self.user = user or ''
161 Kill a running command due to timeout, or ^C from the keyboard. If
186 if not user or user is me:
214 Determine whether or not the command requires sudo, and modify it
278 # This means passing tests need to be logged as DEBUG, or the one
314 self.pre = pre or ''
315 self.pre_user = pre_user or ''
316 self.post = post or ''
317 self.post_user = post_user or ''
[all...]
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s9 * or http://www.opensolaris.org/os/licensing.
114 * Trap will then either panic or send the user a signal.
293 * or label 2: for 64b frames; which implies the handler order is: 32b,
707 * whether %sp is even or odd, to a 32-bit address space.
727 * whether %sp is even or odd, from a 32-bit address space.
882 or %g0, P_UTRAP4, %g2 ;\
883 or %g0, T_UNIMP_INSTR, %g3 ;\
894 or %g0, P_UTRAP10, %g2 ;\
895 or %g0, T_TAG_OVERFLOW, %g3 ;\
906 or
[all...]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s10 * or http://www.opensolaris.org/os/licensing.
126 * or trap) and within the interrupt/trap handling we use
128 * - another (higher level) interrupt or trap handler uses bcopy
131 * userland or in kernel copy) and the tl0 component of the handling
168 * Less then or equal this number of bytes we will always copy byte-for-byte
478 * Copy a block of storage, returning an error code if `from' or
512 * We got here because of a fault during kcopy or bcopy if a fault
569 or %l1, KPREEMPT_FLAG, %l1 ! If so, set the flag
651 or %l6, BCOPY_FLAG, %l6
654 or
[all...]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincos.S9 * or http://www.opensolaris.org/os/licensing.
168 or %o3,%lo(0x3fe921fb),%o3
170 or %o5,%lo(0x4099251e),%o5
195 bl,pn %icc,.range0 ! hx < 0x3e400000 or hx > 0x4099251e
221 bl,pn %icc,.range1 ! hx < 0x3e400000 or hx > 0x4099251e
246 bl,pn %icc,.range2 ! hx < 0x3e400000 or hx > 0x4099251e
265 or %l0,%l1,%l0
529 or %i5,%o4,%i5
542 or %g5,%o4,%g5
555 or
[all...]
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dmpcore.s9 * or http://www.opensolaris.org/os/licensing.
22 * Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
453 D16 or %ecx, %eax
463 D16 or $(CR0_PG|CR0_PE|CR0_WP|CR0_AM), %eax
500 or $(CR0_MP|CR0_NE), %edx
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s6 # Redistribution and use in source and binary forms, with or without
13 # documentation and/or other materials provided with the distribution.
15 # may be used to endorse or promote products derived from this software
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c9 * or http://www.opensolaris.org/os/licensing.
68 * or have a few minor differences (which are described in the 'flags' field
93 #error One of _BIT_FIELDS_LTOH or _BIT_FIELDS_HTOL must be defined
111 #error One of _BIT_FIELDS_LTOH or _BIT_FIELDS_HTOL must be defined
131 #error One of _BIT_FIELDS_LTOH or _BIT_FIELDS_HTOL must be defined
155 #error One of _BIT_FIELDS_LTOH or _BIT_FIELDS_HTOL must be defined
181 #error One of _BIT_FIELDS_LTOH or _BIT_FIELDS_HTOL must be defined
205 #error One of _BIT_FIELDS_LTOH or _BIT_FIELDS_HTOL must be defined
227 #error One of _BIT_FIELDS_LTOH or _BIT_FIELDS_HTOL must be defined
253 #error One of _BIT_FIELDS_LTOH or _BIT_FIELDS_HTO
[all...]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex12 % This texinfo.tex file is free software; you can redistribute it and/or
14 % published by the Free Software Foundation; either version 2, or (at
19 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
103 % If this character appears in an error message or help string, it
220 % For a thicker or thinner bar, change the `1pt'.
378 % offset so that the space between them is truly \outerhsize or \outervsize
413 % Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space.
440 % either the null string, or i
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A Dsbrk.s10 ! or http://www.opensolaris.org/os/licensing.
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemchr.s9 * or http://www.opensolaris.org/os/licensing.
32 / or NULL if not found in chars; doesn't stop at \0.
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemchr.s9 * or http://www.opensolaris.org/os/licensing.
32 / or NULL if not found in chars; doesn't stop at \0.
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist10 * or http://www.opensolaris.org/os/licensing.
37 * Your code should only use perror() or strerror().
41 2 No such file or directory
45 6 No such device or address
/illumos-gate/usr/src/lib/libc/sparc/inc/
H A DSYS.h9 * or http://www.opensolaris.org/os/licensing.
52 8: or %r, %lo(_GLOBAL_OFFSET_TABLE_ - (9b - .)), %r; \
147 * system calls in case of EINTR or ERESTART.
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Ddoor.s9 * or http://www.opensolaris.org/os/licensing.
126 * the error code is EINTR (or ERESTART) and this lwp is still part
143 or %g5, %lo(door_create_pid), %g5
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.s9 * or http://www.opensolaris.org/os/licensing.
23 * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
33 ! thr_create() or pthread_create() returns (see setup_context()).
/illumos-gate/usr/src/lib/libc/sparcv9/inc/
H A DSYS.h9 * or http://www.opensolaris.org/os/licensing.
52 8: or %r, %lo(_GLOBAL_OFFSET_TABLE_ - (9b - .)), %r; \
138 * system calls in case of EINTR or ERESTART.
/illumos-gate/usr/src/cmd/cdrw/
H A Dmmc.h9 * or http://www.opensolaris.org/os/licensing.
114 #error One of _BIT_FIELDS_LTOH or _BIT_FIELDS_HTOL must be defined

Completed in 169 milliseconds

1234567891011>>