Searched refs:taken (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c674 uint_t c, v, z, n, taken; local
687 taken = 0; break;
689 taken = z; break;
691 taken = z | (n ^ v); break;
693 taken = n ^ v; break;
695 taken = c | z; break;
697 taken = c; break;
699 taken = n; break;
701 taken = v; break;
708 taken
745 uint_t taken; local
819 uint_t taken; local
[all...]
H A Ddtrace_isa.c144 int delay = 0, branches = 0, taken = 0; local
155 * end of the function that is effectively always taken). So
245 taken == j)
248 taken = j;
H A Ddtrace_asm.s229 ! interrupt inducing the spill may have been taken before the
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_base_sup.c67 int extras, taken, id, ids; local
77 taken = 4 - extras;
78 if (taken > nzin)
79 taken = nzin;
81 taken = 0;
83 *pnzout = nzin - taken;
88 pd->blength = (ndigs + taken + 3) / 4;
90 ids = (ndigs + taken) - 4 * pd->blength;
100 for (; ids < (int) (ndigs + taken - 4); ids += 4) { /* Additional digits to
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c1140 uint_t taken; local
1144 taken = (rp->r_ps & FASTTRAP_EFLAGS_OF) != 0;
1147 taken = (rp->r_ps & FASTTRAP_EFLAGS_OF) == 0;
1150 taken = (rp->r_ps & FASTTRAP_EFLAGS_CF) != 0;
1153 taken = (rp->r_ps & FASTTRAP_EFLAGS_CF) == 0;
1156 taken = (rp->r_ps & FASTTRAP_EFLAGS_ZF) != 0;
1159 taken = (rp->r_ps & FASTTRAP_EFLAGS_ZF) == 0;
1162 taken = (rp->r_ps & FASTTRAP_EFLAGS_CF) != 0 ||
1166 taken = (rp->r_ps & FASTTRAP_EFLAGS_CF) == 0 &&
1170 taken
1211 uint_t taken; local
[all...]
/illumos-gate/usr/src/cmd/svc/configd/
H A Drestore_repository.sh172 The backups are named based on their type and the time what they were taken.
264 After confirmation, the following steps will be taken:
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincos.S845 ! delay slot, harmless if branch taken
849 ! delay slot, squashed if branch not taken
869 ! delay slot, harmless if branch taken
884 ! delay slot, harmless if branch taken
888 ! delay slot, squashed if branch not taken
908 ! delay slot, harmless if branch taken
923 ! delay slot, harmless if branch taken
927 ! delay slot, squashed if branch not taken
947 ! delay slot, harmless if branch taken
H A D__vsin.S1308 ! delay slot, annulled if branch not taken
1315 ! delay slot, harmless if branch taken
1328 ! delay slot, annulled if branch not taken
1335 ! delay slot, harmless if branch taken
1348 ! delay slot, annulled if branch not taken
2898 ! delay slot, harmless if branch taken
2912 ! delay slot, harmless if branch taken
2926 ! delay slot, harmless if branch taken
2942 ! delay slot, annulled if branch not taken
2950 ! delay slot, harmless if branch taken
[all...]
H A D__vsincosf.S747 ! delay slot, squashed if branch not taken
788 ! delay slot, squashed if branch not taken
829 ! delay slot, squashed if branch not taken
870 ! delay slot, squashed if branch not taken
H A D__vcos.S1379 ! delay slot, annulled if branch not taken
1386 ! delay slot, harmless if branch taken
1399 ! delay slot, annulled if branch not taken
1406 ! delay slot, harmless if branch taken
1419 ! delay slot, annulled if branch not taken
2974 ! delay slot, harmless if branch taken
2988 ! delay slot, harmless if branch taken
3002 ! delay slot, harmless if branch taken
3018 ! delay slot, annulled if branch not taken
3026 ! delay slot, harmless if branch taken
[all...]
H A D__vexp.S1116 ! delay slot, annulled if branch not taken
1126 ! delay slot, annulled if branch not taken
1174 ! delay slot, annulled if branch not taken
1184 ! delay slot, annulled if branch not taken
1232 ! delay slot, annulled if branch not taken
1242 ! delay slot, annulled if branch not taken
H A D__vcos_ultra3.S3290 ! delay slot, harmless if branch taken
3294 ! delay slot, squashed if branch not taken
3310 ! delay slot, harmless if branch taken
3324 ! delay slot, harmless if branch taken
3328 ! delay slot, squashed if branch not taken
3344 ! delay slot, harmless if branch taken
3358 ! delay slot, harmless if branch taken
3362 ! delay slot, squashed if branch not taken
3378 ! delay slot, harmless if branch taken
3392 ! delay slot, harmless if branch taken
[all...]
H A D__vsin_ultra3.S3301 ! delay slot, harmless if branch taken
3305 ! delay slot, squashed if branch not taken
3320 ! delay slot, harmless if branch taken
3334 ! delay slot, harmless if branch taken
3338 ! delay slot, squashed if branch not taken
3353 ! delay slot, harmless if branch taken
3367 ! delay slot, harmless if branch taken
3371 ! delay slot, squashed if branch not taken
3386 ! delay slot, harmless if branch taken
3400 ! delay slot, harmless if branch taken
[all...]
H A D__vcosf.S1959 ! delay slot, squashed if branch not taken
1996 ! delay slot, squashed if branch not taken
2033 ! delay slot, squashed if branch not taken
2070 ! delay slot, squashed if branch not taken
H A D__vsinf.S1951 ! delay slot, squashed if branch not taken
1988 ! delay slot, squashed if branch not taken
2025 ! delay slot, squashed if branch not taken
2062 ! delay slot, squashed if branch not taken
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc2848 (void) printf(gettext("`%s': no action was taken.\n"),
2925 (void) printf(gettext("`%s': no action was taken.\n"),
2988 (void) printf(gettext("`%s': no action was taken.\n"),
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Dumultiply.s69 ! taken, %o4, N and V have been cleared
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dlocore.s1169 * If we've taken a GPF, we don't (unfortunately) have the address that
1274 * If we've taken a GPF, we don't (unfortunately) have the address that
1774 / have to be taken to successively refine a guess at the speed of the cpu
1777 / taken to prevent the PIT counter from wrapping beyond its resolution and for
1977 / have to be taken to successively refine a guess at the speed of the cpu
1980 / taken to prevent the PIT counter from wrapping beyond its resolution and for
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s324 be,a %ncc, 1f ! branch taken if src is 64-byte aligned
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh448 domain would not be taken care for transitioning to LDAP.
1906 echo "Select the action to be taken in case of LDAP retrieval error :"
1955 echo "Select the action to be taken in case of LDAP store error :"
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.s3132 ! NOTE: Care must be taken to avoid an ITLB miss in this routine.
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex296 % the headline as they should be, not taken literally (outputting ''code).
5889 % 1) NAME-title - the current sectioning name taken from \thissection,

Completed in 179 milliseconds