^^gather-int-vector-4 ( src1 src2 src3 src4 rep -- vreg )


Vocabulary
compiler.cfg.hats

Definition
USING: compiler.cfg.instructions compiler.cfg.registers kernel
;

IN: compiler.cfg.hats

: ^^gather-int-vector-4 ( src1 src2 src3 src4 rep -- vreg )
[
[
[ [ [ next-vreg dup ~quotation~ dip ] dip ] dip ]
dip
]
dip
] dip ##gather-int-vector-4, ; inline