Home
last modified time | relevance | path

Searched defs:carry (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/tests/tcg/sh4/
H A Dtest-addv.c7 static void addv(const int a, const int b, const int res, const int carry) in addv()
H A Dtest-subv.c7 static void subv(const int a, const int b, const int res, const int carry) in subv()
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dcrypto.c30 int carry = 0; in left_shift_vector() local
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fprem.c322 int carry = 1; in test_fprem_pairs() local
/openbmc/qemu/tcg/
H A Dtci.c341 bool carry = false; in tcg_qemu_tb_exec() local
/openbmc/qemu/net/
H A Dnet.c1980 int carry, i, j; in net_crc32() local
2002 int carry, i, j; in net_crc32_le() local
/openbmc/qemu/target/ppc/
H A Dint_helper.c2307 int carry = 0; in bcd_add_mag() local
2332 int carry = 0; in bcd_sub_mag() local
2647 uint64_t carry; in helper_bcdctsq() local
/openbmc/qemu/libdecnumber/
H A DdecNumber.c5031 uInt carry; /* carry (NB not uLong) */ in decMultiplyOp() local
6491 eInt carry=0; /* carry integer (could be Long) */ local
/openbmc/qemu/hw/scsi/
H A Dlsi53c895a.c230 int carry; /* ??? Should this be in a visible register somewhere? */ member
/openbmc/qemu/target/tricore/
H A Dop_helper.c1944 uint32_t helper_pack(uint32_t carry, uint32_t r1_low, uint32_t r1_high, in helper_pack()
/openbmc/qemu/target/mips/tcg/
H A Dmxu_translate.c3463 TCGv carry = tcg_temp_new(); in gen_mxu_d32add() local