MipsOpValue

Tagged union of possible operand types

alias MipsOpValue = TaggedUnion!(MipsRegister, "reg", long, "imm", MipsOpMem, "mem")

Meta