Searched refs:B100B (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.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#0," } } */
8 unsigned char B100B __attribute__ ((__BELOW100__)); variable
9 unsigned char *pB = &B100B;
16 if (B100B & 0x01)
H A D12_if1_b100b_bit_3.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#3," } } */
8 unsigned char B100B __attribute__ ((__BELOW100__)); variable
9 unsigned char *pB = &B100B;
16 if (B100B & 0x08)
H A D12_if1_b100b_bit_7.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#7," } } */
8 unsigned char B100B __attribute__ ((__BELOW100__)); variable
9 unsigned char *pB = &B100B;
16 if (B100B & 0x80)
H A D13_if0_b100b_bit_0.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#0," } } */
8 unsigned char B100B __attribute__ ((__BELOW100__)); variable
9 unsigned char *pB = &B100B;
16 if (!(B100B & 0x01))
H A D13_if0_b100b_bit_3.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#3," } } */
8 unsigned char B100B __attribute__ ((__BELOW100__)); variable
9 unsigned char *pB = &B100B;
16 if (!(B100B & 0x08))
H A D13_if0_b100b_bit_7.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#7," } } */
8 unsigned char B100B __attribute__ ((__BELOW100__)); variable
9 unsigned char *pB = &B100B;
16 if (!(B100B & 0x80))
H A D16_if1_b100w_bit_0.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#0," } } */
8 unsigned short B100B __attribute__ ((__BELOW100__)); variable
9 unsigned short *pB = &B100B;
16 if (B100B & 0x0001)
H A D16_if1_b100w_bit_3.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#3," } } */
8 unsigned short B100B __attribute__ ((__BELOW100__)); variable
9 unsigned short *pB = &B100B;
16 if (B100B & 0x0008)
H A D16_if1_b100w_bit_7.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#7," } } */
8 unsigned short B100B __attribute__ ((__BELOW100__)); variable
9 unsigned short *pB = &B100B;
16 if (B100B & 0x0080)
H A D16_if1_b100w_bit_8.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#0," } } */
8 unsigned short B100B __attribute__ ((__BELOW100__)); variable
9 unsigned short *pB = &B100B;
16 if (B100B & 0x0100)
H A D16_if1_b100w_bit_b.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#3," } } */
8 unsigned short B100B __attribute__ ((__BELOW100__)); variable
9 unsigned short *pB = &B100B;
16 if (B100B & 0x0800)
H A D16_if1_b100w_bit_f.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#7," } } */
8 unsigned short B100B __attribute__ ((__BELOW100__)); variable
9 unsigned short *pB = &B100B;
16 if (B100B & 0x8000)
H A D17_if0_b100w_bit_0.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#0," } } */
8 unsigned short B100B __attribute__ ((__BELOW100__)); variable
9 unsigned short *pB = &B100B;
16 if (!(B100B & 0x0001))
H A D17_if0_b100w_bit_3.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#3," } } */
8 unsigned short B100B __attribute__ ((__BELOW100__)); variable
9 unsigned short *pB = &B100B;
16 if (!(B100B & 0x0008))
H A D17_if0_b100w_bit_7.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#7," } } */
8 unsigned short B100B __attribute__ ((__BELOW100__)); variable
9 unsigned short *pB = &B100B;
16 if (!(B100B & 0x0080))
H A D17_if0_b100w_bit_8.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#0," } } */
8 unsigned short B100B __attribute__ ((__BELOW100__)); variable
9 unsigned short *pB = &B100B;
16 if (!(B100B & 0x0100))
H A D17_if0_b100w_bit_b.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#3," } } */
8 unsigned short B100B __attribute__ ((__BELOW100__)); variable
9 unsigned short *pB = &B100B;
16 if (!(B100B & 0x0800))
H A D17_if0_b100w_bit_f.c3 /* { dg-final { scan-assembler "b\[np\] B100B\\+1,#7," } } */
8 unsigned short B100B __attribute__ ((__BELOW100__)); variable
9 unsigned short *pB = &B100B;
16 if (!(B100B & 0x8000))
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/xstormy16/data_below100/
H A D12_if1_b100b_bit_0.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#0," } } */
8 unsigned char B100B __attribute__ ((__BELOW100__)) = 0x34; variable
9 unsigned char *pB = &B100B;
16 if (B100B & 0x01)
H A D12_if1_b100b_bit_3.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#3," } } */
8 unsigned char B100B __attribute__ ((__BELOW100__)) = 0x34; variable
9 unsigned char *pB = &B100B;
16 if (B100B & 0x08)
H A D12_if1_b100b_bit_7.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#7," } } */
8 unsigned char B100B __attribute__ ((__BELOW100__)) = 0x34; variable
9 unsigned char *pB = &B100B;
16 if (B100B & 0x80)
H A D13_if0_b100b_bit_0.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#0," } } */
8 unsigned char B100B __attribute__ ((__BELOW100__)) = 0xcb; variable
9 unsigned char *pB = &B100B;
16 if (!(B100B & 0x01))
H A D13_if0_b100b_bit_3.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#3," } } */
8 unsigned char B100B __attribute__ ((__BELOW100__)) = 0xcb; variable
9 unsigned char *pB = &B100B;
16 if (!(B100B & 0x08))
H A D13_if0_b100b_bit_7.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#7," } } */
8 unsigned char B100B __attribute__ ((__BELOW100__)) = 0xcb; variable
9 unsigned char *pB = &B100B;
16 if (!(B100B & 0x80))
H A D16_if1_b100w_bit_0.c3 /* { dg-final { scan-assembler "b\[np\] B100B,#0," } } */
8 unsigned short B100B __attribute__ ((__BELOW100__)) = 0x1234; variable
9 unsigned short *pB = &B100B;
16 if (B100B & 0x0001)

Completed in 48 milliseconds

123