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