Group eflagsΒΆ
-
group
eflags Defines
-
GE_SCALAR0x0001 Argument is a scalar passed from the CPU, requires nd == 0.
-
GE_READ0x0002 Array is read from in the expression.
-
GE_WRITE0x0004 Array is written to in the expression.
-
eflagsDefines
GE_SCALAR 0x0001Argument is a scalar passed from the CPU, requires nd == 0.
GE_READ 0x0002Array is read from in the expression.
GE_WRITE 0x0004Array is written to in the expression.