mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-02 10:30:00 +00:00
16 lines
393 B
Makefile
16 lines
393 B
Makefile
#name: jirl zero-offset symbols for LoongArch64
|
|
#source: disas-jirl.s
|
|
#ld: --no-relax
|
|
#objdump: -d
|
|
#skip: loongarch32-*-*
|
|
|
|
.*:[ ]+file format .*
|
|
|
|
|
|
Disassembly of section .text:
|
|
|
|
0000000120000078 <_start>:
|
|
[ ]+120000078:[ ]+1c000014 [ ]+pcaddu12i[ ]+[ ]+\$t8, 0
|
|
[ ]+12000007c:[ ]+02c00294 [ ]+addi.d[ ]+[ ]+\$t8, \$t8, 0
|
|
[ ]+120000080:[ ]+4c000281 [ ]+jirl[ ]+[ ]+\$ra, \$t8, 0
|