pub type Vy = VRegister;Expand description
Second register in an instruction
Aliased Type§
#[repr(usize)]pub enum Vy {
Show 16 variants
V0 = 0,
V1 = 1,
V2 = 2,
V3 = 3,
V4 = 4,
V5 = 5,
V6 = 6,
V7 = 7,
V8 = 8,
V9 = 9,
VA = 10,
VB = 11,
VC = 12,
VD = 13,
VE = 14,
VF = 15,
}