diff options
Diffstat (limited to 'ld/testsuite/ld-loongarch-elf/macro_op_32.s')
-rw-r--r-- | ld/testsuite/ld-loongarch-elf/macro_op_32.s | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/ld/testsuite/ld-loongarch-elf/macro_op_32.s b/ld/testsuite/ld-loongarch-elf/macro_op_32.s new file mode 100644 index 0000000..2e26b6b --- /dev/null +++ b/ld/testsuite/ld-loongarch-elf/macro_op_32.s @@ -0,0 +1,29 @@ +.L1: + li.w $r4,0 + li.w $r4,0xffffffff + li.w $r4,0 + li.w $r4,0xffffffff + la $r4,L1 + la.global $r4,L1 + la.global $r4,$r5,L1 + la.global $r4,L1 + la.global $r4,$r5,L1 + la.global $r4,L1 + la.global $r4,$r5,L1 + la.local $r4,L1 + la.local $r4,$r5,L1 + la.local $r4,L1 + la.local $r4,$r5,L1 + la.abs $r4,L1 + la.pcrel $r4,L1 + la.pcrel $r4,L1 + la.pcrel $r4,$r5,L1 + la.got $r4,L1 + la.got $r4,$r5,L1 + la.tls.le $r4,L1 + la.tls.ie $r4,L1 + la.tls.ie $r4,$r5,L1 + la.tls.ld $r4,L1 + la.tls.ld $r4,$r5,L1 + la.tls.gd $r4,L1 + la.tls.gd $r4,$r5,L1 |