This commit was generated by cvs2svn to track changes on a CVS vendor
[external/binutils.git] / sim / testsuite / sim / arm / thumb / bic.cgs
1 # arm testcase for bic $rd,$rs
2 # mach: unfinished
3
4         .include "testutils.inc"
5
6         start
7
8         .global alu_bic
9 alu_bic:
10         bic r0,r0
11
12         pass