diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-31 03:45:50 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-31 03:45:50 +0000 |
commit | 1497c961af2b6d45bd2a1da5a351be54edcadca2 (patch) | |
tree | 0e8af8215053e2dc84138adae3db63bad77f2906 /target-arm/op_neon.h | |
parent | 9a119ff6c1cba1fde88bf6275d6ba40c95d35dce (diff) | |
download | qemu-1497c961af2b6d45bd2a1da5a351be54edcadca2.zip qemu-1497c961af2b6d45bd2a1da5a351be54edcadca2.tar.gz qemu-1497c961af2b6d45bd2a1da5a351be54edcadca2.tar.bz2 |
ARM TCG conversion 4/16.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4141 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-arm/op_neon.h')
-rw-r--r-- | target-arm/op_neon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-arm/op_neon.h b/target-arm/op_neon.h index 232375e..e91dcc5 100644 --- a/target-arm/op_neon.h +++ b/target-arm/op_neon.h @@ -9,6 +9,7 @@ /* Note that for NEON an "l" prefix means it is a wide operation, unlike scalar arm ops where it means a word size operation. */ +#define SIGNBIT (uint32_t)0x80000000 /* ??? NEON ops should probably have their own float status. */ #define NFS &env->vfp.fp_status #define NEON_OP(name) void OPPROTO op_neon_##name (void) |