Lines Matching refs:xtisa_error_msg
28 char xtisa_error_msg[1024]; variable
41 return xtisa_error_msg; in xtensa_isa_error_msg()
50 strcpy (xtisa_error_msg, "out of memory"); \
60 strcpy (xtisa_error_msg, "out of memory"); \
62 if (ERROR_MSG_P) *(ERROR_MSG_P) = xtisa_error_msg; \
162 strcpy (xtisa_error_msg, "output buffer too small for instruction"); in xtensa_insnbuf_to_chars()
503 strcpy (xtisa_error_msg, "invalid format specifier"); \
514 strcpy (xtisa_error_msg, "invalid slot specifier"); \
538 strcpy (xtisa_error_msg, "invalid format name"); in xtensa_format_lookup()
549 sprintf (xtisa_error_msg, "format \"%s\" not recognized", fmtname); in xtensa_format_lookup()
565 strcpy (xtisa_error_msg, "cannot decode instruction format"); in xtensa_format_decode()
653 strcpy (xtisa_error_msg, "invalid opcode specifier"); \
668 strcpy (xtisa_error_msg, "invalid opcode name"); in xtensa_opcode_lookup()
683 sprintf (xtisa_error_msg, "opcode \"%s\" not recognized", opname); in xtensa_opcode_lookup()
709 strcpy (xtisa_error_msg, "cannot decode opcode"); in xtensa_opcode_decode()
731 sprintf (xtisa_error_msg, in xtensa_opcode_encode()
847 sprintf (xtisa_error_msg, "invalid functional unit use number (%d); " in xtensa_opcode_funcUnit_use()
865 sprintf (xtisa_error_msg, "invalid operand number (%d); " \
968 strcpy (xtisa_error_msg, "implicit operand has no field"); in xtensa_operand_get_field()
975 sprintf (xtisa_error_msg, in xtensa_operand_get_field()
1005 strcpy (xtisa_error_msg, "implicit operand has no field"); in xtensa_operand_set_field()
1012 sprintf (xtisa_error_msg, in xtensa_operand_set_field()
1053 strcpy (xtisa_error_msg, "operand has no field"); in xtensa_operand_encode()
1074 strcpy (xtisa_error_msg, "field does not exist in any slot"); in xtensa_operand_encode()
1088 sprintf (xtisa_error_msg, "cannot encode operand value 0x%08x", *valp); in xtensa_operand_encode()
1113 sprintf (xtisa_error_msg, "cannot decode operand value 0x%08x", *valp); in xtensa_operand_decode()
1207 strcpy (xtisa_error_msg, "operand missing do_reloc function"); in xtensa_operand_do_reloc()
1214 sprintf (xtisa_error_msg, in xtensa_operand_do_reloc()
1239 strcpy (xtisa_error_msg, "operand missing undo_reloc function"); in xtensa_operand_undo_reloc()
1246 sprintf (xtisa_error_msg, in xtensa_operand_undo_reloc()
1264 sprintf (xtisa_error_msg, "invalid state operand number (%d); " \
1311 sprintf (xtisa_error_msg, "invalid interface operand number (%d); " \
1345 strcpy (xtisa_error_msg, "invalid regfile specifier"); \
1360 strcpy (xtisa_error_msg, "invalid regfile name"); in xtensa_regfile_lookup()
1372 sprintf (xtisa_error_msg, "regfile \"%s\" not recognized", name); in xtensa_regfile_lookup()
1386 strcpy (xtisa_error_msg, "invalid regfile shortname"); in xtensa_regfile_lookup_shortname()
1402 sprintf (xtisa_error_msg, "regfile shortname \"%s\" not recognized", in xtensa_regfile_lookup_shortname()
1462 strcpy (xtisa_error_msg, "invalid state specifier"); \
1477 strcpy (xtisa_error_msg, "invalid state name"); in xtensa_state_lookup()
1491 sprintf (xtisa_error_msg, "state \"%s\" not recognized", name); in xtensa_state_lookup()
1548 strcpy (xtisa_error_msg, "invalid sysreg specifier"); \
1566 strcpy (xtisa_error_msg, "sysreg not recognized"); in xtensa_sysreg_lookup()
1583 strcpy (xtisa_error_msg, "invalid sysreg name"); in xtensa_sysreg_lookup_name()
1598 sprintf (xtisa_error_msg, "sysreg \"%s\" not recognized", name); in xtensa_sysreg_lookup_name()
1644 strcpy (xtisa_error_msg, "invalid interface specifier"); \
1659 strcpy (xtisa_error_msg, "invalid interface name"); in xtensa_interface_lookup()
1674 sprintf (xtisa_error_msg, "interface \"%s\" not recognized", ifname); in xtensa_interface_lookup()
1738 strcpy (xtisa_error_msg, "invalid functional unit specifier"); \
1753 strcpy (xtisa_error_msg, "invalid functional unit name"); in xtensa_funcUnit_lookup()
1768 sprintf (xtisa_error_msg, in xtensa_funcUnit_lookup()