PpcOpValue

Tagged union of possible operand types

alias PpcOpValue = TaggedUnion!(PpcRegister, "reg", uint, "imm", PpcOpMem, "mem", PpcOpCrx, "crx")

Meta