Change ada_which_variant_applies to value API
[deliverable/binutils-gdb.git] / gas / testsuite / gas / riscv / no-aliases-csr.d
CommitLineData
c0d6f62f
JW
1#source: alias-csr.s
2#as: -march=rv64if
3#objdump: -dr -Mno-aliases
4
5.*:[ ]+file format .*
6
7
8Disassembly of section .text:
9
100+000 <alias_csr>:
11[ ]+0:[ ]+003022f3[ ]+csrrs[ ]+t0,fcsr,zero
12[ ]+4:[ ]+003392f3[ ]+csrrw[ ]+t0,fcsr,t2
13[ ]+8:[ ]+00339073[ ]+csrrw[ ]+zero,fcsr,t2
14[ ]+c:[ ]+002022f3[ ]+csrrs[ ]+t0,frm,zero
15[ ]+10:[ ]+002312f3[ ]+csrrw[ ]+t0,frm,t1
16[ ]+14:[ ]+00231073[ ]+csrrw[ ]+zero,frm,t1
17[ ]+18:[ ]+002fd2f3[ ]+csrrwi[ ]+t0,frm,31
18[ ]+1c:[ ]+002fd073[ ]+csrrwi[ ]+zero,frm,31
19[ ]+20:[ ]+001022f3[ ]+csrrs[ ]+t0,fflags,zero
20[ ]+24:[ ]+001312f3[ ]+csrrw[ ]+t0,fflags,t1
21[ ]+28:[ ]+00131073[ ]+csrrw[ ]+zero,fflags,t1
22[ ]+2c:[ ]+001fd2f3[ ]+csrrwi[ ]+t0,fflags,31
23[ ]+30:[ ]+001fd073[ ]+csrrwi[ ]+zero,fflags,31
This page took 0.063441 seconds and 4 git commands to generate.