Home
last modified time | relevance | path

Searched refs:ibit (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dv9instr.c66 if (pinst.ibit) { in fldst()
77 if (pinst.ibit == 0) { /* effective address = rs1 + rs2 */ in fldst()
387 opf_cc = (enum cc_type) ((inst.ibit << 2) | (inst.opcode >> 4)); in fmovcc()
418 if (inst.ibit) /* ibit must be unused */ in fmovr()
569 if (pinst.ibit == 0) { /* copy the value in r[rs2] */ in movcc()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfma.c78 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit; in __fma() local
304 ibit = z0 & 0x100000; in __fma()
305 if (ibit) in __fma()
359 if (!ibit) { in __fma()
H A Dfmal.c97 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit; in __fmal() local
748 ibit = z0 & 0x10000; in __fmal()
749 if (ibit) in __fmal()
806 if (!ibit) { in __fmal()
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_mul.c90 int ibit, ex, ey, ez, sign; in _Qp_mul() local
357 ibit = 1; in _Qp_mul()
360 ibit = 0; in _Qp_mul()
443 if (!ibit) { in _Qp_mul()
H A D_Q_div.c108 int ibit, ex, ey, ez, sign; in _Qp_div() local
443 ibit = 1; in _Qp_div()
446 ibit = 0; in _Qp_div()
530 if (!ibit) { in _Qp_div()
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c134 uint_t ibit, expo; in fxsave_to_fnsave() local
147 ibit = fpp[3] >> 15; in fxsave_to_fnsave()
150 if (ibit && expo != 0 && expo != 0x7fff) in fxsave_to_fnsave()
/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h216 uint32_t ibit : 1; /* I format bit. */ member
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c275 if ((fp_notp) && (inst.ibit != 0)) in _fp_fpu_simulator()
/illumos-gate/usr/src/uts/sun4/os/
H A Dvisinstr.c1865 if (pinst.ibit == 0) { /* copy the value in r[rs2] */ in vis_wrgsr()