aboutsummaryrefslogtreecommitdiff
path: root/target-arm/op_neon.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-arm/op_neon.h')
-rw-r--r--target-arm/op_neon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-arm/op_neon.h b/target-arm/op_neon.h
index 232375e18f..e91dcc5278 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)