Home
last modified time | relevance | path

Searched refs:_subborrow_u64 (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/i386/
H A Dpr97387-2.c27 carry = _subborrow_u64 (carry, a[0], b[0], &a[0]); in bar()
28 carry = _subborrow_u64 (carry, a[1], b[1], &a[1]); in bar()
29 carry = _subborrow_u64 (carry, a[2], b[2], &a[2]); in bar()
30 _subborrow_u64 (carry, a[3], b[3], &a[3]); in bar()
H A Dpr81294-2.c19 c = _subborrow_u64 (c, y, x, &x); in main()
21 c = _subborrow_u64 (c, y, x, &x); in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/i386/
H A Dpr97387-2.c27 carry = _subborrow_u64 (carry, a[0], b[0], &a[0]); in bar()
28 carry = _subborrow_u64 (carry, a[1], b[1], &a[1]); in bar()
29 carry = _subborrow_u64 (carry, a[2], b[2], &a[2]); in bar()
30 _subborrow_u64 (carry, a[3], b[3], &a[3]); in bar()
H A Dpr81294-2.c19 c = _subborrow_u64 (c, y, x, &x); in main()
21 c = _subborrow_u64 (c, y, x, &x); in main()
H A Dadx-addcarryx64-2.c47 c = _subborrow_u64 (c, y, x, &x); in adx_test()
49 c = _subborrow_u64 (c, y, x, &x); in adx_test()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/i386/
H A Dpr97387-2.c27 carry = _subborrow_u64 (carry, a[0], b[0], &a[0]); in bar()
28 carry = _subborrow_u64 (carry, a[1], b[1], &a[1]); in bar()
29 carry = _subborrow_u64 (carry, a[2], b[2], &a[2]); in bar()
30 _subborrow_u64 (carry, a[3], b[3], &a[3]); in bar()
H A Dpr81294-2.c19 c = _subborrow_u64 (c, y, x, &x); in main()
21 c = _subborrow_u64 (c, y, x, &x); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/i386/
H A Dpr97387-2.c27 carry = _subborrow_u64 (carry, a[0], b[0], &a[0]); in bar()
28 carry = _subborrow_u64 (carry, a[1], b[1], &a[1]); in bar()
29 carry = _subborrow_u64 (carry, a[2], b[2], &a[2]); in bar()
30 _subborrow_u64 (carry, a[3], b[3], &a[3]); in bar()
H A Dpr81294-2.c19 c = _subborrow_u64 (c, y, x, &x); in main()
21 c = _subborrow_u64 (c, y, x, &x); in main()
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/x86_64/
H A Dadx.rs43 pub unsafe fn _subborrow_u64(c_in: u8, a: u64, b: u64, out: &mut u64) -> u8 { in _subborrow_u64() function
123 let r = _subborrow_u64(0, 0, 1, &mut out); in test_subborrow_u64()
127 let r = _subborrow_u64(0, 0, 0, &mut out); in test_subborrow_u64()
131 let r = _subborrow_u64(1, 0, 1, &mut out); in test_subborrow_u64()
135 let r = _subborrow_u64(1, 0, 0, &mut out); in test_subborrow_u64()
139 let r = _subborrow_u64(0, 7, 3, &mut out); in test_subborrow_u64()
143 let r = _subborrow_u64(1, 7, 3, &mut out); in test_subborrow_u64()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-2.c19 c = _subborrow_u64 (c, y, x, &x); in main()
21 c = _subborrow_u64 (c, y, x, &x); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-2.c19 c = _subborrow_u64 (c, y, x, &x); in main()
21 c = _subborrow_u64 (c, y, x, &x); in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-2.c19 c = _subborrow_u64 (c, y, x, &x); in main()
21 c = _subborrow_u64 (c, y, x, &x); in main()
H A Dadx-addcarryx64-2.c47 c = _subborrow_u64 (c, y, x, &x); in adx_test()
49 c = _subborrow_u64 (c, y, x, &x); in adx_test()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-2.c19 c = _subborrow_u64 (c, y, x, &x); in main()
21 c = _subborrow_u64 (c, y, x, &x); in main()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/i386/
H A Dpr81294-2.c19 c = _subborrow_u64 (c, y, x, &x); in main()
21 c = _subborrow_u64 (c, y, x, &x); in main()
H A Dadx-addcarryx64-2.c47 c = _subborrow_u64 (c, y, x, &x); in adx_test()
49 c = _subborrow_u64 (c, y, x, &x); in adx_test()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-2.c19 c = _subborrow_u64 (c, y, x, &x); in main()
21 c = _subborrow_u64 (c, y, x, &x); in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-2.c19 c = _subborrow_u64 (c, y, x, &x); in main()
21 c = _subborrow_u64 (c, y, x, &x); in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-2.c19 c = _subborrow_u64 (c, y, x, &x); in main()
21 c = _subborrow_u64 (c, y, x, &x); in main()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-2.c19 c = _subborrow_u64 (c, y, x, &x); in main()
21 c = _subborrow_u64 (c, y, x, &x); in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-2.c19 c = _subborrow_u64 (c, y, x, &x); in main()
21 c = _subborrow_u64 (c, y, x, &x); in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-2.c19 c = _subborrow_u64 (c, y, x, &x); in main()
21 c = _subborrow_u64 (c, y, x, &x); in main()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/i386/
H A Dpr81294-2.c19 c = _subborrow_u64 (c, y, x, &x); in main()
21 c = _subborrow_u64 (c, y, x, &x); in main()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/i386/
H A Dadx-addcarryx64-2.c47 c = _subborrow_u64 (c, x, y, &x); in adx_test()
49 c = _subborrow_u64 (c, x, y, &x); in adx_test()

1234567891011