Displaying 1 result from an estimated 1 matches for "jmpx32r".
Did you mean:
jmp32
2014 Jul 02
6
[LLVMdev] Upstreaming x32 ABI support
...pport for x32. This 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...