SparcOpValue

Tagged union of possible operand types

alias SparcOpValue = TaggedUnion!(SparcRegister, "reg", int, "imm", SparcOpMem, "mem")

Meta