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

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dfinitef.s35 notl %eax / not(bexp) = 0 iff bexp = all 1's
36 andl $0x7f800000,%eax / ZF <-- 1 iff not(bexp) = 0
H A Dieee_funcl.s34 movl 12(%esp),%eax / ax <-- sign and bexp of x
56 / & 0 < bexp(x) < 0x7fff)
61 movl 12(%esp),%eax / ax <-- sign and bexp of x
62 notl %eax / ax[0..14] <-- not(bexp(x))
63 andl $0x00007fff,%eax / eax <-- zero_xtnd(not(bexp(x)))
64 jz .L8 / jump iff bexp(x) = 0x7fff or 0
74 / TRUE iff (bexp(x) = 0 &
85 testl $0x00007fff,12(%esp) / set ZF iff bexp(x) = 0
86 jnz .not_subnorm / jump iff bexp(x) /= 0
95 movl 12(%esp),%eax / ax <-- sign and bexp o
[all...]
H A Dcopysignl.s35 movl 12(%esp),%eax / sign and bexp of x
36 movl 24(%esp),%ecx / sign and bexp of y
37 andl $0x00007fff,%eax / eax <-- bexp(x)
39 orl %ecx,%eax / eax <-- bexp(x) with sign(y)
47 movl %eax,8(%esp) / copy sign&bexp(result)
H A Dfinitel.s34 movl 12(%esp),%eax / %ax <-- sign&bexp(x)
37 notl %eax / not(bexp) = 0 iff bexp = all 1's
38 andl $0x00007fff,%eax / ZF <-- 1 iff not(bexp) = 0
45 andl $0x00007fff,%eax / ZF <-- 1 iff bexp = 0 iff denormal or 0
H A Dexp2l.s35 movl 12(%esp),%ecx / cx <--sign&bexp(x)
36 andl $0x00007fff,%ecx / ecx <-- zero_xtnd(bexp(x))
40 cmpl $0x00007fff,%ecx / bexp(|x|) = bexp(INF)?
89 movl 12(%esp),%eax / ax <-- sign&bexp((x))
H A Dexpm1l.s40 movl 12(%esp),%ecx / cx <--sign&bexp(x)
41 movl %ecx,%eax / ax <--sign&bexp(x)
42 andl $0x00007fff,%ecx / ecx <-- zero_xtnd(bexp(x))
46 cmpl $0x00007fff,%ecx / bexp(|x|) = bexp(INF)?
48 andl $0x0000ffff,%eax / eax <-- sign&bexp(x)
109 movl 12(%esp),%eax / ax <-- sign&bexp((x))
H A Dilogbf.s41 testl $0x7f800000,%eax / is bexp(x) 0?
45 cmpl $0x7f800000,%eax / is bexp(x) 0xff?
47 shrl $23,%eax / eax <-- zero_xtnd(bexp(x))
83 andl (%esp),%eax / eax[23..30] <-- bexp(x*2**23),
85 shrl $23,%eax / eax <-- zero_xtnd(bexp(x*2**23))
H A Dilogb.s42 testl $0x7ff00000,%eax / is bexp(x) 0?
45 cmpl $0x7ff00000,%eax / is bexp(x) 0x7ff?
47 shrl $20,%eax / eax <-- bexp(x)
H A Dilogbl.s40 movl 12(%esp),%eax / eax <-- sign and bexp of x
41 andl $0x00007fff,%eax / eax <-- bexp(x)
81 andl 8(%esp),%eax / eax <-- sign and bexp of x*2**63
H A Dexp10l.s39 movl 12(%esp),%ecx / cx <--sign&bexp(x)
40 andl $0x00007fff,%ecx / ecx <-- zero_xtnd(bexp(x))
44 cmpl $0x00007fff,%ecx / bexp(|x|) = bexp(INF)?
102 movl 12(%esp),%eax / ax <-- sign&bexp((x))
H A Dexpl.s40 movl 12(%esp),%ecx / cx <--sign&bexp(x)
41 andl $0x7fff,%ecx / ecx <-- zero_xtnd(bexp(x))
45 cmpl $0x00007fff,%ecx / bexp(|x|) = bexp(INF)?
111 movl 12(%esp),%eax / ax <-- sign&bexp((x))
H A Dremquo.s57 movl 8(%esp),%edx / sign and bexp of x
58 movl 16(%esp),%ecx / sign and bexp of y
H A Dremquof.s57 movl 4(%esp),%edx / sign and bexp of x
58 movl 8(%esp),%ecx / sign and bexp of y
H A Dremquol.s57 movl 12(%esp),%edx / sign and bexp of x
58 movl 24(%esp),%ecx / sign and bexp of y
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dieee_funcl.s34 movl 16(%rsp),%eax / ax <-- sign and bexp of x
56 / & 0 < bexp(x) < 0x7fff)
61 movl 16(%rsp),%eax / ax <-- sign and bexp of x
62 notl %eax / ax[0..14] <-- not(bexp(x))
63 andq $0x7fff,%rax / eax <-- zero_xtnd(not(bexp(x)))
64 jz .L8 / jump iff bexp(x) = 0x7fff or 0
74 / TRUE iff (bexp(x) = 0 &
84 testl $0x7fff,16(%rsp) / set ZF iff bexp(x) = 0
85 jnz .not_subnorm / jump iff bexp(x) /= 0
94 movl 16(%rsp),%eax / ax <-- sign and bexp o
[all...]
H A Dexpm1l.s40 movl 16(%rsp),%ecx / cx <--sign&bexp(x)
41 movl %ecx,%eax / ax <--sign&bexp(x)
42 andl $0x7fff,%ecx / ecx <-- zero_xtnd(bexp(x))
47 cmpl $0x7fff,%ecx / bexp(|x|) = bexp(INF)?
49 andl $0xffff,%eax / eax <-- sign&bexp(x)
110 movl 16(%rsp),%eax / ax <-- sign&bexp((x))
H A Dexp2l.s35 movl 16(%rsp),%ecx / cx <--sign&bexp(x)
36 andl $0x7fff,%ecx / ecx <-- zero_xtnd(bexp(x))
41 cmpl $0x7fff,%ecx / bexp(|x|) = bexp(INF)?
88 movl 16(%rsp),%eax / ax <-- sign&bexp((x))
H A Dremquol.s56 movl 16(%rsp),%edx / sign and bexp of x
57 movl 32(%rsp),%ecx / sign and bexp of y
H A Dilogbl.s40 movq 16(%rsp),%rax / eax <-- sign and bexp of x
41 andq $0x7fff,%rax / eax <-- bexp(x)
81 andq 8(%rsp),%rax / eax <-- sign and bexp of x*2**63
H A Dexp10l.s39 movl 16(%rsp),%ecx / cx <--sign&bexp(x)
40 andl $0x7fff,%ecx / ecx <-- zero_xtnd(bexp(x))
45 cmpl $0x7fff,%ecx / bexp(|x|) = bexp(INF)?
103 movl 16(%rsp),%eax / ax <-- sign&bexp((x))
H A Dexpl.s40 movl 16(%rsp),%ecx / cx <--sign&bexp(x)
41 andl $0x7fff,%ecx / ecx <-- zero_xtnd(bexp(x))
46 cmpl $0x7fff,%ecx / bexp(|x|) = bexp(INF)?
112 movl 16(%rsp),%eax / ax <-- sign&bexp((x))
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c849 uint8_t *p, *q, *pxy, *qxy, *xd, *yd, tmp, a, b, aexp, bexp; local
913 bexp = vdev_raidz_log2[vdev_raidz_exp2(b, tmp)];
917 vdev_raidz_exp2(*q ^ *qxy, bexp);

Completed in 71 milliseconds