! Copyright (C) 2005 Slava Pestov. ! See http://factor.sf.net/license.txt for BSD license. IN: compiler-backend USING: assembler compiler kernel kernel-internals math math-internals memory namespaces words ; : >3-vop< ( -- out1 in1 in2 ) 0 output-operand 0 input-operand 1 input-operand ; : simple-overflow ( inv word -- ) >r >r