Lines Matching refs:SB1
484 FP_DECL_S(SA1); FP_DECL_S(SB1); FP_DECL_S(SR1); in do_spe_mathemu()
494 FP_UNPACK_SP(SB1, vb.wp + 1); in do_spe_mathemu()
529 FP_ADD_S(SR1, SA1, SB1); in do_spe_mathemu()
534 FP_SUB_S(SR1, SA1, SB1); in do_spe_mathemu()
539 FP_MUL_S(SR1, SA1, SB1); in do_spe_mathemu()
544 FP_DIV_S(SR1, SA1, SB1); in do_spe_mathemu()
581 _FP_ROUND(1, SB1); in do_spe_mathemu()
584 _FP_ROUND_ZERO(1, SB1); in do_spe_mathemu()
588 FP_TO_INT_S(vc.wp[1], SB1, 32, in do_spe_mathemu()
612 FP_CMP_S(IR1, SA1, SB1, 3); in do_spe_mathemu()
615 if (IR1 == 3 && (FP_ISSIGNAN_S(SA1) || FP_ISSIGNAN_S(SB1))) in do_spe_mathemu()