]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386.c (print_operand_address, case REG): Do not use ESI addressing mode for the K6.
authorJan Hubicka <hubicka@paru.cas.cz>
Fri, 2 Apr 1999 10:44:02 +0000 (12:44 +0200)
committerJeff Law <law@gcc.gnu.org>
Fri, 2 Apr 1999 10:44:02 +0000 (03:44 -0700)
commit69a8af43607b00f63fdc84cc1d267eea4c4dc39e
tree98a2b8c2178850fa0cc6ce74f4ea55937bcd88da
parent57b1ca433d13996af8de478aefa2f72a24758434
i386.c (print_operand_address, case REG): Do not use ESI addressing mode for the K6.

        * i386.c (print_operand_address, case REG): Do not use ESI addressing
        mode for the K6.
        * i386.c (print_operand_address, case MULT): Use more efficient
        encoding (mult (reg) (const_int 2)).

From-SVN: r26116
gcc/ChangeLog
gcc/config/i386/i386.c