Lines Matching refs:SB
215 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_spe_mathemu()
222 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
246 FP_ADD_S(SR, SA, SB); in do_spe_mathemu()
250 FP_SUB_S(SR, SA, SB); in do_spe_mathemu()
254 FP_MUL_S(SR, SA, SB); in do_spe_mathemu()
258 FP_DIV_S(SR, SA, SB); in do_spe_mathemu()
280 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu()
303 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu()
314 FP_TO_INT_S(vc.wp[1], SB, 32, in do_spe_mathemu()
331 FP_CMP_S(IR, SA, SB, 3); in do_spe_mathemu()
332 if (IR == 3 && (FP_ISSIGNAN_S(SA) || FP_ISSIGNAN_S(SB))) in do_spe_mathemu()
416 FP_DECL_S(SB); in do_spe_mathemu()
418 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
423 FP_CONV(D, S, 2, 1, DR, SB); in do_spe_mathemu()