aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/gte_neon.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/gte_neon.h')
-rw-r--r--libpcsxcore/gte_neon.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/libpcsxcore/gte_neon.h b/libpcsxcore/gte_neon.h
index 7266496..082be62 100644
--- a/libpcsxcore/gte_neon.h
+++ b/libpcsxcore/gte_neon.h
@@ -1,3 +1,8 @@
void gteRTPS_neon(void *cp2_regs, int opcode);
void gteRTPT_neon(void *cp2_regs, int opcode);
-void gteMVMVA_neon(void *cp2_regs, int opcode);
+
+// decomposed ops, nonstd calling convention
+void gteMVMVA_part_neon(void *cp2_regs, int opcode);
+
+// after NEON call only, does not do gteIR
+void gteMACtoIR_flags_neon(void *cp2_regs, int lm);