search for: callx32m

Displaying 1 result from an estimated 1 matches for "callx32m".

Did you mean: callx32r
2014 Jul 02
6
[LLVMdev] Upstreaming x32 ABI support
...is change is rebased, modified and submitted here: http://reviews.llvm.org/D4181 . Welcome to review. * Use EBP/ESP as frame/stack pointer. This patch will be rebased modified and submitted soon. * Other cases which require introduction X32 specific instruction definitions such as JMPX32r/CALLX32r/CALLX32m. * X32 JIT support * I hope Michael correct me if I missed anything important What’s still missing or experiencing issues (just something from the top): * New tests required and several existing tests fail when extending to x32. * Pointer and struct return; * Cast int to pointer; * Function indir...