Lines Matching refs:SB1
487 FP_DECL_S(SA1); FP_DECL_S(SB1); FP_DECL_S(SR1); in do_spe_mathemu()
497 FP_UNPACK_SP(SB1, vb.wp + 1); in do_spe_mathemu()
532 FP_ADD_S(SR1, SA1, SB1); in do_spe_mathemu()
537 FP_SUB_S(SR1, SA1, SB1); in do_spe_mathemu()
542 FP_MUL_S(SR1, SA1, SB1); in do_spe_mathemu()
547 FP_DIV_S(SR1, SA1, SB1); in do_spe_mathemu()
577 FP_TO_INT_ROUND_S(vc.wp[1], SB1, 32, in do_spe_mathemu()
595 FP_TO_INT_ROUND_S(vc.wp[1], SB1, 32, in do_spe_mathemu()
613 FP_TO_INT_S(vc.wp[1], SB1, 32, in do_spe_mathemu()
638 FP_CMP_S(IR1, SA1, SB1, 3); in do_spe_mathemu()
641 if (IR1 == 3 && (FP_ISSIGNAN_S(SA1) || FP_ISSIGNAN_S(SB1))) in do_spe_mathemu()