diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-17 22:04:52 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-17 22:04:52 +0000 |
commit | b3249f630e95f3235da438ee1a6cd1b867084e9c (patch) | |
tree | 73e6a9cdd97062c471dd4aaa596abd34316c5b6d /target-alpha/op_helper.h | |
parent | 9c29504eb71238241f29667bd96fb83c97668e1a (diff) | |
download | qemu-b3249f630e95f3235da438ee1a6cd1b867084e9c.zip qemu-b3249f630e95f3235da438ee1a6cd1b867084e9c.tar.gz qemu-b3249f630e95f3235da438ee1a6cd1b867084e9c.tar.bz2 |
target-alpha: convert byte manipulation instructions to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5246 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-alpha/op_helper.h')
-rw-r--r-- | target-alpha/op_helper.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/target-alpha/op_helper.h b/target-alpha/op_helper.h index 56f34a0..86c9d21 100644 --- a/target-alpha/op_helper.h +++ b/target-alpha/op_helper.h @@ -33,29 +33,6 @@ void helper_subqv (void); void helper_sublv (void); void helper_mullv (void); void helper_mulqv (void); -void helper_mskbl (void); -void helper_extbl (void); -void helper_insbl (void); -void helper_mskwl (void); -void helper_extwl (void); -void helper_inswl (void); -void helper_mskll (void); -void helper_extll (void); -void helper_insll (void); -void helper_zap (void); -void helper_zapnot (void); -void helper_mskql (void); -void helper_extql (void); -void helper_insql (void); -void helper_mskwh (void); -void helper_inswh (void); -void helper_extwh (void); -void helper_msklh (void); -void helper_inslh (void); -void helper_extlh (void); -void helper_mskqh (void); -void helper_insqh (void); -void helper_extqh (void); void helper_cmpbge (void); void helper_cmov_fir (int freg); |