Welcome to Mwmbl! Feel free to submit a site to crawl. Please read the guidelines before editing results.
To contribute to the index you can get our Firefox Extension here. For recent crawling activity see stats.
-
https://en.wikipedia.org/wiki/X86_calling_conventions — found via Wikipedia
X86 calling conventions
Microsoft introduced the __vectorcall calling convention which extends the x64 convention. The calling convention of the System V AMD64 ABI is followed
-
https://docs.microsoft.com/en-us/cpp/build/x64-calling-convention — found via Mwmbl
x64 calling convention | Microsoft Learn
Share via x64 calling convention In this article This section describes the standard processes and conventions that one function (the caller) uses to mak…
-
http://msdn.microsoft.com/library/ms235286(v=vs.100) — found via Mwmbl
Overview of x64 Calling Conventions | Microsoft Learn
Share via Overview of x64 Calling Conventions In this article Two important modifications from x86 to x64 are the 64-bit addressing capability and a flat…
-
https://kotaku.com/1783019163 — found via Mwmbl
Convention Circuit: Calling All Bronies
Convention Circuit: Calling All Bronies Another day, another pony twirling fire. There’s a lot going on during the July 4th weekend, but you might be bus…
-
https://stackoverflow.com/q/4931195 — found via Mwmbl
c - Calling convention for function returning struct - Stack Ove…
do not start identifiers with underscores: such names are reserved for compiler+libc implementation; starting identifiers with an underscore followed by a…
-
http://forum.nasm.us/index.php?topic=1758.0 — found via Mwmbl
x64 calling convention questions
Author Topic: x64 calling convention questions (Read 22196 times) i'm confused about calling functions in x64. I heard, that if the function is called it…
-
http://llvm.org/PR19007 — found via Mwmbl
Destructor alias emission ignores calling convention · Issue #19…
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
http://reviews.llvm.org/D25022 — found via Mwmbl
⚙ D25022 Register Calling Convention - CodeGen Basic Additions
The Register Calling Convention (RegCall) was introduced by Intel to optimize parameter transfer on function call. This calling convention ensures that a…
-
http://gcc.gnu.org/ml/gcc/2003-12/msg00803.html — found via Mwmbl
Latchesar Ionkov - Calling convention that gets frame pointer re…
Calling convention that gets frame pointer register clobbered Hi, Does gcc support calling conventions that get the frame pointer register clobbered? I a…
-
https://gist.github.com/Ed94/a5c7858d6284d2fddf7927ca7aae338a — found via Mwmbl
Calling Convention enforcer generator... · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You swit…
-
https://www.gamedev.net/forums/topic/705135-x64-calling-convention-doesnt-make-room-for-return-value-in-rcx — found via Mwmbl
x64 calling convention doesn't make room for return value in rcx…
x64 calling convention doesn't make room for return value in rcx I have a function which works correctly with asCALL_CDECL_OBJFIRST. self is the correct …
-
http://bugs.python.org/issue1798 — found via Mwmbl
Issue 1798: Add ctypes calling convention that allows safe acces…
This patch adds new calling conventions to ctypes foreign functions by passing 'errno=True' or 'GetLastError=True' to the CDLL or WinDLL constructor. If …
-
http://habrahabr.ru/post/260991/ — found via Mwmbl
Избавляемся от «исторических причин» в cmd.exe / Habr
The Microsoft x64 calling convention is followed on Microsoft Windows and pre-boot UEFI (for long mode on x86-64). It uses registers RCX, RDX, R8, R9 for…
-
https://m.habr.com/en/users/pfemidi/comments/ — found via Mwmbl
Comments / Profile of pfemidi / Habr
The Microsoft x64 calling convention is followed on Windows and pre-boot UEFI (for long mode on x86-64). The first four arguments are placed onto the reg…
-
https://gitlab.haskell.org/ghc/ghc/issues/21465 — found via Mwmbl
#21465: 128-bit Callee-saved registers (Windows x64) are not sav…
Summary The Windows x64 calling convention requires that the 128-bit registers XMM6-XMM15 be saved (and restored) by the callee. StgRunIsImplementedInAss…
-
https://ma.tt/2006/04/conventional-rss/ — found via Mwmbl
Conventional RSS | Matt Mullenweg
Conventional RSS Alex from Textpattern has started putting thoughts down on what we’re calling “conventional RSS.” It’s not a spec, profile, or anything …