Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ARM] Don't leave my test code in the JIT core.
  • Loading branch information
Sonicadvance1 committed Nov 12, 2013
1 parent 56557c8 commit a72b3ca
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions Source/Core/Core/Src/PowerPC/JitArm32/Jit.cpp
Expand Up @@ -358,25 +358,6 @@ const u8* JitArm::DoJit(u32 em_address, PPCAnalyst::CodeBuffer *code_buf, JitBlo
b->checkedEntry = start;
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
{
SetCC(CC_MI);
Expand Down

0 comments on commit a72b3ca

Please sign in to comment.