Home
last modified time | relevance | path

Searched refs:add_carry (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/solidity/solidity_0.8.11/libyul/backends/wasm/polyfill/
H A DArithmetic.yul23 function add_carry(x, y, c) -> r, r_c {
34 r4, carry := add_carry(x4, y4, 0)
35 r3, carry := add_carry(x3, y3, carry)
36 r2, carry := add_carry(x2, y2, carry)
37 r1, carry := add_carry(x1, y1, carry)
99 r3, carry1 := add_carry(bl, cl, 0)
100 r3, carry2 := add_carry(r3, dh, 0)
101 t1, carry1 := add_carry(bh, ch, carry1)
117 r6, carry1 := add_carry(b4, c4, 0)
118 r6, carry2 := add_carry(r6, d2, 0)
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/tcg/hexagon/
H A Dmulti_result.c88 static long long add_carry(long long Rss, long long Rtt, in add_carry() function
228 res64 = add_carry(0x0000000000000000LL, in test_add_carry()
234 res64 = add_carry(0x0000000100000000LL, in test_add_carry()
240 res64 = add_carry(0x0000000100000000LL, in test_add_carry()
/dports/emulators/qemu/qemu-6.2.0/tests/tcg/hexagon/
H A Dmulti_result.c88 static long long add_carry(long long Rss, long long Rtt, in add_carry() function
228 res64 = add_carry(0x0000000000000000LL, in test_add_carry()
234 res64 = add_carry(0x0000000100000000LL, in test_add_carry()
240 res64 = add_carry(0x0000000100000000LL, in test_add_carry()
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/num/
H A Dbng.h30 bngcarry (*add_carry) member
32 #define bng_add_carry bng_ops.add_carry
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/num/
H A Dbng.h30 bngcarry (*add_carry) member
32 #define bng_add_carry bng_ops.add_carry
/dports/emulators/mess/mame-mame0226/src/devices/cpu/z8/
H A Dz8ops.hxx244 void z8_device::add_carry(uint8_t dst, uint8_t src) in add_carry() function in z8_device
262 INSTRUCTION( adc_r1_r2 ) { mode_r1_r2(add_carry) } in INSTRUCTION()
263 INSTRUCTION( adc_r1_Ir2 ) { mode_r1_Ir2(add_carry) } in INSTRUCTION()
264 INSTRUCTION( adc_R2_R1 ) { mode_R2_R1(add_carry) } in INSTRUCTION()
265 INSTRUCTION( adc_IR2_R1 ) { mode_IR2_R1(add_carry) } in INSTRUCTION()
266 INSTRUCTION( adc_R1_IM ) { mode_R1_IM(add_carry) } in INSTRUCTION()
267 INSTRUCTION( adc_IR1_IM ) { mode_IR1_IM(add_carry) } in INSTRUCTION()
H A Dz8.h214 inline void add_carry(uint8_t dst, uint8_t src);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/z8/
H A Dz8ops.hxx244 void z8_device::add_carry(uint8_t dst, uint8_t src) in add_carry() function in z8_device
262 INSTRUCTION( adc_r1_r2 ) { mode_r1_r2(add_carry) } in INSTRUCTION()
263 INSTRUCTION( adc_r1_Ir2 ) { mode_r1_Ir2(add_carry) } in INSTRUCTION()
264 INSTRUCTION( adc_R2_R1 ) { mode_R2_R1(add_carry) } in INSTRUCTION()
265 INSTRUCTION( adc_IR2_R1 ) { mode_IR2_R1(add_carry) } in INSTRUCTION()
266 INSTRUCTION( adc_R1_IM ) { mode_R1_IM(add_carry) } in INSTRUCTION()
267 INSTRUCTION( adc_IR1_IM ) { mode_IR1_IM(add_carry) } in INSTRUCTION()
H A Dz8.h214 inline void add_carry(uint8_t dst, uint8_t src);
/dports/lang/v8/v8-9.6.180.12/src/bigint/
H A Dmul-fft.cc124 digit_t add_carry = 1; in ShiftModFn_Large() local
130 result[i] = digit_add2(summand, add_carry, &add_carry); in ShiftModFn_Large()
138 digit_t sum = digit_add2(add_carry, iK_part, &add_carry); in ShiftModFn_Large()
141 iK_carry += add_carry; in ShiftModFn_Large()
/dports/math/mpir/mpir-3.0.0/mpn/x86_64w/haswell/
H A Dsumdiff_n.asm285 ; AL = add_carry, AH = -sub_carry
286 LoadSC ; AL = add_carry, CY = sub_carry
287 adc AL, AL ; AL = 2*add_carry + sub_carry
/dports/math/mpir/mpir-3.0.0/mpn/x86_64w/skylake/
H A Dsumdiff_n.asm285 ; AL = add_carry, AH = -sub_carry
286 LoadSC ; AL = add_carry, CY = sub_carry
287 adc AL, AL ; AL = 2*add_carry + sub_carry
/dports/math/mpir/mpir-3.0.0/mpn/x86_64/haswell/
H A Dsumdiff_n.as329 ; AL = add_carry, AH = -sub_carry
330 LoadSC ; AL = add_carry, CY = sub_carry
331 adc AL, AL ; AL = 2*add_carry + sub_carry
/dports/math/mpir/mpir-3.0.0/mpn/x86_64w/k8/
H A Dsumdiff_n.asm27 ; return 2 * add_carry + sub_borrow
/dports/math/mpir/mpir-3.0.0/mpn/x86_64w/bobcat/
H A Dsumdiff_n.asm27 ; return 2 * add_carry + sub_borrow
/dports/math/mpir/mpir-3.0.0/mpn/x86_64/k8/
H A Dsumdiff_n.as19 ; return 2*add_carry + sub_borrow
/dports/math/mpir/mpir-3.0.0/mpn/x86_64/bobcat/
H A Dsumdiff_n.as19 ; return 2*add_carry + sub_borrow
/dports/cad/iverilog/verilog-11.0/vvp/
H A Dvvp_net.cc2568 static unsigned long add_carry(unsigned long a, unsigned long b, in add_carry() function
2595 vec_[idx] = add_carry(vec_[idx], that.vec_[idx], carry); in operator +=()
2616 vec_[idx] = add_carry(vec_[idx], ~that.vec_[idx], carry); in operator -=()
2783 r.vec_[adx+bdx+sdx] = add_carry(r.vec_[adx+bdx+sdx], in operator *()
/dports/cad/ghdl/ghdl-1.0.0/libraries/ieee2008/
H A Dfixed_generic_pkg.vhdl358 -- add_carry (ufixed(a downto b), ufixed (c downto d))
360 procedure add_carry (
366 -- add_carry (sfixed(a downto b), sfixed (c downto d))
368 procedure add_carry (
H A Dfixed_generic_pkg-body.vhdl898 procedure add_carry ( procedure
926 end procedure add_carry;
928 procedure add_carry ( procedure
957 end procedure add_carry;
/dports/editors/kakoune/kakoune-2021.11.08/rc/filetype/
H A Dvhdl.kak111 std_match add_carry scalb
/dports/audio/faust/faust-2.37.3/tools/faust2fpga/vhdl/
H A Dfixed_pkg_c.vhd332 -- add_carry (ufixed(a downto b), ufixed (c downto d))
334 procedure add_carry (
340 -- add_carry (sfixed(a downto b), sfixed (c downto d))
342 procedure add_carry (
2842 procedure add_carry ( procedure
2870 end procedure add_carry;
2872 procedure add_carry ( procedure
2901 end procedure add_carry;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/m32r/
H A Dm32r.md888 (define_insn "*add_carry"
/dports/lang/gcc9/gcc-9.4.0/gcc/config/m32r/
H A Dm32r.md888 (define_insn "*add_carry"
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/m32r/
H A Dm32r.md888 (define_insn "*add_carry"

12