Home
last modified time | relevance | path

Searched defs:carry_in (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_ppc_helpers.c283 ULong bcd_string, ULong carry_in ) { in increment_BCDstring32_helper()
Dguest_s390_toIR.c3174 IRTemp carry_in = newTemp(Ity_I32); in s390_irgen_ALCR() local
3193 IRTemp carry_in = newTemp(Ity_I64); in s390_irgen_ALCGR() local
3213 IRTemp carry_in = newTemp(Ity_I32); in s390_irgen_ALC() local
3232 IRTemp carry_in = newTemp(Ity_I64); in s390_irgen_ALCG() local
Dguest_ppc_toIR.c4548 IRExpr *src, IRExpr *carry_in ) in increment_BCDstring()
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc302 int carry_in) { in AddWithCarry()
/external/v8/src/arm64/
Dsimulator-arm64.cc892 T Simulator::AddWithCarry(bool set_flags, T left, T right, int carry_in) { in AddWithCarry()