Searched refs:rs_lo (Results 1 – 2 of 2) sorted by relevance
3840 int32_t rs_lo = static_cast<int32_t>(rs()); in DecodeTypeRegisterSPECIAL() local3842 i64hilo = static_cast<int64_t>(rs_lo) * static_cast<int64_t>(rt_lo); in DecodeTypeRegisterSPECIAL()4339 uint64_t rs_lo = rs() >> (8 * (4 - bp2)); in DecodeTypeRegisterSPECIAL3() local4340 alu_out = static_cast<int32_t>(rt_hi | rs_lo); in DecodeTypeRegisterSPECIAL3()4438 uint64_t rs_lo = rs() >> (8 * (8 - bp3)); in DecodeTypeRegisterSPECIAL3() local4439 alu_out = static_cast<int64_t>(rt_hi | rs_lo); in DecodeTypeRegisterSPECIAL3()
4228 uint32_t rs_lo = rs() >> (8 * (4 - bp)); in DecodeTypeRegisterSPECIAL3() local4229 alu_out = static_cast<int32_t>(rt_hi | rs_lo); in DecodeTypeRegisterSPECIAL3()