Home
last modified time | relevance | path

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

12

/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/mednafen/hw_cpu/v810/fpu-new/
H A Dsoftfloat-macros.h210 int8 borrow0, borrow1; in sub96() local
215 borrow0 = ( a1 < b1 ); in sub96()
219 z0 -= borrow0; in sub96()
/dports/emulators/bochs/bochs-2.7/cpu/fpu/
H A Dsoftfloat-macros.h502 unsigned borrow0, borrow1; in sub192() local
507 borrow0 = (a1 < b1); in sub192()
511 z0 -= borrow0; in sub192()
/dports/emulators/fs-uae/fs-uae-3.1.35/softfloat/
H A Dsoftfloat-macros.h502 unsigned borrow0, borrow1; in sub192() local
507 borrow0 = (a1 < b1); in sub192()
511 z0 -= borrow0; in sub192()
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/fpu/
H A Dsoftfloat-macros.h427 int8 borrow0, borrow1; in sub192() local
432 borrow0 = ( a1 < b1 ); in sub192()
436 z0 -= borrow0; in sub192()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/fpu/
H A Dsoftfloat-macros.h443 int8 borrow0, borrow1; in sub192() local
448 borrow0 = ( a1 < b1 ); in sub192()
452 z0 -= borrow0; in sub192()
/dports/misc/rump/buildrump.sh-b914579/src/sys/lib/libkern/
H A Dsoftfloat-macros.h439 int8 borrow0, borrow1; in sub192() local
444 borrow0 = ( a1 < b1 ); in sub192()
448 z0 -= borrow0; in sub192()
/dports/emulators/hatari/hatari-2.2.1/src/cpu/softfloat/
H A Dsoftfloat-macros.h487 uint8_t borrow0, borrow1; in sub192() local
492 borrow0 = ( a1 < b1 ); in sub192()
496 z0 -= borrow0; in sub192()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/fpu/
H A Dsoftfloat-macros.h443 int8 borrow0, borrow1; in sub192() local
448 borrow0 = ( a1 < b1 ); in sub192()
452 z0 -= borrow0; in sub192()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/math/mp/
H A Dmp_core.h386 word borrow0 = 0; in bigint_sub_abs() local
393 borrow0 = word8_sub3(ws0 + i, x + i, y + i, borrow0); in bigint_sub_abs()
399 ws0[i] = word_sub(x[i], y[i], &borrow0); in bigint_sub_abs()
403 return CT::conditional_copy_mem(borrow0, z, ws1, ws0, N); in bigint_sub_abs()
/dports/security/botan2/Botan-2.18.2/src/lib/math/mp/
H A Dmp_core.h386 word borrow0 = 0; in bigint_sub_abs() local
393 borrow0 = word8_sub3(ws0 + i, x + i, y + i, borrow0); in bigint_sub_abs()
399 ws0[i] = word_sub(x[i], y[i], &borrow0); in bigint_sub_abs()
403 return CT::conditional_copy_mem(borrow0, z, ws1, ws0, N); in bigint_sub_abs()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/math/mp/
H A Dmp_core.h386 word borrow0 = 0; in bigint_sub_abs() local
393 borrow0 = word8_sub3(ws0 + i, x + i, y + i, borrow0); in bigint_sub_abs()
399 ws0[i] = word_sub(x[i], y[i], &borrow0); in bigint_sub_abs()
403 return CT::conditional_copy_mem(borrow0, z, ws1, ws0, N); in bigint_sub_abs()
/dports/emulators/qemu42/qemu-4.2.1/include/fpu/
H A Dsoftfloat-macros.h496 int8_t borrow0, borrow1; in sub192() local
501 borrow0 = ( a1 < b1 ); in sub192()
505 z0 -= borrow0; in sub192()
/dports/emulators/qemu60/qemu-6.0.0/include/fpu/
H A Dsoftfloat-macros.h496 int8_t borrow0, borrow1; in sub192() local
501 borrow0 = ( a1 < b1 ); in sub192()
505 z0 -= borrow0; in sub192()
/dports/emulators/qemu-utils/qemu-4.2.1/include/fpu/
H A Dsoftfloat-macros.h496 int8_t borrow0, borrow1; in sub192() local
501 borrow0 = ( a1 < b1 ); in sub192()
505 z0 -= borrow0; in sub192()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/fpu/
H A Dsoftfloat-macros.h491 int8_t borrow0, borrow1; in sub192() local
496 borrow0 = ( a1 < b1 ); in sub192()
500 z0 -= borrow0; in sub192()
/dports/emulators/qemu5/qemu-5.2.0/include/fpu/
H A Dsoftfloat-macros.h496 int8_t borrow0, borrow1; in sub192() local
501 borrow0 = ( a1 < b1 ); in sub192()
505 z0 -= borrow0; in sub192()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/fpu/
H A Dsoftfloat-macros.h496 int8_t borrow0, borrow1;
501 borrow0 = ( a1 < b1 );
505 z0 -= borrow0;
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/fpu/
H A Dsoftfloat-macros.h496 int8_t borrow0, borrow1; in sub192() local
501 borrow0 = ( a1 < b1 ); in sub192()
505 z0 -= borrow0; in sub192()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros364 int8 borrow0, borrow1;
369 borrow0 = ( a1 < b1 );
373 z0 -= borrow0;
/dports/devel/pcc-libs/pcc-libs-1.1.0/libsoftfloat/bits32/
H A Dsoftfloat-macros364 int8 borrow0, borrow1;
369 borrow0 = ( a1 < b1 );
373 z0 -= borrow0;
/dports/emulators/tme/tme-0.8/dist/softfloat/softfloat/bits32/
H A Dsoftfloat-macros355 int8 borrow0, borrow1;
360 borrow0 = ( a1 < b1 );
364 z0 -= borrow0;
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/nwfpe/
H A Dsoftfloat-macros437 int8 borrow0, borrow1;
442 borrow0 = ( a1 < b1 );
446 z0 -= borrow0;
/dports/emulators/mess/mame-mame0226/3rdparty/softfloat/
H A Dsoftfloat-macros427 uint8 borrow0, borrow1;
432 borrow0 = ( a1 < b1 );
436 z0 -= borrow0;
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros439 int8 borrow0, borrow1;
444 borrow0 = ( a1 < b1 );
448 z0 -= borrow0;
/dports/emulators/mame/mame-mame0226/3rdparty/softfloat/
H A Dsoftfloat-macros427 uint8 borrow0, borrow1;
432 borrow0 = ( a1 < b1 );
436 z0 -= borrow0;

12