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
parent 1c06e84349
commit 18049b417a

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: