Lines Matching refs:SB
286 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_one_mathemu()
394 case 5: FP_UNPACK_SP (SB, rs2); break; in do_one_mathemu()
428 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_one_mathemu()
432 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_one_mathemu()
436 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_one_mathemu()
438 FP_CONV (D, S, 2, 1, DB, SB); in do_one_mathemu()
444 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_one_mathemu()
448 case FSQRTS: FP_SQRT_S (SR, SB); break; in do_one_mathemu()
456 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_one_mathemu()
464 case FSTOD: FP_CONV (D, S, 2, 1, DR, SB); break; in do_one_mathemu()
465 case FSTOQ: FP_CONV (Q, S, 4, 1, QR, SB); break; in do_one_mathemu()
473 FP_CMP_S(IR, SB, SA, 3); in do_one_mathemu()
477 FP_ISSIGNAN_S(SB))) in do_one_mathemu()