Home
last modified time | relevance | path

Searched refs:carry_out (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/arm/
Dsimulator-arm.cc1400 int32_t Simulator::GetShiftRm(Instruction* instr, bool* carry_out) { in GetShiftRm() argument
1417 *carry_out = true; in GetShiftRm()
1420 *carry_out = false; in GetShiftRm()
1424 *carry_out = (result & 1) == 1; in GetShiftRm()
1432 *carry_out = c_flag_; in GetShiftRm()
1435 *carry_out = (result < 0); in GetShiftRm()
1444 *carry_out = c_flag_; in GetShiftRm()
1448 *carry_out = (uresult & 1) == 1; in GetShiftRm()
1457 *carry_out = c_flag_; in GetShiftRm()
1462 *carry_out = (static_cast<uint32_t>(result) >> 31) != 0; in GetShiftRm()
[all …]
Dsimulator-arm.h283 int32_t GetShiftRm(Instruction* instr, bool* carry_out);
284 int32_t GetImm(Instruction* instr, bool* carry_out);
/external/v8/src/ppc/
Dsimulator-ppc.h273 int32_t GetShiftRm(Instruction* instr, bool* carry_out);
274 int32_t GetImm(Instruction* instr, bool* carry_out);