|
|
@ -917,7 +917,7 @@ vfp_single_multiply(struct vfp_single *vsd, struct vfp_single *vsn, struct vfp_s
|
|
|
|
#define NEG_SUBTRACT (1 << 1)
|
|
|
|
#define NEG_SUBTRACT (1 << 1)
|
|
|
|
|
|
|
|
|
|
|
|
static u32
|
|
|
|
static u32
|
|
|
|
vfp_single_multiply_accumulate(ARMul_State* state, int sd, int sn, s32 m, u32 fpscr, u32 negate, char *func)
|
|
|
|
vfp_single_multiply_accumulate(ARMul_State* state, int sd, int sn, s32 m, u32 fpscr, u32 negate, const char *func)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
struct vfp_single vsd, vsp, vsn, vsm;
|
|
|
|
struct vfp_single vsd, vsp, vsn, vsm;
|
|
|
|
u32 exceptions;
|
|
|
|
u32 exceptions;
|
|
|
|