Displaying 1 result from an estimated 1 matches for "693069".
2016 Sep 22
2
RFC: Adding Register Calling Convention Support
...ers.
To use RegCall, place the keyword before a function declaration. For example:
__regcall int foo (int i, int j); // Windows OS
__attribute__((regcall)) foo (int I, int j); // Linux OS and Mac OS X)
The calling convention is described in more details here:
https://software.intel.com/en-us/node/693069
We are adding support for RegCall calling convention for Clang and LLVM IR.
The first step will include the implementation for LLVM IR.
I will appreciate your comments.
Thanks,
Oren
---------------------------------------------------------------------
Intel Israel (74) Limited
This e-mail and...