ushort-8-rep


Vocabulary
cpu.architecture

Definition
IN: cpu.architecture

SINGLETON: ushort-8-rep


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

M: ushort-8-rep rep-component-type drop ushort ;


USING: cpu.architecture kernel ;

M: ushort-8-rep rep-length drop 8 ;


USING: cpu.architecture kernel ;

M: ushort-8-rep scalar-rep-of drop ushort-scalar-rep ;