Searched defs:carry_out (Results 1 – 3 of 3) sorted by relevance
4183 bool carry_out = ctx.uses[instr->definitions[1].tempId()] > 0; in combine_instruction() local4192 bool carry_out = in combine_instruction() local
1304 int32_t Simulator::GetShiftRm(Instruction* instr, bool* carry_out) { in GetShiftRm()1455 int32_t Simulator::GetImm(Instruction* instr, bool* carry_out) { in GetImm()
7716 uint64_t carry_out = (val_and_flags.second >> 1) & 1; in adcl() local