Lines Matching refs:SB
216 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_spe_mathemu()
223 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
247 FP_ADD_S(SR, SA, SB); in do_spe_mathemu()
251 FP_SUB_S(SR, SA, SB); in do_spe_mathemu()
255 FP_MUL_S(SR, SA, SB); in do_spe_mathemu()
259 FP_DIV_S(SR, SA, SB); in do_spe_mathemu()
281 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu()
304 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu()
315 FP_TO_INT_S(vc.wp[1], SB, 32, in do_spe_mathemu()
332 FP_CMP_S(IR, SA, SB, 3); in do_spe_mathemu()
333 if (IR == 3 && (FP_ISSIGNAN_S(SA) || FP_ISSIGNAN_S(SB))) in do_spe_mathemu()
417 FP_DECL_S(SB); in do_spe_mathemu()
419 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
424 FP_CONV(D, S, 2, 1, DR, SB); in do_spe_mathemu()