(Android) renamed gte_arm.s to gte_arm.S so it builds on Linux
[pcsx_rearmed.git] / libpcsxcore / gte_neon.h
1 void gteRTPS_neon(void *cp2_regs, int opcode);
2 void gteRTPT_neon(void *cp2_regs, int opcode);
3
4 // decomposed ops, nonstd calling convention
5 void gteMVMVA_part_neon(void *cp2_regs, int opcode);
6
7 // after NEON call only, does not do gteIR
8 void gteMACtoIR_flags_neon(void *cp2_regs, int lm);