public static final class AMD64BaseAssembler.EVEXPrefixConfig extends Object
AMD64BaseAssembler.EVEXPrefixConfig.Z0/AMD64BaseAssembler.EVEXPrefixConfig.Z1 denote possible values of the z-bit
that may be used by AVX-512 instructions to signal zeroing/merging. A set flag indicates that
all lanes that are not selected by the opmask are zeroed in the result register. Per default,
those values are merged (i.e. values in the result register in the corresponding lanes
remain).
AMD64BaseAssembler.EVEXPrefixConfig.B0/AMD64BaseAssembler.EVEXPrefixConfig.B1 denote the values of the b-bit that
may be used by AVX-512 instructions to modify the rounding mode or signal broadcasting in
load instructions. The semantics of the flag value depend on the actual instruction.
public static final int Z0
public static final int Z1
public static final int B0
public static final int B1