mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #9411 from lioncash/enum3
Arm64Emitter: Remove unused OpType enum
This commit is contained in:
@ -277,15 +277,6 @@ constexpr ARM64Reg EncodeRegToQuad(ARM64Reg reg)
|
|||||||
return static_cast<ARM64Reg>(reg | 0xC0);
|
return static_cast<ARM64Reg>(reg | 0xC0);
|
||||||
}
|
}
|
||||||
|
|
||||||
enum OpType
|
|
||||||
{
|
|
||||||
TYPE_IMM = 0,
|
|
||||||
TYPE_REG,
|
|
||||||
TYPE_IMMSREG,
|
|
||||||
TYPE_RSR,
|
|
||||||
TYPE_MEM
|
|
||||||
};
|
|
||||||
|
|
||||||
enum ShiftType
|
enum ShiftType
|
||||||
{
|
{
|
||||||
ST_LSL = 0,
|
ST_LSL = 0,
|
||||||
|
Reference in New Issue
Block a user