mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-18 22:42:58 +00:00
TranslateArm: Implement MRS, MSR (imm), MSR (reg)
This commit is contained in:
@@ -92,6 +92,14 @@ void GetSetElimination(IR::Block& block) {
|
||||
do_get(v_info, inst);
|
||||
break;
|
||||
}
|
||||
case IR::Opcode::SetCpsr:
|
||||
case IR::Opcode::GetCpsr: {
|
||||
n_info = {};
|
||||
z_info = {};
|
||||
c_info = {};
|
||||
v_info = {};
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user