Lines Matching refs:nrs2
235 uint32_t nrs2, nrd; in fmovcc_fcc() local
239 nrs2 = inst.rs2; in fmovcc_fcc()
242 _fp_unpack_word(pfpsd, &usr, nrs2); in fmovcc_fcc()
246 if ((nrs2 & 1) == 1) in fmovcc_fcc()
247 nrs2 = (nrs2 & 0x1e) | 0x20; in fmovcc_fcc()
248 _fp_unpack_extword(pfpsd, &lusr, nrs2); in fmovcc_fcc()
253 _fp_unpack_extword(pfpsd, &lusr, nrs2+2); in fmovcc_fcc()
348 uint32_t nrs2, nrd; in fmovcc_icc() local
352 nrs2 = inst.rs2; in fmovcc_icc()
355 _fp_unpack_word(pfpsd, &usr, nrs2); in fmovcc_icc()
359 if ((nrs2 & 1) == 1) in fmovcc_icc()
360 nrs2 = (nrs2 & 0x1e) | 0x20; in fmovcc_icc()
361 _fp_unpack_extword(pfpsd, &lusr, nrs2); in fmovcc_icc()
366 _fp_unpack_extword(pfpsd, &lusr, nrs2+2); in fmovcc_icc()
449 uint32_t nrs2, nrd; in fmovr() local
453 nrs2 = inst.rs2; in fmovr()
456 _fp_unpack_word(pfpsd, &usr, nrs2); in fmovr()
459 _fp_unpack_extword(pfpsd, &lusr, nrs2); in fmovr()
462 _fp_unpack_extword(pfpsd, &lusr, nrs2+2); in fmovr()
570 uint32_t nrs2; in movcc() local
572 nrs2 = pinst.rs2; in movcc()
573 ftt = read_iureg(pfpsd, nrs2, pregs, prw, &r); in movcc()