diff options
Diffstat (limited to 'gcc/doc/md.texi')
-rw-r--r-- | gcc/doc/md.texi | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 05b1754..ba4b6ac 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -1952,35 +1952,6 @@ Vector constant that does not require memory @end table -@item MorphoTech family---@file{config/mt/mt.h} -@table @code -@item I -Constant for an arithmetic insn (16-bit signed integer). - -@item J -The constant 0. - -@item K -Constant for a logical insn (16-bit zero-extended integer). - -@item L -A constant that can be loaded with @code{lui} (i.e.@: the bottom 16 -bits are zero). - -@item M -A constant that takes two words to load (i.e.@: not matched by -@code{I}, @code{K}, or @code{L}). - -@item N -Negative 16-bit constants other than -65536. - -@item O -A 15-bit signed integer constant. - -@item P -A positive 16-bit constant. -@end table - @item Intel 386---@file{config/i386/constraints.md} @table @code @item R |