Temp MMX debugging logs

This commit is contained in:
Cacodemon345
2025-09-14 23:42:14 +06:00
parent 15a3df6135
commit 6229607277
7 changed files with 29 additions and 0 deletions

View File

@@ -16,6 +16,8 @@
#include "codegen_ops_mmx_cmp.h"
#include "codegen_ops_helpers.h"
extern void codegen_print_mmx(void);
#define ropPcmp(func) \
uint32_t rop##func(codeblock_t *block, ir_data_t *ir, UNUSED(uint8_t opcode), \
uint32_t fetchdat, uint32_t op_32, uint32_t op_pc) \
@@ -37,6 +39,7 @@
uop_##func(ir, IREG_MM(dest_reg), IREG_MM(dest_reg), IREG_temp0_Q); \
} \
\
uop_CALL_FUNC(ir, codegen_print_mmx); \
return op_pc + 1; \
}