[x86/Linux] Port jithelp.asm (#8491)
authorJonghyun Park <parjong@gmail.com>
Tue, 13 Dec 2016 23:36:06 +0000 (08:36 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Tue, 13 Dec 2016 23:36:06 +0000 (00:36 +0100)
commite8e2adfb61834873477e0f154eab90252d6a6047
tree7ac49b79e39419d6472bafd6193e45698e2f2979
parent4f1a90f2f4a2bd0656f22cb76c56e7a7fb631d73
[x86/Linux] Port jithelp.asm (#8491)

* [x86/Linux] Port jithelp.asm

This commit ports jithelp.asm for x86/Linux

The following Tailcall helpers are marked as NYI:
 - JIT_TailCall
 - JIT_TailCallReturnFromVSD
 - JIT_TailCallVSDLeave
 - JIT_TailCallLeave

* Revise macro and indentation
src/pal/inc/unixasmmacrosx86.inc
src/vm/CMakeLists.txt
src/vm/i386/jithelp.S [new file with mode: 0644]
src/vm/i386/unixstubs.cpp