mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-19 05:38:43 +00:00
Added MIPS 64-bit calling conventions (copy of 32-bit). (#12891)
This commit is contained in:
parent
3a7dbf304c
commit
062d112d07
1
libr/anal/d/Makefile
Normal file → Executable file
1
libr/anal/d/Makefile
Normal file → Executable file
@ -16,6 +16,7 @@ F+= spec
|
||||
F+= cc-x86-64
|
||||
F+= cc-x86-32
|
||||
F+= cc-mips-32
|
||||
F+= cc-mips-64
|
||||
F+= cc-m68k-32
|
||||
F+= cc-sparc-32
|
||||
F+= cc-arm-64
|
||||
|
24
libr/anal/d/cc-mips-64.sdb.txt
Normal file
24
libr/anal/d/cc-mips-64.sdb.txt
Normal file
@ -0,0 +1,24 @@
|
||||
default.cc=n32
|
||||
|
||||
o32=cc
|
||||
cc.o32.name=o32
|
||||
cc.o32.arg1=a0
|
||||
cc.o32.arg2=a1
|
||||
cc.o32.arg3=a2
|
||||
cc.o32.arg4=a3
|
||||
cc.o32.argn=stack
|
||||
cc.o32.ret=v0
|
||||
|
||||
n32=cc
|
||||
cc.n32.name=n32
|
||||
cc.n32.arg1=a0
|
||||
cc.n32.arg2=a1
|
||||
cc.n32.arg3=a2
|
||||
cc.n32.arg4=a3
|
||||
cc.n32.arg5=a4
|
||||
cc.n32.arg6=a5
|
||||
cc.n32.arg7=a6
|
||||
cc.n32.arg8=a7
|
||||
cc.n32.argn=stack
|
||||
cc.n32.ret=v0
|
||||
|
Loading…
x
Reference in New Issue
Block a user