Home
last modified time | relevance | path

Searched refs:lusr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dv9instr.c237 uint64_t lusr; in fmovcc_fcc() local
248 _fp_unpack_extword(pfpsd, &lusr, nrs2); in fmovcc_fcc()
251 _fp_pack_extword(pfpsd, &lusr, nrd); in fmovcc_fcc()
254 _fp_pack_extword(pfpsd, &lusr, nrd+2); in fmovcc_fcc()
350 uint64_t lusr; in fmovcc_icc() local
361 _fp_unpack_extword(pfpsd, &lusr, nrs2); in fmovcc_icc()
364 _fp_pack_extword(pfpsd, &lusr, nrd); in fmovcc_icc()
367 _fp_pack_extword(pfpsd, &lusr, nrd+2); in fmovcc_icc()
451 uint64_t lusr; in fmovr() local
459 _fp_unpack_extword(pfpsd, &lusr, nrs2); in fmovr()
[all …]
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c180 uint64_t lusr; in _fp_fpu_simulator() local
294 _fp_unpack_extword(pfpsd, &lusr, nrs2); in _fp_fpu_simulator()
295 _fp_pack_extword(pfpsd, &lusr, nrd); in _fp_fpu_simulator()
297 _fp_unpack_extword(pfpsd, &lusr, in _fp_fpu_simulator()
314 lusr &= 0x7fffffffffffffff; in _fp_fpu_simulator()
315 _fp_pack_extword(pfpsd, &lusr, nrd); in _fp_fpu_simulator()
317 _fp_unpack_extword(pfpsd, &lusr, in _fp_fpu_simulator()
334 lusr ^= 0x8000000000000000; in _fp_fpu_simulator()
335 _fp_pack_extword(pfpsd, &lusr, nrd); in _fp_fpu_simulator()
337 _fp_unpack_extword(pfpsd, &lusr, in _fp_fpu_simulator()
[all …]
/illumos-gate/usr/src/uts/sun4/os/
H A Dvisinstr.c184 lusr = 0; in vis_fpu_simulator()
194 lusr = ~(lus1 | lus2); in vis_fpu_simulator()
206 lusr = (lus1 & ~lus2); in vis_fpu_simulator()
217 lusr = ~lus2; in vis_fpu_simulator()
228 lusr = (~lus1 & lus2); in vis_fpu_simulator()
239 lusr = ~lus1; in vis_fpu_simulator()
250 lusr = (lus1 ^ lus2); in vis_fpu_simulator()
262 lusr = ~(lus1 & lus2); in vis_fpu_simulator()
274 lusr = (lus1 & lus2); in vis_fpu_simulator()
286 lusr = ~(lus1 ^ lus2); in vis_fpu_simulator()
[all …]