Handbook
Glossary
narrow-vector-rep ( rep -- rep' )
CPU architecture description model
Prev:
return-regs ( -- regs )
Next:
reg-class-of ( rep -- reg-class )
Vocabulary
cpu
.
architecture
Inputs
rep
an
object
Outputs
rep'
an
object
Definition
USING:
assocs
;
IN:
cpu.architecture
:
narrow-vector-rep
( rep -- rep' )
{
{
short-8-rep
char-16-rep
}
{
int-4-rep
short-8-rep
}
{
longlong-2-rep
int-4-rep
}
{
ushort-8-rep
uchar-16-rep
}
{
uint-4-rep
ushort-8-rep
}
{
ulonglong-2-rep
uint-4-rep
}
{
double-2-rep
float-4-rep
}
}
at
;
foldable
flushable