Searched refs:alu32_out (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc2127 int32_t alu32_out = rs + rt;
2129 *alu_out = static_cast<int64_t>(alu32_out);
2147 int32_t alu32_out = rs - rt; local
2149 *alu_out = static_cast<int64_t>(alu32_out);
2954 int32_t alu32_out = rs + se_imm16;
2956 alu_out = static_cast<int64_t>(alu32_out);
2978 int32_t alu32_out = (oe_imm16 << 16);
2980 alu_out = static_cast<int64_t>(alu32_out);

Completed in 41 milliseconds