Home | History | Annotate | Download | only in mips

Lines Matching full:arg1

347   char arg1[ARG_SIZE + 1];
349 char* argv[3] = { cmd, arg1, arg2 };
353 arg1[ARG_SIZE] = 0;
388 cmd, arg1, arg2);
407 if (strcmp(arg1, "all") == 0) {
409 } else if (strcmp(arg1, "allf") == 0) {
412 int regnum = Registers::Number(arg1);
413 int fpuregnum = FPURegisters::Number(arg1);
418 PrintF("%s: 0x%08x %d \n", arg1, value, value);
433 PrintF("%s: 0x%08x %11.4e\n", arg1, value, fvalue);
448 PrintF("%s unrecognized\n", arg1);
456 int fpuregnum = FPURegisters::Number(arg1);
461 PrintF("%s: 0x%08x %11.4e\n", arg1, value, fvalue);
463 PrintF("%s unrecognized\n", arg1);
477 if (GetValue(arg1, &value)) {
479 os << arg1 << ": \n";
487 os << arg1 << " unrecognized\n";
501 if (!GetValue(arg1, &value)) {
502 PrintF("%s unrecognized\n", arg1);
567 int regnum = Registers::Number(arg1);
568 if (regnum != kInvalidRegister || strncmp(arg1, "0x", 2) == 0) {
571 if (GetValue(arg1, &value)) {
573 // Disassemble 10 instructions at <arg1>.
579 if (GetValue(arg1, &value)) {
581 // Disassemble <arg1> instructions.
588 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
607 if (GetValue(arg1, &value)) {
612 PrintF("%s unrecognized\n", arg1);
631 if ((argc == 2) && (strcmp(arg1, "unstop") == 0)) {
641 if (strcmp(arg1, "info") == 0) {
654 } else if (strcmp(arg1, "enable") == 0) {
667 } else if (strcmp(arg1, "disable") == 0) {
702 if (GetValue(arg1, &value)) {
710 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
1909 int32_t arg1,
1915 typedef ObjectTriple (*SimulatorRuntimeTripleCall)(int32_t arg0, int32_t arg1,
1928 typedef void (*SimulatorRuntimeProfilingApiCall)(int32_t arg0, void* arg1);
1931 typedef void (*SimulatorRuntimeDirectGetterCall)(int32_t arg0, int32_t arg1);
1933 int32_t arg0, int32_t arg1, void* arg2);
1948 int32_t arg1 = get_register(a1);
1973 arg1 = get_fpu_register_hi_word(f12);
1978 arg1 = get_fpu_register_word(f13);
1986 arg1 = get_fpu_register_hi_word(f12);
1989 arg1 = get_fpu_register_word(f13);
1995 arg1 = get_fpu_register_hi_word(f12);
1998 arg1 = get_fpu_register_word(f13);
2109 reinterpret_cast<void*>(external), arg0, arg1);
2113 target(arg0, Redirection::ReverseRedirection(arg1));
2118 reinterpret_cast<void*>(external), arg0, arg1);
2122 target(arg0, arg1);
2127 reinterpret_cast<void*>(external), arg0, arg1, arg2);
2131 target(arg0, arg1, Redirection::ReverseRedirection(arg2));
2140 static_cast<void*>(FUNCTION_ADDR(target)), arg1, arg2, arg3, arg4,
2145 ObjectTriple result = target(arg1, arg2, arg3, arg4, arg5);
2163 static_cast<void*>(FUNCTION_ADDR(target)), arg0, arg1, arg2, arg3,
2166 int64_t result = target(arg0, arg1, arg2, arg3, arg4, arg5);