mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-18 23:42:05 +00:00
JitRegCache: Add IsZero to RCOpArg
This commit is contained in:
parent
2e955012b2
commit
5e46c16e4f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue