mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 03:22:30 +02:00
JitRegCache: Add IsZero to RCOpArg
This commit is contained in:
parent
2e955012b2
commit
5e46c16e4f
@ -56,6 +56,7 @@ public:
|
||||
bool IsImm() const;
|
||||
s32 SImm32() const;
|
||||
u32 Imm32() const;
|
||||
bool IsZero() const { return IsImm() && Imm32() == 0; }
|
||||
|
||||
private:
|
||||
friend class RegCache;
|
||||
|
Loading…
Reference in New Issue
Block a user