Home
last modified time | relevance | path

Searched refs:rs_lo (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/mips64/
Dsimulator-mips64.cc3840 int32_t rs_lo = static_cast<int32_t>(rs()); in DecodeTypeRegisterSPECIAL() local
3842 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() local
4340 alu_out = static_cast<int32_t>(rt_hi | rs_lo); in DecodeTypeRegisterSPECIAL3()
4438 uint64_t rs_lo = rs() >> (8 * (8 - bp3)); in DecodeTypeRegisterSPECIAL3() local
4439 alu_out = static_cast<int64_t>(rt_hi | rs_lo); in DecodeTypeRegisterSPECIAL3()
/external/v8/src/mips/
Dsimulator-mips.cc4228 uint32_t rs_lo = rs() >> (8 * (4 - bp)); in DecodeTypeRegisterSPECIAL3() local
4229 alu_out = static_cast<int32_t>(rt_hi | rs_lo); in DecodeTypeRegisterSPECIAL3()