mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-08 22:35:35 +00:00
header_gen: Add float128_to_uint32 to the list
Avoids multiple definition errors.
This commit is contained in:
parent
11679ff3cf
commit
4f210d0731
|
@ -482,6 +482,7 @@
|
|||
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_aarch64
|
||||
#define float128_to_int64 float128_to_int64_aarch64
|
||||
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_aarch64
|
||||
#define float128_to_uint32 float128_to_uint32_aarch64
|
||||
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_aarch64
|
||||
#define float128_to_uint64 float128_to_uint64_aarch64
|
||||
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_aarch64
|
||||
|
|
|
@ -482,6 +482,7 @@
|
|||
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_aarch64eb
|
||||
#define float128_to_int64 float128_to_int64_aarch64eb
|
||||
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_aarch64eb
|
||||
#define float128_to_uint32 float128_to_uint32_aarch64eb
|
||||
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_aarch64eb
|
||||
#define float128_to_uint64 float128_to_uint64_aarch64eb
|
||||
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_aarch64eb
|
||||
|
|
|
@ -482,6 +482,7 @@
|
|||
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_arm
|
||||
#define float128_to_int64 float128_to_int64_arm
|
||||
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_arm
|
||||
#define float128_to_uint32 float128_to_uint32_arm
|
||||
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_arm
|
||||
#define float128_to_uint64 float128_to_uint64_arm
|
||||
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_arm
|
||||
|
|
|
@ -482,6 +482,7 @@
|
|||
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_armeb
|
||||
#define float128_to_int64 float128_to_int64_armeb
|
||||
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_armeb
|
||||
#define float128_to_uint32 float128_to_uint32_armeb
|
||||
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_armeb
|
||||
#define float128_to_uint64 float128_to_uint64_armeb
|
||||
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_armeb
|
||||
|
|
|
@ -488,6 +488,7 @@ symbols = (
|
|||
'float128_to_int32_round_to_zero',
|
||||
'float128_to_int64',
|
||||
'float128_to_int64_round_to_zero',
|
||||
'float128_to_uint32',
|
||||
'float128_to_uint32_round_to_zero',
|
||||
'float128_to_uint64',
|
||||
'float128_to_uint64_round_to_zero',
|
||||
|
|
|
@ -482,6 +482,7 @@
|
|||
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_m68k
|
||||
#define float128_to_int64 float128_to_int64_m68k
|
||||
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_m68k
|
||||
#define float128_to_uint32 float128_to_uint32_m68k
|
||||
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_m68k
|
||||
#define float128_to_uint64 float128_to_uint64_m68k
|
||||
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_m68k
|
||||
|
|
|
@ -482,6 +482,7 @@
|
|||
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_mips
|
||||
#define float128_to_int64 float128_to_int64_mips
|
||||
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_mips
|
||||
#define float128_to_uint32 float128_to_uint32_mips
|
||||
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_mips
|
||||
#define float128_to_uint64 float128_to_uint64_mips
|
||||
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_mips
|
||||
|
|
|
@ -482,6 +482,7 @@
|
|||
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_mips64
|
||||
#define float128_to_int64 float128_to_int64_mips64
|
||||
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_mips64
|
||||
#define float128_to_uint32 float128_to_uint32_mips64
|
||||
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_mips64
|
||||
#define float128_to_uint64 float128_to_uint64_mips64
|
||||
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_mips64
|
||||
|
|
|
@ -482,6 +482,7 @@
|
|||
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_mips64el
|
||||
#define float128_to_int64 float128_to_int64_mips64el
|
||||
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_mips64el
|
||||
#define float128_to_uint32 float128_to_uint32_mips64el
|
||||
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_mips64el
|
||||
#define float128_to_uint64 float128_to_uint64_mips64el
|
||||
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_mips64el
|
||||
|
|
|
@ -482,6 +482,7 @@
|
|||
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_mipsel
|
||||
#define float128_to_int64 float128_to_int64_mipsel
|
||||
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_mipsel
|
||||
#define float128_to_uint32 float128_to_uint32_mipsel
|
||||
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_mipsel
|
||||
#define float128_to_uint64 float128_to_uint64_mipsel
|
||||
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_mipsel
|
||||
|
|
|
@ -482,6 +482,7 @@
|
|||
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_powerpc
|
||||
#define float128_to_int64 float128_to_int64_powerpc
|
||||
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_powerpc
|
||||
#define float128_to_uint32 float128_to_uint32_powerpc
|
||||
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_powerpc
|
||||
#define float128_to_uint64 float128_to_uint64_powerpc
|
||||
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_powerpc
|
||||
|
|
|
@ -482,6 +482,7 @@
|
|||
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_sparc
|
||||
#define float128_to_int64 float128_to_int64_sparc
|
||||
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_sparc
|
||||
#define float128_to_uint32 float128_to_uint32_sparc
|
||||
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_sparc
|
||||
#define float128_to_uint64 float128_to_uint64_sparc
|
||||
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_sparc
|
||||
|
|
|
@ -482,6 +482,7 @@
|
|||
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_sparc64
|
||||
#define float128_to_int64 float128_to_int64_sparc64
|
||||
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_sparc64
|
||||
#define float128_to_uint32 float128_to_uint32_sparc64
|
||||
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_sparc64
|
||||
#define float128_to_uint64 float128_to_uint64_sparc64
|
||||
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_sparc64
|
||||
|
|
|
@ -482,6 +482,7 @@
|
|||
#define float128_to_int32_round_to_zero float128_to_int32_round_to_zero_x86_64
|
||||
#define float128_to_int64 float128_to_int64_x86_64
|
||||
#define float128_to_int64_round_to_zero float128_to_int64_round_to_zero_x86_64
|
||||
#define float128_to_uint32 float128_to_uint32_x86_64
|
||||
#define float128_to_uint32_round_to_zero float128_to_uint32_round_to_zero_x86_64
|
||||
#define float128_to_uint64 float128_to_uint64_x86_64
|
||||
#define float128_to_uint64_round_to_zero float128_to_uint64_round_to_zero_x86_64
|
||||
|
|
Loading…
Reference in a new issue