Searched refs:B100A (Results 1 - 25 of 72) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/xstormy16/bss_below100/
H A D12_if1_b100b_bit_0.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#0," } } */
6 unsigned char B100A __attribute__ ((__BELOW100__)); variable
7 unsigned char *pA = &B100A;
14 if (B100A & 0x01)
H A D12_if1_b100b_bit_3.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#3," } } */
6 unsigned char B100A __attribute__ ((__BELOW100__)); variable
7 unsigned char *pA = &B100A;
14 if (B100A & 0x08)
H A D12_if1_b100b_bit_7.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#7," } } */
6 unsigned char B100A __attribute__ ((__BELOW100__)); variable
7 unsigned char *pA = &B100A;
14 if (B100A & 0x80)
H A D13_if0_b100b_bit_0.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#0," } } */
6 unsigned char B100A __attribute__ ((__BELOW100__)); variable
7 unsigned char *pA = &B100A;
14 if (!(B100A & 0x01))
H A D13_if0_b100b_bit_3.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#3," } } */
6 unsigned char B100A __attribute__ ((__BELOW100__)); variable
7 unsigned char *pA = &B100A;
14 if (!(B100A & 0x08))
H A D13_if0_b100b_bit_7.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#7," } } */
6 unsigned char B100A __attribute__ ((__BELOW100__)); variable
7 unsigned char *pA = &B100A;
14 if (!(B100A & 0x80))
H A D16_if1_b100w_bit_0.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#0," } } */
6 unsigned short B100A __attribute__ ((__BELOW100__)); variable
7 unsigned short *pA = &B100A;
14 if (B100A & 0x0001)
H A D16_if1_b100w_bit_3.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#3," } } */
6 unsigned short B100A __attribute__ ((__BELOW100__)); variable
7 unsigned short *pA = &B100A;
14 if (B100A & 0x0008)
H A D16_if1_b100w_bit_7.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#7," } } */
6 unsigned short B100A __attribute__ ((__BELOW100__)); variable
7 unsigned short *pA = &B100A;
14 if (B100A & 0x0080)
H A D16_if1_b100w_bit_8.c2 /* { dg-final { scan-assembler "b\[np\] B100A\\+1,#0," } } */
6 unsigned short B100A __attribute__ ((__BELOW100__)); variable
7 unsigned short *pA = &B100A;
14 if (B100A & 0x0100)
H A D16_if1_b100w_bit_b.c2 /* { dg-final { scan-assembler "b\[np\] B100A\\+1,#3," } } */
6 unsigned short B100A __attribute__ ((__BELOW100__)); variable
7 unsigned short *pA = &B100A;
14 if (B100A & 0x0800)
H A D16_if1_b100w_bit_f.c2 /* { dg-final { scan-assembler "b\[np\] B100A\\+1,#7," } } */
6 unsigned short B100A __attribute__ ((__BELOW100__)); variable
7 unsigned short *pA = &B100A;
14 if (B100A & 0x8000)
H A D17_if0_b100w_bit_0.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#0," } } */
6 unsigned short B100A __attribute__ ((__BELOW100__)); variable
7 unsigned short *pA = &B100A;
14 if (!(B100A & 0x0001))
H A D17_if0_b100w_bit_3.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#3," } } */
6 unsigned short B100A __attribute__ ((__BELOW100__)); variable
7 unsigned short *pA = &B100A;
14 if (!(B100A & 0x0008))
H A D17_if0_b100w_bit_7.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#7," } } */
6 unsigned short B100A __attribute__ ((__BELOW100__)); variable
7 unsigned short *pA = &B100A;
14 if (!(B100A & 0x0080))
H A D17_if0_b100w_bit_8.c2 /* { dg-final { scan-assembler "b\[np\] B100A\\+1,#0," } } */
6 unsigned short B100A __attribute__ ((__BELOW100__)); variable
7 unsigned short *pA = &B100A;
14 if (!(B100A & 0x0100))
H A D17_if0_b100w_bit_b.c2 /* { dg-final { scan-assembler "b\[np\] B100A\\+1,#3," } } */
6 unsigned short B100A __attribute__ ((__BELOW100__)); variable
7 unsigned short *pA = &B100A;
14 if (!(B100A & 0x0800))
H A D17_if0_b100w_bit_f.c2 /* { dg-final { scan-assembler "b\[np\] B100A\\+1,#7," } } */
6 unsigned short B100A __attribute__ ((__BELOW100__)); variable
7 unsigned short *pA = &B100A;
14 if (!(B100A & 0x8000))
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/xstormy16/data_below100/
H A D12_if1_b100b_bit_0.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#0," } } */
6 unsigned char B100A __attribute__ ((__BELOW100__)) = 0xcb; variable
7 unsigned char *pA = &B100A;
14 if (B100A & 0x01)
H A D12_if1_b100b_bit_3.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#3," } } */
6 unsigned char B100A __attribute__ ((__BELOW100__)) = 0xcb; variable
7 unsigned char *pA = &B100A;
14 if (B100A & 0x08)
H A D12_if1_b100b_bit_7.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#7," } } */
6 unsigned char B100A __attribute__ ((__BELOW100__)) = 0xcb; variable
7 unsigned char *pA = &B100A;
14 if (B100A & 0x80)
H A D13_if0_b100b_bit_0.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#0," } } */
6 unsigned char B100A __attribute__ ((__BELOW100__)) = 0x34; variable
7 unsigned char *pA = &B100A;
14 if (!(B100A & 0x01))
H A D13_if0_b100b_bit_3.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#3," } } */
6 unsigned char B100A __attribute__ ((__BELOW100__)) = 0x34; variable
7 unsigned char *pA = &B100A;
14 if (!(B100A & 0x08))
H A D13_if0_b100b_bit_7.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#7," } } */
6 unsigned char B100A __attribute__ ((__BELOW100__)) = 0x34; variable
7 unsigned char *pA = &B100A;
14 if (!(B100A & 0x80))
H A D16_if1_b100w_bit_0.c2 /* { dg-final { scan-assembler "b\[np\] B100A,#0," } } */
6 unsigned short B100A __attribute__ ((__BELOW100__)) = 0xedcb; variable
7 unsigned short *pA = &B100A;
14 if (B100A & 0x0001)

Completed in 113 milliseconds

123