Searched refs:lusr (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sparc/v9/fpu/ |
H A D | v9instr.c | 237 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() 253 _fp_unpack_extword(pfpsd, &lusr, nrs2+2); 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() 366 _fp_unpack_extword(pfpsd, &lusr, nrs2+2); in fmovcc_icc() 367 _fp_pack_extword(pfpsd, &lusr, nrd+2); in fmovcc_icc() [all …]
|
/illumos-gate/usr/src/uts/sparc/fpu/ |
H A D | fpu_simulator.c | 180 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() 299 _fp_pack_extword(pfpsd, &lusr, nrd+2); in _fp_fpu_simulator() 313 _fp_unpack_extword(pfpsd, &lusr, nrs2); 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() 319 _fp_pack_extword(pfpsd, &lusr, nrd+2); in _fp_fpu_simulator() [all …]
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | visinstr.c | 88 uint64_t lus1, lus2, lusr; in vis_fpu_simulator() local 184 lusr = 0; in vis_fpu_simulator() 185 _fp_pack_extword(pfpsd, &lusr, nrd); in vis_fpu_simulator() 194 lusr = ~(lus1 | lus2); in vis_fpu_simulator() 195 _fp_pack_extword(pfpsd, &lusr, nrd); in vis_fpu_simulator() 206 lusr = (lus1 & ~lus2); in vis_fpu_simulator() 207 _fp_pack_extword(pfpsd, &lusr, nrd); in vis_fpu_simulator() 217 lusr = ~lus2; in vis_fpu_simulator() 218 _fp_pack_extword(pfpsd, &lusr, nrd); in vis_fpu_simulator() 228 lusr = (~lus1 & lus2); in vis_fpu_simulator() [all …]
|