Lines Matching refs:SB
179 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_mathemu()
397 case 5: FP_UNPACK_SP (SB, rs2); break; in do_mathemu()
423 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_mathemu()
427 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_mathemu()
431 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_mathemu()
433 FP_CONV (D, S, 1, 1, DB, SB); in do_mathemu()
439 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_mathemu()
443 case FSQRTS: FP_SQRT_S (SR, SB); break; in do_mathemu()
451 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_mathemu()
454 case FSTOX: FP_TO_INT_S (XR, SB, 64, 1); break; in do_mathemu()
468 case FSTOD: FP_CONV (D, S, 1, 1, DR, SB); break; in do_mathemu()
469 case FSTOQ: FP_CONV (Q, S, 2, 1, QR, SB); break; in do_mathemu()