Searched refs:frs2 (Results 1 – 2 of 2) sorted by relevance
899 auto fn = [this](type frs1, type frs2) { \900 if (check_fn(frs1, frs2)) { \904 return frs2 op frs1; \918 auto fn = [this](type frs1, type frs2) { \919 if (check_fn(frs1, frs2)) { \923 return frs2 op frs1; \3703 auto fn = [this](float frs1, float frs2) { in DecodeRVRFPType() argument3704 if (is_invalid_fadd(frs1, frs2)) { in DecodeRVRFPType()3708 return frs1 + frs2; in DecodeRVRFPType()3716 auto fn = [this](float frs1, float frs2) { in DecodeRVRFPType() argument[all …]
565 inline float frs2() const { return get_fpu_register_float(rs2_reg()); } in frs2() function773 T src2 = std::is_same<float, T>::value ? frs2() : drs2(); in CanonicalizeFPUOp3()791 T src2 = std::is_same<float, T>::value ? frs2() : drs2(); in CanonicalizeFPUOp2()