1 #as: --em=criself --march=v32
2 #objdump: -dr
3 
4 # Test that v32 flags are properly recognized and emitted at disassembly.
5 
6 .*:     file format elf32-us-cris
7 
8 Disassembly of section \.text:
9 
10 00000000 <x>:
11    0:	b105                	setf c
12    2:	f105                	clearf c
13    4:	f205                	clearf v
14    6:	b205                	setf v
15    8:	b405                	setf z
16    a:	f405                	clearf z
17    c:	f805                	clearf n
18    e:	b805                	setf n
19   10:	b015                	ax
20   12:	f015                	clearf x
21   14:	b025                	ei
22   16:	f025                	di
23   18:	f045                	clearf u
24   1a:	b045                	setf u
25   1c:	b085                	setf p
26   1e:	f085                	clearf p
27