mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-01 20:24:36 +01:00
ir_opt: Add A64 Get/Set Elimination Pass
This commit is contained in:
parent
e01b500aea
commit
6fc228f7fd
5 changed files with 153 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ bool Inst::ReadsFromCPSR() const {
|
|||
case Opcode::A32GetCFlag:
|
||||
case Opcode::A32GetVFlag:
|
||||
case Opcode::A32GetGEFlags:
|
||||
case Opcode::A64GetCFlag:
|
||||
case Opcode::ConditionalSelect32:
|
||||
case Opcode::ConditionalSelect64:
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue