mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 06:49:38 +00:00
emit_arm64_data_processing: Fix MostSignificantWord
This commit is contained in:
@@ -137,7 +137,7 @@ void EmitIR<IR::Opcode::MostSignificantWord>(oaknut::CodeGenerator& code, EmitCo
|
||||
auto Xoperand = ctx.reg_alloc.ReadX(args[0]);
|
||||
RegAlloc::Realize(Wresult, Xoperand);
|
||||
|
||||
code.LSL(Wresult->toX(), Xoperand, 32);
|
||||
code.LSR(Wresult->toX(), Xoperand, 32);
|
||||
}
|
||||
|
||||
template<>
|
||||
|
||||
Reference in New Issue
Block a user