From: ian Date: Fri, 30 Dec 2005 13:03:07 +0000 (+0000) Subject: do not claim to have nonexistent neg_fw insn(!) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=216479e863573e6ae94072ea54d0f2902487b563;p=trains.git do not claim to have nonexistent neg_fw insn(!) --- diff --git a/iwjpictest/insn-aliases.inc-gen b/iwjpictest/insn-aliases.inc-gen index fce2512..d362091 100755 --- a/iwjpictest/insn-aliases.inc-gen +++ b/iwjpictest/insn-aliases.inc-gen @@ -156,7 +156,7 @@ ds='Move'; als_fa movf mov_fw '' ,0 ds='Move F to same F'; als_fa movf mov_fsf '' ,1 ds='Move (flags unchanged)'; alias_f movff mov_ff f,g f,g ds='Test'; alias_f movf tst_w $w,0,0 '' w -ds='Negate'; als_fda_1fw negf neg_ +ds='Negate'; als_fa_1fw negf neg_ ds='Rotate left (through carry)'; als_fda_1fw rlcf rlc_ ds='Rotate left'; als_fda_1fw rlncf rl_ ds='Rotate right (through carry)'; als_fda_1fw rrcf rrc_