psxmem: Add mman wrapper for Win32 and use it for PCSX ReARmed libretro Win32
[pcsx_rearmed.git] / libpcsxcore / gte_neon.h
CommitLineData
17ed0d69 1void gteRTPS_neon(void *cp2_regs, int opcode);
2void gteRTPT_neon(void *cp2_regs, int opcode);
054175e9 3
4// decomposed ops, nonstd calling convention
5void gteMVMVA_part_neon(void *cp2_regs, int opcode);
6
7// after NEON call only, does not do gteIR
8void gteMACtoIR_flags_neon(void *cp2_regs, int lm);