Handbook
Glossary
reg-class-of ( rep -- reg-class )
CPU architecture description model
Prev:
narrow-vector-rep ( rep -- rep' )
Next:
rep-component-type ( rep -- n )
Vocabulary
cpu
.
architecture
Inputs
rep
a
representation
Outputs
reg-class
a
reg-class
Word description
Register class for values of the given representation.
Definition
IN:
cpu.architecture
GENERIC:
reg-class-of
( rep -- reg-class )
Methods
USING:
cpu.architecture
kernel
;
M:
double-rep
reg-class-of
drop
float-regs
;
USING:
cpu.architecture
kernel
;
M:
float-rep
reg-class-of
drop
float-regs
;
USING:
cpu.architecture
kernel
;
M:
int-rep
reg-class-of
drop
int-regs
;
USING:
cpu.architecture
kernel
;
M:
scalar-rep
reg-class-of
drop
float-regs
;
USING:
cpu.architecture
kernel
;
M:
tagged-rep
reg-class-of
drop
int-regs
;
USING:
cpu.architecture
kernel
;
M:
vector-rep
reg-class-of
drop
float-regs
;