1 /** Test the 8-bit bitwise operators under register pressure
2 Meant to trigger use of 16-bit bitwise instructions for 8-bit operations.
8 unsigned char c0
, c1
, c2
, c3
;
10 unsigned char and8(void)
12 unsigned char t0
, t1
, t2
, t3
, t4
, t5
;
25 unsigned char or8(void)
27 unsigned char t0
, t1
, t2
, t3
, t4
, t5
;