mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-10-30 07:11:38 +00:00
Implement lvebx/lvehx into the lvx instruction implementation. Memory wise they perform the same operation
This commit is contained in:
parent
133e95a399
commit
3937e5469c
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue