Lines Matching refs:error

71 # The two keys here are that Python will give a syntax error if
103 def error(*args):
258 error(lineno, 'error defining "%s": %s.' % (name, exc))
272 error(lineno,
558 error('Attempt to read integer register as FP')
575 error('Attempt to write integer register as FP')
977 error('Attempt to read condition-code register as FP')
994 error('Attempt to write condition-code register as FP')
1043 error('Attempt to read control register as FP')
1057 error('Attempt to write control register as FP')
1163 error ('Inconsistent extensions for operand %s: %s - %s' \
1174 error('Inconsistent extensions for elem'
1232 error("Code block has more than one memory operand.")
1324 error('Found operand %s which is not in the master list!'
1343 # Mixing the two is a bad idea and flagged as an error.
1361 error("Mixed whole and partial PC state operands.")
1366 error("Code block has more than one memory operand.")
1455 error('InstObjParams: optional arg "%s" not recognized '
1837 error(t.lexer.lineno, 'Integer value "%s" too large' % t.value)
1893 error(t.lexer.lineno, "illegal character '%s'" % t.value[0])
2047 error(t.lineno(1), 'In global let block: %s' % exc)
2063 error(t.lineno(1),
2071 error(t.lineno(1),
2072 'error: operand types must be defined before operands')
2078 error(t.lineno(1), 'In def operands: %s' % exc)
2105 error(t.lineno(1),
2106 'error: structure bitfields are always unsigned.')
2260 error(t.lineno(1), 'Two default cases in decode block')
2307 error(t.lineno(1), 'instruction format "%s" not defined.' % t[1])
2388 error(t.lineno(1), 'instruction format "%s" not defined.' % t[1])
2476 # Parse error handler. Note that the argument here is the
2481 error(t.lexer.lineno, "syntax error at '%s'" % t.value)
2483 error("unknown syntax error")
2500 error(lineno, 'format %s redefined.' % id)
2517 error(lineno, 'error: too many attributes for operand "%s"' %
2576 error(lineno,
2577 'error: unknown operand base class "%s"' % base_cls_name)
2668 error('Error including file "%s"' % filename)