PPCRec: Implement PSQ scaling

This commit is contained in:
Exzap 2025-05-08 08:29:47 +02:00
parent de542410c2
commit 557aff4024
4 changed files with 85 additions and 17 deletions

View file

@ -143,6 +143,9 @@ enum
PPCREC_IML_OP_FPR_INT_TO_FLOAT, // convert integer value in gpr to floating point value in fpr
PPCREC_IML_OP_FPR_FLOAT_TO_INT, // convert floating point value in fpr to integer value in gpr
// Bitcast (FPR_R_R)
PPCREC_IML_OP_FPR_BITCAST_INT_TO_FLOAT,
// R_R_R + R_R_S32
PPCREC_IML_OP_ADD, // also R_R_R_CARRY
PPCREC_IML_OP_SUB,