Lines Matching refs:SB
219 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_spe_mathemu()
226 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
250 FP_ADD_S(SR, SA, SB); in do_spe_mathemu()
254 FP_SUB_S(SR, SA, SB); in do_spe_mathemu()
258 FP_MUL_S(SR, SA, SB); in do_spe_mathemu()
262 FP_DIV_S(SR, SA, SB); in do_spe_mathemu()
284 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu()
307 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu()
318 FP_TO_INT_S(vc.wp[1], SB, 32, in do_spe_mathemu()
335 FP_CMP_S(IR, SA, SB, 3); in do_spe_mathemu()
336 if (IR == 3 && (FP_ISSIGNAN_S(SA) || FP_ISSIGNAN_S(SB))) in do_spe_mathemu()
420 FP_DECL_S(SB); in do_spe_mathemu()
422 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
427 FP_CONV(D, S, 2, 1, DR, SB); in do_spe_mathemu()