Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm/
Dsimulator-arm.cc2269 bool shifter_carry_out = 0; in DecodeType01() local
2271 shifter_operand = GetShiftRm(instr, &shifter_carry_out); in DecodeType01()
2274 shifter_operand = GetImm(instr, &shifter_carry_out); in DecodeType01()
2286 SetCFlag(shifter_carry_out); in DecodeType01()
2298 SetCFlag(shifter_carry_out); in DecodeType01()
2373 SetCFlag(shifter_carry_out); in DecodeType01()
2388 SetCFlag(shifter_carry_out); in DecodeType01()
2437 SetCFlag(shifter_carry_out); in DecodeType01()
2449 SetCFlag(shifter_carry_out); in DecodeType01()
2461 SetCFlag(shifter_carry_out); in DecodeType01()
[all …]