x86: split off integer helpers
commitd7582078017c5c7c4a8ca0d794db1c896e86a105
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 29 Apr 2012 13:12:26 +0000 (29 13:12 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 28 Jun 2012 20:28:08 +0000 (28 20:28 +0000)
tree3aded30c2deb1229a10e616f805a66fa3aaa9e6c
parent5918fffb1d5060bf8a480c5201a17f09baa26514
x86: split off integer helpers

Move integer and bit field helpers to int_helper.c.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-i386/Makefile.objs
target-i386/int_helper.c [new file with mode: 0644]
target-i386/op_helper.c