Home | History | Annotate | Download | only in mips

Lines Matching full:print

93   // Print all registers with a nice formatting.
300 } else if ((strcmp(cmd, "p") == 0) || (strcmp(cmd, "print") == 0)) {
313 PrintF("print <register>\n");
393 // Print registers and disassemble
434 PrintF("print <register>\n");
435 PrintF(" print register content (alias 'p')\n");
436 PrintF(" use register name 'all' to print all registers\n");
438 PrintF(" print an object from a register (alias 'po')\n");
440 PrintF(" print flags\n");
772 // Unsupported instructions use Format to print an error and stop execution.