RISC-V: Accept version, supervisor ext and more than one NSE for -march.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / riscv / c-zero-reg.s
CommitLineData
21a186f2
JW
1 .option rvc
2 # These are hints.
3 c.li x0, 1
4 c.lui x0, 2
5 c.slli x0, 3
6 c.mv x0, x1
7 c.add x0, x1
8 # Don't let these compress to hints.
9 li x0, 5
10 lui x0, 6
e6f372ba 11 slli x0, x0, 7
21a186f2
JW
12 mv x0, x1
13 add x0, x0, x1
e6f372ba
JW
14# RV128 support not implemented yet.
15# slli x0, x0, 64
This page took 0.123369 seconds and 4 git commands to generate.