Searched refs:jump (Results 1 - 25 of 41) sorted by relevance

12

/illumos-gate/usr/src/lib/libm/i386/src/
H A Disnanl.s37 jz .not_nan / jump if exp is all 0
39 jz .nan_or_inf / jump if exp is all 1
41 jz .got_nan / jump if leading bit is 0
47 jnz .got_nan / jump if not equal to 0x80000000
49 jnz .got_nan / jump if not equal to 0
H A Dfinitel.s39 jz .done / no jump if arg. is finite
46 jnz .unsupported / jump if arg has unsupported format
H A Disnanf.s41 jae .nan_or_inf / no jump iff arg. is finite
45 jnz .got_nan / no jump if arg. infinite;
H A Disnan.s47 jae .nan_or_inf / no jump if arg. is finite
51 ja .got_nan / no jump if arg. may be infinite;
56 jnz .got_nan / no jump if arg. is infinite;
H A Dilogbl.s42 jz .bexp_0 / jump iff x is 0 or subnormal
45 jz .ilogbl_not_finite / jump if unsupported format
58 jnz .ilogbl_subnorm / jump iff x is subnormal
H A Dieee_funcl.s60 jz .L8 / jump iff msb(sgnfcnd(x)) = 0
64 jz .L8 / jump iff bexp(x) = 0x7fff or 0
79 jz .may_be_subnorm / jump iff msb(sgnfcnd(x)) = 0
86 jnz .not_subnorm / jump iff bexp(x) /= 0
97 jz .may_be_zero / jump iff bexp(x) = 0
103 jnz .not_zero / jump iff hi_32(sgnfcnd(x)) /= 0
105 jnz .not_zero / jump iff lo_32(sgnfcnd(x)) /= 0
H A Dilogbf.s42 jz .bexp_0 / jump if x is 0 or subnormal
46 jae .bexp_all_1 / jump if x is NaN or Inf
H A Dilogb.s43 jz .bexp_0 / jump if x is 0 or subnormal
46 jae .bexp_all_1 / jump if x is NaN or Inf
H A Dnextafterl.s138 jz .Lcarry / jump if the content of %eax is 0
H A Dnexttowardl.s138 jz .Lcarry / jump if the content of %eax is 0
/illumos-gate/usr/src/lib/brand/shared/brand/sparc/
H A Drunexe.s41 * Prepare to jump to the target program we actually want to run.
75 jmp %o1 ! jump to the target processes entry point
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dilogbl.s42 jz .bexp_0 / jump iff x is 0 or subnormal
45 jz .ilogbl_not_finite / jump if unsupported format
58 jnz .ilogbl_subnorm / jump iff x is subnormal
H A Dieee_funcl.s60 jz .L8 / jump iff msb(sgnfcnd(x)) = 0
64 jz .L8 / jump iff bexp(x) = 0x7fff or 0
79 jz .may_be_subnorm / jump iff msb(sgnfcnd(x)) = 0
85 jnz .not_subnorm / jump iff bexp(x) /= 0
96 jz .may_be_zero / jump iff bexp(x) = 0
102 jnz .not_zero / jump iff hi_32(sgnfcnd(x)) /= 0
104 jnz .not_zero / jump iff lo_32(sgnfcnd(x)) /= 0
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_search.c87 int cmp, jump, ret, stack; local
152 jump = TYPE(h) == P_LBTREE ? P_INDX : O_INDX;
154 lim = NUM_ENT(h) / (db_indx_t)jump; lim != 0; lim >>= 1) {
155 indx = base + ((lim >> 1) * jump);
163 base = indx + jump;
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_ib.c154 hrtime_t prev, curr, interval, jump; local
167 jump = TICK_TO_NSEC(xc_tick_jump_limit);
172 * If we have a really large jump in hrtime, it is most
182 if (interval > jump)
241 hrtime_t prev, curr, interval, jump; local
254 jump = TICK_TO_NSEC(xc_tick_jump_limit);
258 * If we have a really large jump in hrtime, it is most
268 if (interval > jump)
502 hrtime_t prev, curr, interval, jump; local
521 jump
592 hrtime_t prev, curr, interval, jump; local
[all...]
H A Dpcmu_cb.c143 hrtime_t prev, curr, interval, jump; local
152 jump = TICK_TO_NSEC(xc_tick_jump_limit);
158 * If we have a really large jump in hrtime, it is most
168 if (interval > jump)
/illumos-gate/usr/src/cmd/logadm/
H A Derr.c83 int jump = 0; local
103 jump = 1;
143 if (jump)
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemcpy.s46 jbe .memcpy_post / jump if dst <= src
48 jbe .CopyLeft / jump if dst <= src + size - 1
H A Dmemset.s114 jnz .sse_nt_loop / jump if not done
127 cmpl $20, %ecx / compare and jump accordingly
140 jnz .sse_loop / jump if not done
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_a.out.s81 jmp %g1 ! jump to it
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dlinux.h39 uint16_t jump; /* Jump instruction */ member in struct:linux_kernel_header
/illumos-gate/usr/src/boot/lib/libstand/mips/
H A D_setjmp.S87 bne v0, 0xACEDBADE, botch # jump if error
/illumos-gate/usr/src/ucbcmd/sbcp/
H A Dsbcp.s60 ! entry point, and jump to it. We depend on the stack (argv, envp)
102 ! jump to the main program's entry point
156 jmp %l1 ! jump into branch table
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c236 int col, last, tail, jump, count; local
279 for (jump = -1; col < last; ) {
292 * address this row, jump equals -1, so that the cursor
295 * along the line and jump only when the cost of redrawing
296 * to column N is more expensive than a jump to column N.
298 if (jump < count) {
302 jump = JUMP_SIZE;
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s232 sethi %hi(lock_set_spin), %o2 ! load up for jump to C
395 sethi %hi(mutex_vector_enter), %o2 ! load up for jump to C
513 sethi %hi(rw_enter_sleep), %o2 ! load up jump
522 sethi %hi(rw_enter_sleep), %o2 ! load up jump
539 jmp %o2 + %lo(rw_enter_sleep) ! jump to rw_enter_sleep if not

Completed in 110 milliseconds

12