uchar-16-rep


Vocabulary
cpu.architecture

Definition
IN: cpu.architecture

SINGLETON: uchar-16-rep


Methods
USING: alien.c-types cpu.architecture kernel ;

M: uchar-16-rep rep-component-type drop uchar ;


USING: cpu.architecture kernel ;

M: uchar-16-rep rep-length drop 16 ;


USING: cpu.architecture kernel ;

M: uchar-16-rep scalar-rep-of drop uchar-scalar-rep ;