Revision 1497c961 target-arm/op_neon.h

b/target-arm/op_neon.h
9 9
/* Note that for NEON an "l" prefix means it is a wide operation, unlike
10 10
   scalar arm ops where it means a word size operation.  */
11 11

  
12
#define SIGNBIT (uint32_t)0x80000000
12 13
/* ??? NEON ops should probably have their own float status.  */
13 14
#define NFS &env->vfp.fp_status
14 15
#define NEON_OP(name) void OPPROTO op_neon_##name (void)

Also available in: Unified diff