Commit 160d4f27 by Richard Kenner

(LSHIFT): Deleted.

From-SVN: r7017
parent 996a5f59
/* This file contains the definitions and documentation for the /* This file contains the definitions and documentation for the
Register Transfer Expressions (rtx's) that make up the Register Transfer Expressions (rtx's) that make up the
Register Transfer Language (rtl) used in the Back End of the GNU compiler. Register Transfer Language (rtl) used in the Back End of the GNU compiler.
Copyright (C) 1987, 1988, 1992 Free Software Foundation, Inc. Copyright (C) 1987, 1988, 1992, 1994 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
...@@ -642,10 +642,7 @@ DEF_RTL_EXPR(NOT, "not", "e", '1') ...@@ -642,10 +642,7 @@ DEF_RTL_EXPR(NOT, "not", "e", '1')
/* Operand: /* Operand:
0: value to be shifted. 0: value to be shifted.
1: number of bits. 1: number of bits. */
ASHIFT and LSHIFT are distinguished because on some machines
these allow a negative operand and shift right in that case. */
DEF_RTL_EXPR(LSHIFT, "lshift", "ee", '2')
DEF_RTL_EXPR(ASHIFT, "ashift", "ee", '2') DEF_RTL_EXPR(ASHIFT, "ashift", "ee", '2')
DEF_RTL_EXPR(ROTATE, "rotate", "ee", '2') DEF_RTL_EXPR(ROTATE, "rotate", "ee", '2')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment