Home | History | Annotate | Download | only in mips64

Lines Matching full:rs_lo

3537       int32_t rs_lo = static_cast<int32_t>(rs());
3539 i64hilo = static_cast<int64_t>(rs_lo) * static_cast<int64_t>(rt_lo);
3960 uint64_t rs_lo = rs() >> (8 * (4 - bp2));
3961 alu_out = static_cast<int32_t>(rt_hi | rs_lo);
4023 uint64_t rs_lo = rs() >> (8 * (8 - bp3));
4024 alu_out = static_cast<int64_t>(rt_hi | rs_lo);