Lines Matching refs:SB
222 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_spe_mathemu()
229 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
255 FP_ADD_S(SR, SA, SB); in do_spe_mathemu()
259 FP_SUB_S(SR, SA, SB); in do_spe_mathemu()
263 FP_MUL_S(SR, SA, SB); in do_spe_mathemu()
267 FP_DIV_S(SR, SA, SB); in do_spe_mathemu()
319 _FP_ROUND(1, SB); in do_spe_mathemu()
321 _FP_ROUND_ZERO(1, SB); in do_spe_mathemu()
323 FP_TO_INT_S(vc.wp[1], SB, 32, ((func & 0x3) != 0)); in do_spe_mathemu()
339 FP_CMP_S(IR, SA, SB, 3); in do_spe_mathemu()
340 if (IR == 3 && (FP_ISSIGNAN_S(SA) || FP_ISSIGNAN_S(SB))) in do_spe_mathemu()
435 FP_DECL_S(SB); in do_spe_mathemu()
437 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
442 FP_CONV(D, S, 2, 1, DR, SB); in do_spe_mathemu()