Reference Guide

Chapter 8 171
Diagnostic Messages
Error Messages
value for the month,
(Jan=1,…Dec=12) and yyyy is the
year.
ACTION Change the parameter to .SHLIB to a
valid value.
1088 MESSAGE Floating point register %s is
out of range for %s,SGL
CAUSE The floating-point register used is not
valid for this opcode. The multiops
FMPYADD,SGL and FMPYSUB,SGL
require that the operands be single
precision floating-point registers in
the range %fr16L,%fr16R ..
%fr31L,%fr31R. Specifying a
register below %fr16 will result in
this error message.
ACTION You must use single precision
floating-point registers in the range
%fr16L,%fr16R ..
%fr31L,%fr31R when using single
precision FMPYADD or FMPYSUB.
1089 MESSAGE Revision level must be
specified for .LEVEL
directive
CAUSE A .LEVEL directive was missing an
architecture level value.
ACTION You must specify a valid architecture
level of 1.0, 1.1, or 2.0.
1090 MESSAGE Value of %1s must be in the
range
[%2s..%3s]
CAUSE The immediate value %1s is
constrained to be in the range
%2s..%3s for the current instruction.
ACTION Use a different instruction that
allows for a larger range, or use a
register to hold the value %1s.