RISC-V: Support rvv extension with released version 1.0.
[binutils-gdb.git] / gas / testsuite / gas / riscv / c-zero-reg.d
1 #as:
2 #objdump: -dr
3
4 .*:[ ]+file format .*
5
6
7 Disassembly of section .text:
8
9 0+000 <.text>:
10 [ ]+0:[ ]+4005[ ]+c.li[ ]+zero,1
11 [ ]+2:[ ]+6009[ ]+c.lui[ ]+zero,0x2
12 [ ]+4:[ ]+000e[ ]+c.slli[ ]+zero,0x3
13 [ ]+6:[ ]+8006[ ]+c.mv[ ]+zero,ra
14 [ ]+8:[ ]+9006[ ]+c.add[ ]+zero,ra
15 [ ]+a:[ ]+00500013[ ]+li[ ]+zero,5
16 [ ]+e:[ ]+00006037[ ]+lui[ ]+zero,0x6
17 [ ]+12:[ ]+00701013[ ]+slli[ ]+zero,zero,0x7
18 [ ]+16:[ ]+00008013[ ]+mv[ ]+zero,ra
19 [ ]+1a:[ ]+00100033[ ]+add[ ]+zero,zero,ra
20 #...