Searched refs:B100B (Results 51 - 72 of 72) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/xstormy16/data_below100/
H A D26_if1_b100w_bitfield_7.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#7," } } */
30 BitField B100B __attribute__ ((__BELOW100__)) = variable
33 unsigned short *pB = (unsigned short *) &B100B;
40 if (B100B.b7)
H A D26_if1_b100w_bitfield_8.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#0," } } */
30 BitField B100B __attribute__ ((__BELOW100__)) = variable
33 unsigned short *pB = (unsigned short *) &B100B;
40 if (B100B.b8)
H A D26_if1_b100w_bitfield_b.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#3," } } */
30 BitField B100B __attribute__ ((__BELOW100__)) = variable
33 unsigned short *pB = (unsigned short *) &B100B;
40 if (B100B.b11)
H A D26_if1_b100w_bitfield_f.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#7," } } */
30 BitField B100B __attribute__ ((__BELOW100__)) = variable
33 unsigned short *pB = (unsigned short *) &B100B;
40 if (B100B.b15)
H A D27_if0_b100w_bitfield_0.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#0," } } */
30 BitField B100B __attribute__ ((__BELOW100__)) = variable
33 unsigned short *pB = (unsigned short *) &B100B;
40 if (!B100B.b0)
H A D27_if0_b100w_bitfield_3.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#3," } } */
30 BitField B100B __attribute__ ((__BELOW100__)) = variable
33 unsigned short *pB = (unsigned short *) &B100B;
40 if (!B100B.b3)
H A D27_if0_b100w_bitfield_7.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#7," } } */
30 BitField B100B __attribute__ ((__BELOW100__)) = variable
33 unsigned short *pB = (unsigned short *) &B100B;
40 if (!B100B.b7)
H A D27_if0_b100w_bitfield_8.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#0," } } */
30 BitField B100B __attribute__ ((__BELOW100__)) = variable
33 unsigned short *pB = (unsigned short *) &B100B;
40 if (!B100B.b8)
H A D27_if0_b100w_bitfield_b.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#3," } } */
30 BitField B100B __attribute__ ((__BELOW100__)) = variable
33 unsigned short *pB = (unsigned short *) &B100B;
40 if (!B100B.b11)
H A D27_if0_b100w_bitfield_f.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#7," } } */
30 BitField B100B __attribute__ ((__BELOW100__)) = variable
33 unsigned short *pB = (unsigned short *) &B100B;
40 if (!B100B.b15)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/xstormy16/bss_below100/
H A D26_if1_b100w_bitfield_0.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#0," } } */
28 BitField B100B __attribute__ ((__BELOW100__)); variable
29 unsigned short *pB = (unsigned short *) &B100B;
36 if (B100B.b0)
H A D26_if1_b100w_bitfield_3.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#3," } } */
28 BitField B100B __attribute__ ((__BELOW100__)); variable
29 unsigned short *pB = (unsigned short *) &B100B;
36 if (B100B.b3)
H A D26_if1_b100w_bitfield_7.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#7," } } */
28 BitField B100B __attribute__ ((__BELOW100__)); variable
29 unsigned short *pB = (unsigned short *) &B100B;
36 if (B100B.b7)
H A D26_if1_b100w_bitfield_8.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#0," } } */
28 BitField B100B __attribute__ ((__BELOW100__)); variable
29 unsigned short *pB = (unsigned short *) &B100B;
36 if (B100B.b8)
H A D26_if1_b100w_bitfield_b.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#3," } } */
28 BitField B100B __attribute__ ((__BELOW100__)); variable
29 unsigned short *pB = (unsigned short *) &B100B;
36 if (B100B.b11)
H A D26_if1_b100w_bitfield_f.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#7," } } */
28 BitField B100B __attribute__ ((__BELOW100__)); variable
29 unsigned short *pB = (unsigned short *) &B100B;
36 if (B100B.b15)
H A D27_if0_b100w_bitfield_0.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#0," } } */
28 BitField B100B __attribute__ ((__BELOW100__)); variable
29 unsigned short *pB = (unsigned short *) &B100B;
36 if (!B100B.b0)
H A D27_if0_b100w_bitfield_3.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#3," } } */
28 BitField B100B __attribute__ ((__BELOW100__)); variable
29 unsigned short *pB = (unsigned short *) &B100B;
36 if (!B100B.b3)
H A D27_if0_b100w_bitfield_7.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#7," } } */
28 BitField B100B __attribute__ ((__BELOW100__)); variable
29 unsigned short *pB = (unsigned short *) &B100B;
36 if (!B100B.b7)
H A D27_if0_b100w_bitfield_8.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#0," } } */
28 BitField B100B __attribute__ ((__BELOW100__)); variable
29 unsigned short *pB = (unsigned short *) &B100B;
36 if (!B100B.b8)
H A D27_if0_b100w_bitfield_b.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#3," } } */
28 BitField B100B __attribute__ ((__BELOW100__)); variable
29 unsigned short *pB = (unsigned short *) &B100B;
36 if (!B100B.b11)
H A D27_if0_b100w_bitfield_f.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#7," } } */
28 BitField B100B __attribute__ ((__BELOW100__)); variable
29 unsigned short *pB = (unsigned short *) &B100B;
36 if (!B100B.b15)

Completed in 137 milliseconds

123