search for: loweeh_return

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

Did you mean: lowereh_return
2018 Mar 22
0
About LowerEH_RETURN
...H_RETURN to lower `builtin_eh_return (offset, handler)`. What I am trying to do is, 1. compute the new sp with the offset. 2. store the handler on the memory pointed by the new sp. 3. update current sp to the new sp. Below picture illustrates the scenario more clearly. ​ ​In LoweEH_RETURN, ​I would like to compute the new sp with (fp + ???? + offset), and store handler there. The stack area at ???? seems to be used to store callee-saved register and something else. I don't know how to get the correct ???? though. Should I take a look on `FRAME_TO_ARGS_OFFSET` [1], or there is a...