RISC-V: Support rvv extension with released version 1.0.
[binutils-gdb.git] / gas / testsuite / gas / riscv / tprel-add.s
1 # Don't allow tprel_add in amoadd.
2 amoadd.w x8,x9,%tprel_add(i)(x10)
3 # Do require tprel_add in 4-operand add.
4 add a5,a5,tp,0
5 .globl i
6 .section .tbss,"awT",@nobits
7 .align 2
8 .type i, @object
9 .size i, 4
10 i:
11 .zero 4