Home | History | Annotate | Download | only in mips64

Lines Matching full:arg1

313   char arg1[ARG_SIZE + 1];
315 char* argv[3] = { cmd, arg1, arg2 };
319 arg1[ARG_SIZE] = 0;
354 cmd, arg1, arg2);
375 if (strcmp(arg1, "all") == 0) {
377 } else if (strcmp(arg1, "allf") == 0) {
380 int regnum = Registers::Number(arg1);
381 int fpuregnum = FPURegisters::Number(arg1);
385 PrintF("%s: 0x%08" PRIx64 " %" PRId64 " \n", arg1, value,
393 PrintF("%s unrecognized\n", arg1);
401 int fpuregnum = FPURegisters::Number(arg1);
407 PrintF("%s: 0x%08" PRIx64 " %11.4e\n", arg1, value, fvalue);
409 PrintF("%s unrecognized\n", arg1);
423 if (GetValue(arg1, &value)) {
425 os << arg1 << ": \n";
433 os << arg1 << " unrecognized\n";
447 if (!GetValue(arg1, &value)) {
448 PrintF("%s unrecognized\n", arg1);
500 arg1);
501 if (regnum != kInvalidRegister || strncmp(arg1, "0x", 2) == 0) {
504 if (GetValue(arg1, &value)) {
506 // Disassemble 10 instructions at <arg1>.
512 if (GetValue(arg1, &value)) {
514 // Disassemble <arg1> instructions.
521 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
540 if (GetValue(arg1, &value)) {
545 PrintF("%s unrecognized\n", arg1);
564 if ((argc == 2) && (strcmp(arg1, "unstop") == 0)) {
574 if (strcmp(arg1, "info") == 0) {
587 } else if (strcmp(arg1, "enable") == 0) {
600 } else if (strcmp(arg1, "disable") == 0) {
635 if (GetValue(arg1, &value)) {
643 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
1913 int64_t arg1,
1919 typedef ObjectTriple (*SimulatorRuntimeTripleCall)(int64_t arg0, int64_t arg1,
1932 arg1);
1935 typedef void (*SimulatorRuntimeDirectGetterCall)(int64_t arg0, int64_t arg1);
1937 int64_t arg0, int64_t arg1, void* arg2);
1951 int64_t arg1 = get_register(a1);
1974 arg1 = get_fpu_register(f13);
1980 arg1 = get_fpu_register(f13);
1984 arg1 = get_fpu_register(f13);
2095 reinterpret_cast<void*>(external), arg0, arg1);
2099 target(arg0, Redirection::ReverseRedirection(arg1));
2105 reinterpret_cast<void*>(external), arg0, arg1);
2109 target(arg0, arg1);
2115 reinterpret_cast<void*>(external), arg0, arg1, arg2);
2119 target(arg0, arg1, Redirection::ReverseRedirection(arg2));
2129 static_cast<void*>(FUNCTION_ADDR(target)), arg1, arg2, arg3, arg4,
2134 ObjectTriple result = target(arg1, arg2, arg3, arg4, arg5);
2153 static_cast<void*>(FUNCTION_ADDR(target)), arg0, arg1, arg2, arg3,
2156 // int64_t result = target(arg0, arg1, arg2, arg3, arg4, arg5);
2159 ObjectPair result = target(arg0, arg1, arg2, arg3, arg4, arg5);