Home
last modified time | relevance | path

Searched refs:_subborrow_u32 (Results 1 – 25 of 235) sorted by relevance

12345678910

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/i386/
H A Dpr97387-1.c27 carry = _subborrow_u32 (carry, a[0], b[0], &a[0]); in bar()
28 carry = _subborrow_u32 (carry, a[1], b[1], &a[1]); in bar()
29 carry = _subborrow_u32 (carry, a[2], b[2], &a[2]); in bar()
30 _subborrow_u32 (carry, a[3], b[3], &a[3]); in bar()
H A Dpr81294-1.c20 c = _subborrow_u32 (c, y, x, &x); in main()
22 c = _subborrow_u32 (c, y, x, &x); in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/i386/
H A Dpr97387-1.c27 carry = _subborrow_u32 (carry, a[0], b[0], &a[0]); in bar()
28 carry = _subborrow_u32 (carry, a[1], b[1], &a[1]); in bar()
29 carry = _subborrow_u32 (carry, a[2], b[2], &a[2]); in bar()
30 _subborrow_u32 (carry, a[3], b[3], &a[3]); in bar()
H A Dpr81294-1.c20 c = _subborrow_u32 (c, y, x, &x); in main()
22 c = _subborrow_u32 (c, y, x, &x); in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/i386/
H A Dpr97387-1.c27 carry = _subborrow_u32 (carry, a[0], b[0], &a[0]); in bar()
28 carry = _subborrow_u32 (carry, a[1], b[1], &a[1]); in bar()
29 carry = _subborrow_u32 (carry, a[2], b[2], &a[2]); in bar()
30 _subborrow_u32 (carry, a[3], b[3], &a[3]); in bar()
H A Dpr81294-1.c20 c = _subborrow_u32 (c, y, x, &x); in main()
22 c = _subborrow_u32 (c, y, x, &x); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/i386/
H A Dpr97387-1.c27 carry = _subborrow_u32 (carry, a[0], b[0], &a[0]); in bar()
28 carry = _subborrow_u32 (carry, a[1], b[1], &a[1]); in bar()
29 carry = _subborrow_u32 (carry, a[2], b[2], &a[2]); in bar()
30 _subborrow_u32 (carry, a[3], b[3], &a[3]); in bar()
H A Dpr81294-1.c20 c = _subborrow_u32 (c, y, x, &x); in main()
22 c = _subborrow_u32 (c, y, x, &x); in main()
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/x86/
H A Dadx.rs43 pub unsafe fn _subborrow_u32(c_in: u8, a: u32, b: u32, out: &mut u32) -> u8 { in _subborrow_u32() function
133 let r = _subborrow_u32(0, 0, 1, &mut out); in test_subborrow_u32()
137 let r = _subborrow_u32(0, 0, 0, &mut out); in test_subborrow_u32()
141 let r = _subborrow_u32(1, 0, 1, &mut out); in test_subborrow_u32()
145 let r = _subborrow_u32(1, 0, 0, &mut out); in test_subborrow_u32()
149 let r = _subborrow_u32(0, 7, 3, &mut out); in test_subborrow_u32()
153 let r = _subborrow_u32(1, 7, 3, &mut out); in test_subborrow_u32()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-1.c20 c = _subborrow_u32 (c, y, x, &x); in main()
22 c = _subborrow_u32 (c, y, x, &x); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-1.c20 c = _subborrow_u32 (c, y, x, &x); in main()
22 c = _subborrow_u32 (c, y, x, &x); in main()
H A Dadx-addcarryx32-2.c47 c = _subborrow_u32 (c, y, x, &x); in adx_test()
49 c = _subborrow_u32 (c, y, x, &x); in adx_test()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-1.c20 c = _subborrow_u32 (c, y, x, &x); in main()
22 c = _subborrow_u32 (c, y, x, &x); in main()
H A Dadx-addcarryx32-2.c47 c = _subborrow_u32 (c, y, x, &x); in adx_test()
49 c = _subborrow_u32 (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-1.c20 c = _subborrow_u32 (c, y, x, &x); in main()
22 c = _subborrow_u32 (c, y, x, &x); in main()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/i386/
H A Dpr81294-1.c20 c = _subborrow_u32 (c, y, x, &x); in main()
22 c = _subborrow_u32 (c, y, x, &x); in main()
H A Dadx-addcarryx32-2.c47 c = _subborrow_u32 (c, y, x, &x); in adx_test()
49 c = _subborrow_u32 (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-1.c20 c = _subborrow_u32 (c, y, x, &x); in main()
22 c = _subborrow_u32 (c, y, x, &x); in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-1.c20 c = _subborrow_u32 (c, y, x, &x); in main()
22 c = _subborrow_u32 (c, y, x, &x); in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-1.c20 c = _subborrow_u32 (c, y, x, &x); in main()
22 c = _subborrow_u32 (c, y, x, &x); in main()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-1.c20 c = _subborrow_u32 (c, y, x, &x); in main()
22 c = _subborrow_u32 (c, y, x, &x); in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-1.c20 c = _subborrow_u32 (c, y, x, &x); in main()
22 c = _subborrow_u32 (c, y, x, &x); in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/i386/
H A Dpr81294-1.c20 c = _subborrow_u32 (c, y, x, &x); in main()
22 c = _subborrow_u32 (c, y, x, &x); in main()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/i386/
H A Dpr81294-1.c20 c = _subborrow_u32 (c, y, x, &x); in main()
22 c = _subborrow_u32 (c, y, x, &x); in main()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/i386/
H A Dadx-addcarryx32-2.c47 c = _subborrow_u32 (c, x, y, &x); in adx_test()
49 c = _subborrow_u32 (c, x, y, &x); in adx_test()

12345678910