Home
last modified time | relevance | path

Searched refs:tem2 (Results 1 – 25 of 736) sorted by relevance

12345678910>>...30

/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Dfold-and-1.c8 int tem2 = ~(x & y); in fn1() local
9 return tem1 & tem2; in fn1()
16 int tem2 = ~(x & y); in fn2() local
17 return tem1 & tem2; in fn2()
24 int tem2 = ~(y & x); in fn3() local
25 return tem1 & tem2; in fn3()
33 return tem1 & tem2; in fn4()
40 int tem2 = x | y; in fn5() local
48 int tem2 = y | x; in fn6() local
56 int tem2 = x | y; in fn7() local
[all …]
H A Dfold-and-2.c8 int tem2 = ~x ^ y; in fn1() local
9 return tem1 & tem2; in fn1()
16 int tem2 = ~x ^ y; in fn2() local
17 return tem1 & tem2; in fn2()
24 int tem2 = y ^ ~x; in fn3() local
25 return tem1 & tem2; in fn3()
32 int tem2 = y ^ ~x; in fn4() local
40 int tem2 = x | y; in fn5() local
48 int tem2 = y | x; in fn6() local
56 int tem2 = x | y; in fn7() local
[all …]
H A Dfold-ior-1.c8 int tem2 = a ^ b; in fn1() local
9 return tem1 | tem2; in fn1()
16 int tem2 = a ^ b; in fn2() local
17 return tem1 | tem2; in fn2()
24 int tem2 = b ^ a; in fn3() local
25 return tem1 | tem2; in fn3()
32 int tem2 = b ^ a; in fn4() local
40 int tem2 = a & b; in fn5() local
48 int tem2 = a & b; in fn6() local
56 int tem2 = b & a; in fn7() local
[all …]
H A Dfold-plus-1.c8 int tem2 = a ^ b; in fn1() local
9 return tem1 + tem2; in fn1()
16 int tem2 = a ^ b; in fn2() local
17 return tem1 + tem2; in fn2()
24 int tem2 = b ^ a; in fn3() local
25 return tem1 + tem2; in fn3()
32 int tem2 = b ^ a; in fn4() local
40 int tem2 = a & b; in fn5() local
48 int tem2 = a & b; in fn6() local
56 int tem2 = b & a; in fn7() local
[all …]
H A Dfold-plus-2.c8 int tem2 = a | b; in fn1() local
9 return tem1 + tem2; in fn1()
16 int tem2 = a | b; in fn2() local
17 return tem1 + tem2; in fn2()
24 int tem2 = b | a; in fn3() local
25 return tem1 + tem2; in fn3()
32 int tem2 = b | a; in fn4() local
40 int tem2 = a & b; in fn5() local
48 int tem2 = a & b; in fn6() local
56 int tem2 = b & a; in fn7() local
[all …]
H A Dfold-xor-4.c8 int tem2 = a ^ b; in fn1() local
9 return tem1 ^ tem2; in fn1()
16 int tem2 = a ^ b; in fn2() local
17 return tem1 ^ tem2; in fn2()
24 int tem2 = b ^ a; in fn3() local
25 return tem1 ^ tem2; in fn3()
32 int tem2 = b ^ a; in fn4() local
40 int tem2 = a & b; in fn5() local
48 int tem2 = a & b; in fn6() local
56 int tem2 = b & a; in fn7() local
[all …]
H A Dfold-xor-5.c8 int tem2 = a ^ b; in fn1() local
9 return tem1 ^ tem2; in fn1()
16 int tem2 = a ^ b; in fn2() local
17 return tem1 ^ tem2; in fn2()
24 int tem2 = b ^ a; in fn3() local
25 return tem1 ^ tem2; in fn3()
32 int tem2 = b ^ a; in fn4() local
40 int tem2 = a | b; in fn5() local
48 int tem2 = a | b; in fn6() local
56 int tem2 = b | a; in fn7() local
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dfold-and-1.c8 int tem2 = ~(x & y); in fn1() local
9 return tem1 & tem2; in fn1()
16 int tem2 = ~(x & y); in fn2() local
17 return tem1 & tem2; in fn2()
24 int tem2 = ~(y & x); in fn3() local
25 return tem1 & tem2; in fn3()
33 return tem1 & tem2; in fn4()
40 int tem2 = x | y; in fn5() local
48 int tem2 = y | x; in fn6() local
56 int tem2 = x | y; in fn7() local
[all …]
H A Dfold-xor-5.c8 int tem2 = a ^ b; in fn1() local
9 return tem1 ^ tem2; in fn1()
16 int tem2 = a ^ b; in fn2() local
17 return tem1 ^ tem2; in fn2()
24 int tem2 = b ^ a; in fn3() local
25 return tem1 ^ tem2; in fn3()
32 int tem2 = b ^ a; in fn4() local
40 int tem2 = a | b; in fn5() local
48 int tem2 = a | b; in fn6() local
56 int tem2 = b | a; in fn7() local
[all …]
H A Dfold-and-2.c8 int tem2 = ~x ^ y; in fn1() local
9 return tem1 & tem2; in fn1()
16 int tem2 = ~x ^ y; in fn2() local
17 return tem1 & tem2; in fn2()
24 int tem2 = y ^ ~x; in fn3() local
25 return tem1 & tem2; in fn3()
32 int tem2 = y ^ ~x; in fn4() local
40 int tem2 = x | y; in fn5() local
48 int tem2 = y | x; in fn6() local
56 int tem2 = x | y; in fn7() local
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dfold-plus-1.c8 int tem2 = a ^ b; in fn1() local
9 return tem1 + tem2; in fn1()
16 int tem2 = a ^ b; in fn2() local
17 return tem1 + tem2; in fn2()
24 int tem2 = b ^ a; in fn3() local
25 return tem1 + tem2; in fn3()
32 int tem2 = b ^ a; in fn4() local
40 int tem2 = a & b; in fn5() local
48 int tem2 = a & b; in fn6() local
56 int tem2 = b & a; in fn7() local
[all …]
H A Dfold-plus-2.c8 int tem2 = a | b; in fn1() local
9 return tem1 + tem2; in fn1()
16 int tem2 = a | b; in fn2() local
17 return tem1 + tem2; in fn2()
24 int tem2 = b | a; in fn3() local
25 return tem1 + tem2; in fn3()
32 int tem2 = b | a; in fn4() local
40 int tem2 = a & b; in fn5() local
48 int tem2 = a & b; in fn6() local
56 int tem2 = b & a; in fn7() local
[all …]
H A Dfold-and-1.c8 int tem2 = ~(x & y); in fn1() local
9 return tem1 & tem2; in fn1()
16 int tem2 = ~(x & y); in fn2() local
17 return tem1 & tem2; in fn2()
24 int tem2 = ~(y & x); in fn3() local
25 return tem1 & tem2; in fn3()
33 return tem1 & tem2; in fn4()
40 int tem2 = x | y; in fn5() local
48 int tem2 = y | x; in fn6() local
56 int tem2 = x | y; in fn7() local
[all …]
H A Dfold-xor-4.c8 int tem2 = a ^ b; in fn1() local
9 return tem1 ^ tem2; in fn1()
16 int tem2 = a ^ b; in fn2() local
17 return tem1 ^ tem2; in fn2()
24 int tem2 = b ^ a; in fn3() local
25 return tem1 ^ tem2; in fn3()
32 int tem2 = b ^ a; in fn4() local
40 int tem2 = a & b; in fn5() local
48 int tem2 = a & b; in fn6() local
56 int tem2 = b & a; in fn7() local
[all …]
H A Dfold-xor-5.c8 int tem2 = a ^ b; in fn1() local
9 return tem1 ^ tem2; in fn1()
16 int tem2 = a ^ b; in fn2() local
17 return tem1 ^ tem2; in fn2()
24 int tem2 = b ^ a; in fn3() local
25 return tem1 ^ tem2; in fn3()
32 int tem2 = b ^ a; in fn4() local
40 int tem2 = a | b; in fn5() local
48 int tem2 = a | b; in fn6() local
56 int tem2 = b | a; in fn7() local
[all …]
H A Dfold-and-2.c8 int tem2 = ~x ^ y; in fn1() local
9 return tem1 & tem2; in fn1()
16 int tem2 = ~x ^ y; in fn2() local
17 return tem1 & tem2; in fn2()
24 int tem2 = y ^ ~x; in fn3() local
25 return tem1 & tem2; in fn3()
32 int tem2 = y ^ ~x; in fn4() local
40 int tem2 = x | y; in fn5() local
48 int tem2 = y | x; in fn6() local
56 int tem2 = x | y; in fn7() local
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dfold-plus-2.c8 int tem2 = a | b; in fn1() local
9 return tem1 + tem2; in fn1()
16 int tem2 = a | b; in fn2() local
17 return tem1 + tem2; in fn2()
24 int tem2 = b | a; in fn3() local
25 return tem1 + tem2; in fn3()
32 int tem2 = b | a; in fn4() local
40 int tem2 = a & b; in fn5() local
48 int tem2 = a & b; in fn6() local
56 int tem2 = b & a; in fn7() local
[all …]
H A Dfold-ior-1.c8 int tem2 = a ^ b; in fn1() local
9 return tem1 | tem2; in fn1()
16 int tem2 = a ^ b; in fn2() local
17 return tem1 | tem2; in fn2()
24 int tem2 = b ^ a; in fn3() local
25 return tem1 | tem2; in fn3()
32 int tem2 = b ^ a; in fn4() local
40 int tem2 = a & b; in fn5() local
48 int tem2 = a & b; in fn6() local
56 int tem2 = b & a; in fn7() local
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dfold-and-2.c8 int tem2 = ~x ^ y; in fn1() local
9 return tem1 & tem2; in fn1()
16 int tem2 = ~x ^ y; in fn2() local
17 return tem1 & tem2; in fn2()
24 int tem2 = y ^ ~x; in fn3() local
25 return tem1 & tem2; in fn3()
32 int tem2 = y ^ ~x; in fn4() local
40 int tem2 = x | y; in fn5() local
48 int tem2 = y | x; in fn6() local
56 int tem2 = x | y; in fn7() local
[all …]
H A Dfold-ior-1.c8 int tem2 = a ^ b; in fn1() local
9 return tem1 | tem2; in fn1()
16 int tem2 = a ^ b; in fn2() local
17 return tem1 | tem2; in fn2()
24 int tem2 = b ^ a; in fn3() local
25 return tem1 | tem2; in fn3()
32 int tem2 = b ^ a; in fn4() local
40 int tem2 = a & b; in fn5() local
48 int tem2 = a & b; in fn6() local
56 int tem2 = b & a; in fn7() local
[all …]
H A Dfold-and-1.c8 int tem2 = ~(x & y); in fn1() local
9 return tem1 & tem2; in fn1()
16 int tem2 = ~(x & y); in fn2() local
17 return tem1 & tem2; in fn2()
24 int tem2 = ~(y & x); in fn3() local
25 return tem1 & tem2; in fn3()
33 return tem1 & tem2; in fn4()
40 int tem2 = x | y; in fn5() local
48 int tem2 = y | x; in fn6() local
56 int tem2 = x | y; in fn7() local
[all …]
H A Dfold-plus-1.c8 int tem2 = a ^ b; in fn1() local
9 return tem1 + tem2; in fn1()
16 int tem2 = a ^ b; in fn2() local
17 return tem1 + tem2; in fn2()
24 int tem2 = b ^ a; in fn3() local
25 return tem1 + tem2; in fn3()
32 int tem2 = b ^ a; in fn4() local
40 int tem2 = a & b; in fn5() local
48 int tem2 = a & b; in fn6() local
56 int tem2 = b & a; in fn7() local
[all …]
H A Dfold-xor-4.c8 int tem2 = a ^ b; in fn1() local
9 return tem1 ^ tem2; in fn1()
16 int tem2 = a ^ b; in fn2() local
17 return tem1 ^ tem2; in fn2()
24 int tem2 = b ^ a; in fn3() local
25 return tem1 ^ tem2; in fn3()
32 int tem2 = b ^ a; in fn4() local
40 int tem2 = a & b; in fn5() local
48 int tem2 = a & b; in fn6() local
56 int tem2 = b & a; in fn7() local
[all …]
H A Dfold-xor-5.c8 int tem2 = a ^ b; in fn1() local
9 return tem1 ^ tem2; in fn1()
16 int tem2 = a ^ b; in fn2() local
17 return tem1 ^ tem2; in fn2()
24 int tem2 = b ^ a; in fn3() local
25 return tem1 ^ tem2; in fn3()
32 int tem2 = b ^ a; in fn4() local
40 int tem2 = a | b; in fn5() local
48 int tem2 = a | b; in fn6() local
56 int tem2 = b | a; in fn7() local
[all …]
H A Dfold-plus-2.c8 int tem2 = a | b; in fn1() local
9 return tem1 + tem2; in fn1()
16 int tem2 = a | b; in fn2() local
17 return tem1 + tem2; in fn2()
24 int tem2 = b | a; in fn3() local
25 return tem1 + tem2; in fn3()
32 int tem2 = b | a; in fn4() local
40 int tem2 = a & b; in fn5() local
48 int tem2 = a & b; in fn6() local
56 int tem2 = b & a; in fn7() local
[all …]

12345678910>>...30