Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc2358 bool shifter_carry_out = 0; in DecodeType01() local
2360 shifter_operand = GetShiftRm(instr, &shifter_carry_out); in DecodeType01()
2363 shifter_operand = GetImm(instr, &shifter_carry_out); in DecodeType01()
2375 SetCFlag(shifter_carry_out); in DecodeType01()
2387 SetCFlag(shifter_carry_out); in DecodeType01()
2469 SetCFlag(shifter_carry_out); in DecodeType01()
2484 SetCFlag(shifter_carry_out); in DecodeType01()
2533 SetCFlag(shifter_carry_out); in DecodeType01()
2545 SetCFlag(shifter_carry_out); in DecodeType01()
2557 SetCFlag(shifter_carry_out); in DecodeType01()
[all …]