mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 22:59:47 -06:00
[ARM] Don't leave my test code in the JIT core.
This commit is contained in:
@ -358,25 +358,6 @@ const u8* JitArm::DoJit(u32 em_address, PPCAnalyst::CodeBuffer *code_buf, JitBlo
|
|||||||
b->checkedEntry = start;
|
b->checkedEntry = start;
|
||||||
b->runCount = 0;
|
b->runCount = 0;
|
||||||
|
|
||||||
BKPT(1);
|
|
||||||
NEONXEmitter emit(this);
|
|
||||||
#if 1
|
|
||||||
emit.VNEG(I_8, D15, D15);
|
|
||||||
emit.VNEG(I_16, D15, D15);
|
|
||||||
emit.VNEG(I_32, D15, D15);
|
|
||||||
emit.VNEG(F_32, Q15, Q15);
|
|
||||||
|
|
||||||
#elif 0
|
|
||||||
emit.VTRN(I_8, D31, D31);
|
|
||||||
emit.VTRN(I_8, Q15, Q15);
|
|
||||||
emit.VTRN(I_16, D31, D31);
|
|
||||||
emit.VTRN(I_16, Q15, Q15);
|
|
||||||
emit.VTRN(I_32, D31, D31);
|
|
||||||
emit.VTRN(I_32, Q15, Q15);
|
|
||||||
#else
|
|
||||||
emit.VSWP(D31, D31);
|
|
||||||
emit.VSWP(Q15, Q15);
|
|
||||||
#endif
|
|
||||||
// Downcount flag check, Only valid for linked blocks
|
// Downcount flag check, Only valid for linked blocks
|
||||||
{
|
{
|
||||||
SetCC(CC_MI);
|
SetCC(CC_MI);
|
||||||
|
Reference in New Issue
Block a user