diff options
author | Nick Clifton <nickc@redhat.com> | 2013-03-14 10:00:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-03-14 10:00:46 +0000 |
commit | ba724cfc0cf40f4950e40d0b9cda3ef24398fb8c (patch) | |
tree | 07b948c76c58ad1d728673591fa2e667c0dedf5a /gas/doc/c-cr16.texi | |
parent | e2be70a0e109d8dcd4e01633bbf84636b51ad9e3 (diff) | |
download | gdb-ba724cfc0cf40f4950e40d0b9cda3ef24398fb8c.zip gdb-ba724cfc0cf40f4950e40d0b9cda3ef24398fb8c.tar.gz gdb-ba724cfc0cf40f4950e40d0b9cda3ef24398fb8c.tar.bz2 |
PR gas/15212
* doc/c-arc.texi (ARC Directives): Use @code instead of @bullte
for table format.
* doc/c-arm.texi (ARM-Instruction-Set): Likewise. Also add text
to the @item directives.
(ARM-Neon-Alignment): Move to correct place in the document.
* doc/c-cr16.texi (CR16 Operand Qualifiers): Fix up table
formatting.
* doc/c-tic54x.texi (TIC54X-Subsyms): Correct use of
@smallexample.
Diffstat (limited to 'gas/doc/c-cr16.texi')
-rw-r--r-- | gas/doc/c-cr16.texi | 49 |
1 files changed, 28 insertions, 21 deletions
diff --git a/gas/doc/c-cr16.texi b/gas/doc/c-cr16.texi index 7f687dc..b996d73 100644 --- a/gas/doc/c-cr16.texi +++ b/gas/doc/c-cr16.texi @@ -1,4 +1,4 @@ -@c Copyright 2007, 2008, 2011 Free Software Foundation, Inc. +@c Copyright 2007-2013 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @@ -44,26 +44,33 @@ Operand expression type qualifier is an optional field in the instruction operan CR16 target operand qualifiers and its size (in bits): @table @samp -@item Immediate Operand -- s ---- 4 bits -@item -- m ---- 16 bits, for movb and movw instructions. -@item -- m ---- 20 bits, movd instructions. -@item -- l ---- 32 bits - -@item Absolute Operand -- s ---- Illegal specifier for this operand. -@item -- m ---- 20 bits, movd instructions. - -@item Displacement Operand -- s ---- 8 bits -@item -- m ---- 16 bits -@item -- l ---- 24 bits +@item Immediate Operand: s +4 bits. + +@item Immediate Operand: m +16 bits, for movb and movw instructions. + +@item Immediate Operand: m +20 bits, movd instructions. + +@item Immediate Operand: l +32 bits. + +@item Absolute Operand: s +Illegal specifier for this operand. + +@item Absolute Operand: m +20 bits, movd instructions. + +@item Displacement Operand: s +8 bits. + +@item Displacement Operand: m +16 bits. + +@item Displacement Operand: l +24 bits. + @end table For example: |