Searched defs:rs_reg (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc1874 const int32_t rs_reg = instr->RsValue(); local
1875 const int32_t rs = get_register(rs_reg);
1929 if (rs_reg == 0) {
2135 const int32_t rs_reg = instr->RsValue(); local
2136 const int32_t rs = get_register(rs_reg);
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc1941 const int64_t rs_reg = instr->RsValue(); local
1942 const int64_t rs = get_register(rs_reg);
2006 if (rs_reg == 0) {
2261 const int64_t rs_reg = instr->RsValue(); local
2262 const int64_t rs = get_register(rs_reg);

Completed in 213 milliseconds