Skip to content

Commit 8beb147

Browse files
committed
JitArm64::fctiwzx
1 parent 7e96a86 commit 8beb147

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

Data/Sys/wiitdb-zh_CN.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3928,6 +3928,12 @@ GL8D4F = 古墓丽影 传奇(德)
39283928
GL8E4F = 古墓丽影 传奇(美)
39293929
GL8F4F = 古墓丽影 传奇(法)
39303930
GL8P4F = 古墓丽影 传奇(欧)
3931+
GEDE01 = 永恒黑暗(美)
3932+
GEDJ01 = 永恒黑暗(日)
3933+
GEDP01 = 永恒黑暗(欧)
3934+
GXXE01 = 口袋妖怪XD 暗之旋风(美)
3935+
GXXJ01 = 口袋妖怪XD 暗之旋风(日)
3936+
GXXP01 = 口袋妖怪XD 暗之旋风(欧)
39313937
NACE = 塞尔达传说 时之笛(美)
39323938
NACJ = 塞尔达传说 时之笛(日)
39333939
NACP = 塞尔达传说 时之笛(欧)

Source/Core/Core/PowerPC/JitArm64/JitArm64_FloatingPoint.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ void JitArm64::fcmpX(UGeckoInstruction inst)
314314
SetJumpTarget(continue1);
315315
}
316316

317+
// fctiw: Floating Convert to Integer Word
318+
// fctiwz: Floating Convert to Integer Word with Round toward Zero
317319
void JitArm64::fctiwzx(UGeckoInstruction inst)
318320
{
319321
INSTRUCTION_START

Source/Core/Core/PowerPC/JitArm64/JitArm64_Tables.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ constexpr GekkoOPTemplate table63[] = {
341341
{32, &JitArm64::fcmpX}, // fcmpo
342342
{0, &JitArm64::fcmpX}, // fcmpu
343343
{14, &JitArm64::FallBackToInterpreter}, // fctiwx
344-
{15, &JitArm64::fctiwzx}, // fctiwzx
344+
{15, &JitArm64::FallBackToInterpreter}, // fctiwzx
345345
{72, &JitArm64::fp_logic}, // fmrx
346346
{136, &JitArm64::fp_logic}, // fnabsx
347347
{40, &JitArm64::fp_logic}, // fnegx

0 commit comments

Comments
 (0)