Implement lvebx/lvehx into the lvx instruction implementation. Memory wise they perform the same operation

This commit is contained in:
CRACKbomber 2025-05-23 14:46:51 -04:00 committed by Tom
parent 133e95a399
commit 3937e5469c

View file

@ -1157,6 +1157,8 @@ bool Recompiler::Recompile(
println("\t{}.s64 = {};", r(insn.operands[0]), int32_t(insn.operands[1] << 16));
break;
case PPC_INST_LVEBX:
case PPC_INST_LVEHX:
case PPC_INST_LVEWX:
case PPC_INST_LVEWX128:
case PPC_INST_LVX: