RISC-V: Support the ISA-dependent CSR checking.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / riscv / alias-csr.d
1 #source: alias-csr.s
2 #as: -march=rv64if
3 #objdump: -dr
4
5 .*:[ ]+file format .*
6
7
8 Disassembly of section .text:
9
10 0+000 <alias_csr>:
11 [ ]+0:[ ]+003022f3[ ]+frcsr[ ]+t0
12 [ ]+4:[ ]+003392f3[ ]+fscsr[ ]+t0,t2
13 [ ]+8:[ ]+00339073[ ]+fscsr[ ]+t2
14 [ ]+c:[ ]+002022f3[ ]+frrm[ ]+t0
15 [ ]+10:[ ]+002312f3[ ]+fsrm[ ]+t0,t1
16 [ ]+14:[ ]+00231073[ ]+fsrm[ ]+t1
17 [ ]+18:[ ]+002fd2f3[ ]+fsrmi[ ]+t0,31
18 [ ]+1c:[ ]+002fd073[ ]+fsrmi[ ]+zero,31
19 [ ]+20:[ ]+001022f3[ ]+frflags[ ]+t0
20 [ ]+24:[ ]+001312f3[ ]+fsflags[ ]+t0,t1
21 [ ]+28:[ ]+00131073[ ]+fsflags[ ]+t1
22 [ ]+2c:[ ]+001fd2f3[ ]+fsflagsi[ ]+t0,31
23 [ ]+30:[ ]+001fd073[ ]+fsflagsi[ ]+zero,31
This page took 0.058797 seconds and 4 git commands to generate.