Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 15 by
hlide.de...@gmail.com: can 64-bit immediate addressing be
through RIP relative addressing transparently ?
http://code.google.com/p/jitasm/issues/detail?id=15
I'm trying to use immediate address in a code I tried to make it work for
both 32-bit and 64-bit versions. In 64-bit, it fails to build with another
instruction else "mov". looking at jitasm I see no occurence of RIP (for
instruction relative address) which may be a good alternative to immediate
64-bit addressing.
addps(xmm0, xmmword_ptr[intptr_t(constants)]) -> addps xmm0,
xmmword_ptr[rip+intptr_t(constants)-$] where $ is the address of the next
instruction. Does jitasm has this facility to build such instruction with a
RIP-relative address ?
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings