X86OpValue.reg

Union of possible operand types/// Register value for REG operand

union X86OpValue
X86Register reg;

Meta