Searched defs:carry_in (Results 1 – 5 of 5) sorted by relevance
283 ULong bcd_string, ULong carry_in ) { in increment_BCDstring32_helper()
3174 IRTemp carry_in = newTemp(Ity_I32); in s390_irgen_ALCR() local3193 IRTemp carry_in = newTemp(Ity_I64); in s390_irgen_ALCGR() local3213 IRTemp carry_in = newTemp(Ity_I32); in s390_irgen_ALC() local3232 IRTemp carry_in = newTemp(Ity_I64); in s390_irgen_ALCG() local
4548 IRExpr *src, IRExpr *carry_in ) in increment_BCDstring()
302 int carry_in) { in AddWithCarry()
892 T Simulator::AddWithCarry(bool set_flags, T left, T right, int carry_in) { in AddWithCarry()