Add znver2 support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / pr19910-1.s
1 # U suffix should not trigger an error.
2 sethi %hi(0x4000U), %g1
3
4 # U suffix should not prevent evaluation of the expression.
5 or %g0, %lo(0x400U + 0x40U), %g1
6
7 # U suffix should not confuse multiple layers of parentheses.
8 or %g0, %lo((0x4000U + 0x4U)), %g1
This page took 0.031603 seconds and 4 git commands to generate.