Commit 840758d3 by Bernd Schmidt

Fix errors in last change

From-SVN: r59903
parent 081a777d
...@@ -1753,66 +1753,67 @@ Memory operand except postincrement and postdecrement ...@@ -1753,66 +1753,67 @@ Memory operand except postincrement and postdecrement
@item FRV---@file{frv.h} @item FRV---@file{frv.h}
@table @code @table @code
@item a @item a
Register in the class ACC_REGS (@code{acc0} to @code{acc7}). Register in the class @code{ACC_REGS} (@code{acc0} to @code{acc7}).
@item b @item b
Register in the class EVEN_ACC_REGS (@code{acc0} to @code{acc7}). Register in the class @code{EVEN_ACC_REGS} (@code{acc0} to @code{acc7}).
@item c @item c
Register in the class CC_REGS (@code{fcc0} to @code{fcc3} and @code{icc0} to @code{icc3}). Register in the class @code{CC_REGS} (@code{fcc0} to @code{fcc3} and
@code{icc0} to @code{icc3}).
@item d @item d
Register in the class GPR_REGS (@code{gr0} to @code{gr63}). Register in the class @code{GPR_REGS} (@code{gr0} to @code{gr63}).
@item e @item e
Register in the class EVEN_REGS (@code{gr0} to @code{gr63}). Register in the class @code{EVEN_REGS} (@code{gr0} to @code{gr63}).
Odd registers are excluded not in the class but through the use of a machine Odd registers are excluded not in the class but through the use of a machine
mode larger than 4 bytes. mode larger than 4 bytes.
@item f @item f
Register in the class FPR_REGS (@code{fr0} to @code{fr63}). Register in the class @code{FPR_REGS} (@code{fr0} to @code{fr63}).
@item h @item h
Register in the class FEVEN_REGS (@code{fr0} to @code{fr63}). Register in the class @code{FEVEN_REGS} (@code{fr0} to @code{fr63}).
Odd registers are excluded not in the class but through the use of a machine Odd registers are excluded not in the class but through the use of a machine
mode larger than 4 bytes. mode larger than 4 bytes.
@item l @item l
Register in the class LR_REG (the @code{lr} register). Register in the class @code{LR_REG} (the @code{lr} register).
@item q @item q
Register in the class QUAD_REGS (@code{gr2} to @code{gr63}). Register in the class @code{QUAD_REGS} (@code{gr2} to @code{gr63}).
Register numbers not divisible by 4 are excluded not in the class but through Register numbers not divisible by 4 are excluded not in the class but through
the use of a machine mode larger than 8 bytes. the use of a machine mode larger than 8 bytes.
@item t @item t
Register in the class ICC_REGS@ (@code{icc0} to @code{icc3}). Register in the class @code{ICC_REGS} (@code{icc0} to @code{icc3}).
@item u @item u
Register in the class FCC_REGS (@code{fcc0} to @code{fcc3}). Register in the class @code{FCC_REGS} (@code{fcc0} to @code{fcc3}).
@item v @item v
Register in the class ICR_REGS (@code{cc4} to @code{cc7}). Register in the class @code{ICR_REGS} (@code{cc4} to @code{cc7}).
@item w @item w
Register in the class FCR_REGS (@code{cc0} to @code{cc3}). Register in the class @code{FCR_REGS} (@code{cc0} to @code{cc3}).
@item x @item x
Register in the class QUAD_FPR_REGS (@code{fr0} to @code{fr63}). Register in the class @code{QUAD_FPR_REGS} (@code{fr0} to @code{fr63}).
Register numbers not divisible by 4 are excluded not in the class but through Register numbers not divisible by 4 are excluded not in the class but through
the use of a machine mode larger than 8 bytes. the use of a machine mode larger than 8 bytes.
@item z @item z
Register in the class SPR_REGS (@code{lcr} and @code{lr}). Register in the class @code{SPR_REGS} (@code{lcr} and @code{lr}).
@item A @item A
Register in the class QUAD_ACC_REGS (@code{acc0} to @code{acc7}). Register in the class @code{QUAD_ACC_REGS} (@code{acc0} to @code{acc7}).
@item B @item B
Register in the class ACCG_REGS (@code{accg0} to @code{accg7}). Register in the class @code{ACCG_REGS} (@code{accg0} to @code{accg7}).
@item C @item C
Register in the class CR_REGS (@code{cc0} to @code{cc7}). Register in the class @code{CR_REGS} (@code{cc0} to @code{cc7}).
@item G @item G
Floating point constant zero Floating point constant zero
...@@ -1830,14 +1831,14 @@ Floating point constant zero ...@@ -1830,14 +1831,14 @@ Floating point constant zero
16-bit unsigned integer constant 16-bit unsigned integer constant
@item N @item N
12-bit signed integer constant that is negative - i.e. in the 12-bit signed integer constant that is negative---i.e.@: in the
range of -2048 to -1 range of @minus{}2048 to @minus{}1
@item O @item O
Constant zero Constant zero
@item P @item P
12-bit signed integer constant that is greater than zero - i.e. in the 12-bit signed integer constant that is greater than zero---i.e.@: in the
range of 1 to 2047. range of 1 to 2047.
@end table @end table
......
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