mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-07-07 13:50:36 +00:00
target-mips: Remove unused 'FLOAT_OP' macro
Remove the `FLOAT_OP' macro, unused since commit b6d96beda3a6cbf20a2d04a609eff78adebd8859 [Use temporary registers for the MIPS FPU emulation.]. Backports commit 51fdea945ae7adae8d7e4a1624e35bb7f714b58f from qemu
This commit is contained in:
parent
f62664948e
commit
802b5d9a3d
|
@ -3145,8 +3145,6 @@ uint64_t helper_float_rsqrt1_ps(CPUMIPSState *env, uint64_t fdt0)
|
||||||
return ((uint64_t)fsth2 << 32) | fst2;
|
return ((uint64_t)fsth2 << 32) | fst2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define FLOAT_OP(name, p) void helper_float_##name##_##p(CPUMIPSState *env)
|
|
||||||
|
|
||||||
/* binary operations */
|
/* binary operations */
|
||||||
#define FLOAT_BINOP(name) \
|
#define FLOAT_BINOP(name) \
|
||||||
uint64_t helper_float_ ## name ## _d(CPUMIPSState *env, \
|
uint64_t helper_float_ ## name ## _d(CPUMIPSState *env, \
|
||||||
|
|
Loading…
Reference in a new issue