Lines Matching refs:SB
216 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_spe_mathemu()
224 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
248 FP_ADD_S(SR, SA, SB); in do_spe_mathemu()
252 FP_SUB_S(SR, SA, SB); in do_spe_mathemu()
256 FP_MUL_S(SR, SA, SB); in do_spe_mathemu()
260 FP_DIV_S(SR, SA, SB); in do_spe_mathemu()
282 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu()
305 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu()
316 FP_TO_INT_S(vc.wp[1], SB, 32, in do_spe_mathemu()
333 FP_CMP_S(IR, SA, SB, 3); in do_spe_mathemu()
334 if (IR == 3 && (FP_ISSIGNAN_S(SA) || FP_ISSIGNAN_S(SB))) in do_spe_mathemu()
419 FP_DECL_S(SB); in do_spe_mathemu()
421 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
426 FP_CONV(D, S, 2, 1, DR, SB); in do_spe_mathemu()