target/xtensa: extract interrupt and exception helpers
commit8d918d656a1c4bb2300928468e27c53d72420bb9
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 14 Jan 2019 03:51:54 +0000 (13 19:51 -0800)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 14 Jan 2019 07:36:29 +0000 (13 23:36 -0800)
treea6c32a713a3f862f0074949870958e9169b73ccc
parent8803bfea0ea6dee8f44e56775ed77eb4175bb916
target/xtensa: extract interrupt and exception helpers

Move helper functions related to interrupt and exception handling from
op_helper.c and helper.c to exc_helper.c. No functional changes.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/Makefile.objs
target/xtensa/exc_helper.c [new file with mode: 0644]
target/xtensa/helper.c
target/xtensa/op_helper.c