diff options
| author | LiZhuoheng <114734429+zohanzephyr@users.noreply.github.com> | 2024-06-18 17:35:09 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-18 11:35:09 +0200 |
| commit | 8dbf982ebe934c535a995cd901603b79f7482a2e (patch) | |
| tree | e4c8608eb26e03565b4c91fa102f09e6e7d4d079 /src/wrapped/generated/wrapper.h | |
| parent | 031255a9469b5399f23fe67594568b030822a910 (diff) | |
| download | box64-8dbf982ebe934c535a995cd901603b79f7482a2e.tar.gz box64-8dbf982ebe934c535a995cd901603b79f7482a2e.zip | |
Added more wrapped functions to gmp and idn2 (#1598)
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 8400a40e..b972eb5e 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -1508,6 +1508,7 @@ void vFppupu(x64emu_t *emu, uintptr_t fnc); void vFppupp(x64emu_t *emu, uintptr_t fnc); void vFppfff(x64emu_t *emu, uintptr_t fnc); void vFppddp(x64emu_t *emu, uintptr_t fnc); +void vFppLLL(x64emu_t *emu, uintptr_t fnc); void vFppLpL(x64emu_t *emu, uintptr_t fnc); void vFpppii(x64emu_t *emu, uintptr_t fnc); void vFpppip(x64emu_t *emu, uintptr_t fnc); @@ -1516,6 +1517,7 @@ void vFpppuu(x64emu_t *emu, uintptr_t fnc); void vFpppup(x64emu_t *emu, uintptr_t fnc); void vFpppff(x64emu_t *emu, uintptr_t fnc); void vFpppdd(x64emu_t *emu, uintptr_t fnc); +void vFpppLp(x64emu_t *emu, uintptr_t fnc); void vFppppi(x64emu_t *emu, uintptr_t fnc); void vFppppu(x64emu_t *emu, uintptr_t fnc); void vFppppL(x64emu_t *emu, uintptr_t fnc); @@ -1661,6 +1663,7 @@ void iFpppui(x64emu_t *emu, uintptr_t fnc); void iFpppup(x64emu_t *emu, uintptr_t fnc); void iFpppUi(x64emu_t *emu, uintptr_t fnc); void iFpppLi(x64emu_t *emu, uintptr_t fnc); +void iFpppLL(x64emu_t *emu, uintptr_t fnc); void iFpppLp(x64emu_t *emu, uintptr_t fnc); void iFppppi(x64emu_t *emu, uintptr_t fnc); void iFppppu(x64emu_t *emu, uintptr_t fnc); @@ -2162,6 +2165,7 @@ void LFpipipi(x64emu_t *emu, uintptr_t fnc); void LFpLippp(x64emu_t *emu, uintptr_t fnc); void LFpLLLLL(x64emu_t *emu, uintptr_t fnc); void LFppLLpL(x64emu_t *emu, uintptr_t fnc); +void LFppLpLL(x64emu_t *emu, uintptr_t fnc); void LFSpLiip(x64emu_t *emu, uintptr_t fnc); void pFEpiupp(x64emu_t *emu, uintptr_t fnc); void pFEpippp(x64emu_t *emu, uintptr_t fnc); @@ -2585,6 +2589,7 @@ void vFppuppiii(x64emu_t *emu, uintptr_t fnc); void vFppuppiiu(x64emu_t *emu, uintptr_t fnc); void vFpplppppi(x64emu_t *emu, uintptr_t fnc); void vFpplppppp(x64emu_t *emu, uintptr_t fnc); +void vFppLpLpLp(x64emu_t *emu, uintptr_t fnc); void vFpppipppu(x64emu_t *emu, uintptr_t fnc); void vFpppuiiii(x64emu_t *emu, uintptr_t fnc); void vFppppiipi(x64emu_t *emu, uintptr_t fnc); |