chiark / gitweb /
do not claim to have nonexistent neg_fw insn(!)
authorian <ian>
Fri, 30 Dec 2005 13:03:07 +0000 (13:03 +0000)
committerian <ian>
Fri, 30 Dec 2005 13:03:07 +0000 (13:03 +0000)
iwjpictest/insn-aliases.inc-gen

index fce25124dfa8bbbc0d64daff9d02d7909272411b..d362091d7ff3d4aa5014b1ee16a04a83893ced63 100755 (executable)
@@ -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_