public interface AVX512Support
| Modifier and Type | Method and Description |
|---|---|
AllocatableValue |
getOpmask()
Denotes the optional opmask register that allows additional masking for write operations.
|
default Register |
getOpmaskRegister()
Safely determines the register to use for the opmask operand of the instruction.
|
AllocatableValue getOpmask()
Value.getValueKind() should correspond to the operand registers in such a way that all
lanes may be masked (e.g. 8 bits for 512 bit QWORDs in a ZMM register). May be
Value.ILLEGAL if no register should be used.Value.ILLEGALdefault Register getOpmaskRegister()
Value.ILLEGAL), no opmask register (Register.None) is
returned.