rep>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: rep>> ( object -- value )


Methods
USING: accessors compiler.cfg.instructions slots.private ;

M: ##abs-vector rep>> 4 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##add-sub-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##add-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##and-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##andn-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##avg-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##box rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##compare-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##copy rep>> 4 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##div-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##dot-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##fill-vector rep>> 3 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##float-pack-vector rep>> 4 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##float>integer-vector rep>> 4 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##gather-int-vector-2 rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##gather-int-vector-4 rep>> 7 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##gather-vector-2 rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##gather-vector-4 rep>> 7 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##horizontal-add-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##horizontal-shl-vector-imm rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##horizontal-shr-vector-imm rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##horizontal-sub-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##integer>float-vector rep>> 4 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##integer>scalar rep>> 4 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##load-memory-imm rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##load-memory rep>> 7 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##load-vector rep>> 4 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##max-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##merge-vector-head rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##merge-vector-tail rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##min-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##move-vector-mask rep>> 4 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##mul-high-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##mul-horizontal-add-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##mul-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##not-vector rep>> 4 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##or-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##reload rep>> 3 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##sad-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##saturated-add-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##saturated-mul-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##saturated-sub-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##scalar>integer rep>> 4 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##scalar>vector rep>> 4 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##select-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##shl-vector-imm rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##shl-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##shr-vector-imm rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##shr-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##shuffle-vector-halves-imm rep>> 6 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##shuffle-vector-imm rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##shuffle-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##signed-pack-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##spill rep>> 3 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##sqrt-vector rep>> 4 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##store-memory-imm rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##store-memory rep>> 7 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##sub-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##tail>head-vector rep>> 4 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##test-vector-branch rep>> 4 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##test-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##unbox rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##unpack-vector-head rep>> 4 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##unpack-vector-tail rep>> 4 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##unsigned-pack-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##vector>scalar rep>> 4 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##xor-vector rep>> 5 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##zero-vector rep>> 3 slot ; inline


USING: accessors alien.c-types slots.private ;

M: c-type rep>> 14 slot ; inline


USING: accessors compiler.cfg.instructions.syntax slots.private
;

M: insn-slot-spec rep>> 4 slot ; inline


USING: accessors compiler.cfg.linear-scan.resolve slots.private
;

M: location rep>> 3 slot ; inline