namespace Ryujinx.Cpu.Nce.Arm64 { enum OperandKind { None, Constant, Label, Register, } }