Searched refs:B100 (Results 26 - 50 of 61) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/xstormy16/data_below100/
H A D10_set_b100b_bit_7.c2 /* { dg-final { scan-assembler "set1 B100,#7" } } */
5 unsigned char B100 __attribute__ ((__BELOW100__)) = 0x34; variable
6 unsigned char *p = &B100;
11 B100 |= 0x80;
H A D11_clr_b100b_bit_0.c2 /* { dg-final { scan-assembler "clr1 B100,#0" } } */
5 unsigned char B100 __attribute__ ((__BELOW100__)) = 0xcb; variable
6 unsigned char *p = &B100;
11 B100 &= ~0x01;
H A D11_clr_b100b_bit_7.c2 /* { dg-final { scan-assembler "clr1 B100,#7" } } */
5 unsigned char B100 __attribute__ ((__BELOW100__)) = 0xcb; variable
6 unsigned char *p = &B100;
11 B100 &= ~0x80;
H A D14_set_b100w_bit_0.c2 /* { dg-final { scan-assembler "set1 B100,#0" } } */
5 unsigned short B100 __attribute__ ((__BELOW100__)) = 0x1234; variable
6 unsigned short *p = &B100;
11 B100 |= 0x0001;
H A D14_set_b100w_bit_7.c2 /* { dg-final { scan-assembler "set1 B100,#7" } } */
5 unsigned short B100 __attribute__ ((__BELOW100__)) = 0x1234; variable
6 unsigned short *p = &B100;
11 B100 |= 0x0080;
H A D14_set_b100w_bit_8.c2 /* { dg-final { scan-assembler "set1 B100\\+1,#0" } } */
5 unsigned short B100 __attribute__ ((__BELOW100__)) = 0x1234; variable
6 unsigned short *p = &B100;
11 B100 |= 0x0100;
H A D14_set_b100w_bit_f.c2 /* { dg-final { scan-assembler "set1 B100\\+1,#7" } } */
5 unsigned short B100 __attribute__ ((__BELOW100__)) = 0x1234; variable
6 unsigned short *p = &B100;
11 B100 |= 0x8000;
H A D15_clr_b100w_bit_0.c2 /* { dg-final { scan-assembler "clr1 B100,#0" } } */
5 unsigned short B100 __attribute__ ((__BELOW100__)) = 0xedcb; variable
6 unsigned short *p = &B100;
11 B100 &= ~0x0001;
H A D15_clr_b100w_bit_7.c2 /* { dg-final { scan-assembler "clr1 B100,#7" } } */
5 unsigned short B100 __attribute__ ((__BELOW100__)) = 0xedcb; variable
6 unsigned short *p = &B100;
11 B100 &= ~0x0080;
H A D15_clr_b100w_bit_8.c2 /* { dg-final { scan-assembler "clr1 B100\\+1,#0" } } */
5 unsigned short B100 __attribute__ ((__BELOW100__)) = 0xedcb; variable
6 unsigned short *p = &B100;
11 B100 &= ~0x0100;
H A D15_clr_b100w_bit_f.c2 /* { dg-final { scan-assembler "clr1 B100\\+1,#7" } } */
5 unsigned short B100 __attribute__ ((__BELOW100__)) = 0xedcb; variable
6 unsigned short *p = &B100;
11 B100 &= ~0x8000;
H A D20_set_b100b_bitfield_0.c2 /* { dg-final { scan-assembler "set1 B100,#0" } } */
17 BitField B100 __attribute__ ((__BELOW100__)) = variable
20 unsigned char *p = (unsigned char *) &B100;
25 B100.b0 = 1;
H A D20_set_b100b_bitfield_7.c2 /* { dg-final { scan-assembler "set1 B100,#7" } } */
17 BitField B100 __attribute__ ((__BELOW100__)) = variable
20 unsigned char *p = (unsigned char *) &B100;
25 B100.b7 = 1;
H A D21_clr_b100b_bitfield_0.c2 /* { dg-final { scan-assembler "clr1 B100,#0" } } */
17 BitField B100 __attribute__ ((__BELOW100__)) = variable
20 unsigned char *p = (unsigned char *) &B100;
25 B100.b0 = 0;
H A D21_clr_b100b_bitfield_7.c2 /* { dg-final { scan-assembler "clr1 B100,#7" } } */
17 BitField B100 __attribute__ ((__BELOW100__)) = variable
20 unsigned char *p = (unsigned char *) &B100;
25 B100.b7 = 0;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/xstormy16/bss_below100/
H A D20_set_b100b_bitfield_0.c2 /* { dg-final { scan-assembler "set1 B100,#0" } } */
17 BitField B100 __attribute__ ((__BELOW100__)); variable
18 unsigned char *p = (unsigned char *) &B100;
23 B100.b0 = 1;
H A D20_set_b100b_bitfield_7.c2 /* { dg-final { scan-assembler "set1 B100,#7" } } */
17 BitField B100 __attribute__ ((__BELOW100__)); variable
18 unsigned char *p = (unsigned char *) &B100;
23 B100.b7 = 1;
H A D21_clr_b100b_bitfield_0.c2 /* { dg-final { scan-assembler "clr1 B100,#0" } } */
17 BitField B100 __attribute__ ((__BELOW100__)); variable
18 unsigned char *p = (unsigned char *) &B100;
23 B100.b0 = 0;
H A D21_clr_b100b_bitfield_7.c2 /* { dg-final { scan-assembler "clr1 B100,#7" } } */
17 BitField B100 __attribute__ ((__BELOW100__)); variable
18 unsigned char *p = (unsigned char *) &B100;
23 B100.b7 = 0;
H A D24_set_b100w_bitfield_0.c2 /* { dg-final { scan-assembler "set1 B100,#0" } } */
25 BitField B100 __attribute__ ((__BELOW100__)); variable
26 unsigned short *p = (unsigned short *) &B100;
31 B100.b0 = 1;
H A D24_set_b100w_bitfield_7.c2 /* { dg-final { scan-assembler "set1 B100,#7" } } */
25 BitField B100 __attribute__ ((__BELOW100__)); variable
26 unsigned short *p = (unsigned short *) &B100;
31 B100.b7 = 1;
H A D24_set_b100w_bitfield_8.c2 /* { dg-final { scan-assembler "set1 B100\\+1,#0" } } */
25 BitField B100 __attribute__ ((__BELOW100__)); variable
26 unsigned short *p = (unsigned short *) &B100;
31 B100.b8 = 1;
H A D24_set_b100w_bitfield_f.c2 /* { dg-final { scan-assembler "set1 B100\\+1,#7" } } */
25 BitField B100 __attribute__ ((__BELOW100__)); variable
26 unsigned short *p = (unsigned short *) &B100;
31 B100.b15 = 1;
H A D25_clr_b100w_bitfield_0.c2 /* { dg-final { scan-assembler "clr1 B100,#0" } } */
25 BitField B100 __attribute__ ((__BELOW100__)); variable
26 unsigned short *p = (unsigned short *) &B100;
31 B100.b0 = 0;
H A D25_clr_b100w_bitfield_7.c2 /* { dg-final { scan-assembler "clr1 B100,#7" } } */
25 BitField B100 __attribute__ ((__BELOW100__)); variable
26 unsigned short *p = (unsigned short *) &B100;
31 B100.b7 = 0;

Completed in 125 milliseconds

123