i386.md (notsi, [...]): Call memory_address_displacement_length instead of memory_add...
authorJan Hubicka <hubicka@freesoft.cz>
Thu, 15 Apr 1999 00:19:03 +0000 (02:19 +0200)
committerJeff Law <law@gcc.gnu.org>
Thu, 15 Apr 1999 00:19:03 +0000 (18:19 -0600)
commitb222082eee8ef6df2023bc00c085f90bd15bf238
tree8900c6151c018b897e3095560b6584c140cc2792
parenta3e924fcb59eb9d3f506904576d92c7b90df6c32
i386.md (notsi, [...]): Call memory_address_displacement_length instead of memory_address_length.

        * i386.md (notsi, nothi, xorsi, xorhi, and xorqi patterns): Call
        memory_address_displacement_length instead of memory_address_length.
        * i386.c (memory_address_info): Renamed from memory_address_length.
        Accept new argument DISP_LENGTH.  All callers changed.  If DISP_LENGTH,
        then return the displacement length.  Else return length of the
        entire memory address.  Handle MULT case correctly.
        * i386.h (memory_address_info): Update declaration.
        * i386.md (memory_bit_test): Fix paren error.

Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r26465
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/i386.md