Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12
# Source file used to test the andci and andchi instructions foo: andci r4,r4,0x7fff andci r4,r4,0x8000 andci r4,r4,0xffff andci r4,r4,0x0 andchi r4,r4,0x7fff andchi r4,r4,0x8000 andchi r4,r4,0xffff andchi r4,r4,0x0