Handbook
Glossary
rep-component-type ( rep -- n )
CPU architecture description model
Prev:
reg-class-of ( rep -- reg-class )
Next:
rep-length ( rep -- n )
Vocabulary
cpu
.
architecture
Inputs
rep
an
object
Outputs
n
an
object
Definition
IN:
cpu.architecture
GENERIC:
rep-component-type
( rep -- n )
Methods
USING:
alien.c-types
cpu.architecture
kernel
;
M:
char-16-rep
rep-component-type
drop
char
;
USING:
alien.c-types
cpu.architecture
kernel
;
M:
double-2-rep
rep-component-type
drop
double
;
USING:
alien.c-types
cpu.architecture
kernel
;
M:
float-4-rep
rep-component-type
drop
float
;
USING:
alien.c-types
cpu.architecture
kernel
;
M:
int-4-rep
rep-component-type
drop
int
;
USING:
alien.c-types
cpu.architecture
kernel
;
M:
longlong-2-rep
rep-component-type
drop
longlong
;
USING:
alien.c-types
cpu.architecture
kernel
;
M:
short-8-rep
rep-component-type
drop
short
;
USING:
alien.c-types
cpu.architecture
kernel
;
M:
uchar-16-rep
rep-component-type
drop
uchar
;
USING:
alien.c-types
cpu.architecture
kernel
;
M:
uint-4-rep
rep-component-type
drop
uint
;
USING:
alien.c-types
cpu.architecture
kernel
;
M:
ulonglong-2-rep
rep-component-type
drop
ulonglong
;
USING:
alien.c-types
cpu.architecture
kernel
;
M:
ushort-8-rep
rep-component-type
drop
ushort
;