mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-07 18:19:43 +00:00
13 lines
No EOL
207 B
C#
13 lines
No EOL
207 B
C#
namespace ARMeilleure.IntermediateRepresentation
|
|
{
|
|
enum OperandKind
|
|
{
|
|
None,
|
|
Constant,
|
|
Label,
|
|
LocalVariable,
|
|
Memory,
|
|
Register,
|
|
Undefined
|
|
}
|
|
} |