]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/doc/gcc/gcc-command-options/machine-dependent-options/lm32-options.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / gcc / gcc-command-options / machine-dependent-options / lm32-options.rst
CommitLineData
c63539ff
ML
1..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6.. program:: LM32
7
8.. index:: LM32 options
9
10.. _lm32-options:
11
12LM32 Options
13^^^^^^^^^^^^
14
15These :option:`-m` options are defined for the LatticeMico32 architecture:
16
17.. option:: -mbarrel-shift-enabled
18
19 Enable barrel-shift instructions.
20
21.. option:: -mdivide-enabled
22
23 Enable divide and modulus instructions.
24
25.. option:: -mmultiply-enabled
26
27 Enable multiply instructions.
28
29.. option:: -msign-extend-enabled
30
31 Enable sign extend instructions.
32
33.. option:: -muser-enabled
34
3ed1b4ce 35 Enable user-defined instructions.