Searched defs:carry (Results 1 – 10 of 10) sorted by relevance
/qemu/tests/tcg/sh4/ |
H A D | test-subv.c | 7 static void subv(const int a, const int b, const int res, const int carry) in subv()
|
H A D | test-addv.c | 7 static void addv(const int a, const int b, const int res, const int carry) in addv()
|
/qemu/tests/tcg/i386/ |
H A D | test-i386-fprem.c | 322 int carry = 1; in test_fprem_pairs() local
|
/qemu/tcg/ |
H A D | tci.c | 341 bool carry = false; in tcg_qemu_tb_exec() local
|
/qemu/net/ |
H A D | net.c | 1959 int carry, i, j; in net_crc32() local 1981 int carry, i, j; in net_crc32_le() local
|
/qemu/target/ppc/ |
H A D | int_helper.c | 2307 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
|
/qemu/libdecnumber/ |
H A D | decNumber.c | 5032 uInt carry; /* carry (NB not uLong) */ in decMultiplyOp() local 6492 eInt carry=0; /* carry integer (could be Long) */ local
|
/qemu/hw/scsi/ |
H A D | lsi53c895a.c | 230 int carry; /* ??? Should this be in a visible register somewhere? */ member
|
/qemu/target/tricore/ |
H A D | op_helper.c | 1944 uint32_t helper_pack(uint32_t carry, uint32_t r1_low, uint32_t r1_high, in helper_pack()
|
/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 3463 TCGv carry = tcg_temp_new(); in gen_mxu_d32add() local
|