XCoreOpValue

Tagged union of possible operand types

alias XCoreOpValue = TaggedUnion!(XCoreRegister, "reg", long, "imm", XCoreOpMem, "mem")

Meta