##inc-r


Vocabulary
compiler.cfg.instructions

Definition
IN: compiler.cfg.instructions

TUPLE: ##inc-r < insn n insn# ;


Methods
USING: accessors compiler.cfg.instructions compiler.codegen
cpu.architecture kernel ;

M: ##inc-r generate-insn [ n>> ] keep drop %inc-r ;


USING: compiler.cfg.instructions compiler.cfg.save-contexts
kernel ;

M: ##inc-r modifies-context? drop t ;


USING: accessors compiler.cfg.instructions
compiler.cfg.registers
compiler.cfg.stacks.uninitialized.private ;

M: ##inc-r visit-insn n>> rs-loc handle-inc ;


USING: compiler.cfg.height compiler.cfg.instructions ;

M: ##inc-r visit-insn rs-height normalize-inc-d/r ;