1 2 3 4 5 6 7 8 9 10 11
namespace Ryujinx.Cpu.LightningJit.CodeGen.Arm64 { enum ArmShiftType { Lsl = 0, Lsr = 1, Asr = 2, Ror = 3, } }