pub enum TupleType {
Show 13 variants
Full,
Half,
FullMem,
Tuple1Scalar,
Tuple1Fixed,
Tuple2,
Tuple4,
Tuple8,
HalfMem,
QuarterMem,
EigthMem,
Mem128,
Movddup,
}Expand description
Tuple Type definitions used in EVEX encodings.
This enumeration corresponds to table 2-34 and 2-35 in the Intel manual. This is a property of all instruction formats listed in the encoding table for each instruction.