Skip to content
Permalink
Browse files
Merge pull request #9411 from lioncash/enum3
Arm64Emitter: Remove unused OpType enum
  • Loading branch information
JosJuice committed Jan 1, 2021
2 parents fcdcdd7 + 36af398 commit f06e9c5
Showing 1 changed file with 0 additions and 9 deletions.
@@ -277,15 +277,6 @@ constexpr ARM64Reg EncodeRegToQuad(ARM64Reg reg)
return static_cast<ARM64Reg>(reg | 0xC0);
}

enum OpType
{
TYPE_IMM = 0,
TYPE_REG,
TYPE_IMMSREG,
TYPE_RSR,
TYPE_MEM
};

enum ShiftType
{
ST_LSL = 0,

0 comments on commit f06e9c5

Please sign in to comment.