search for: warg1

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

Did you mean: arg1
2012 Mar 11
0
[LLVMdev] LLVM backend for Z80 CPU
...0 codegen backend to the LLVM. CLang+LLVM looks perfect, while quick playing around. Some questions available: 1) Does LLVM support to generate "mixed" code ? For example: in microcontrollers world the subroutine call with const arguments may be decorated like this: call subroutine defw wArg1 defw wArg2 ; ordinary code continues here subroutine pop return address from the stack, read arguments, do some work, and returns via jump to addess after readed arguments. This is much more faster than pushing arguments to the stack/ 2) Does LLVM support to generate self-modifying code ? For e...