The PR copies SIMD values prior to translation when handling signals. This won't result in corrupting SIMD values with post-translation values.
Two helper functions are introduced. These include copy_sigcontext() and restore_orig_sigcontext(). The former copies pre-translation values of the sigcontext, including SIMD regs, while the latter restores a frame's sigcontext with pre-translation values
Issue: #1615