Home | History | Annotate | Download | only in mips64

Lines Matching full:arg2

314   char arg2[ARG_SIZE + 1];
315 char* argv[3] = { cmd, arg1, arg2 };
320 arg2[ARG_SIZE] = 0;
354 cmd, arg1, arg2);
398 if (strcmp(arg2, "single") == 0) {
521 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
575 if (strcmp(arg2, "all") == 0) {
582 } else if (GetValue(arg2, &value)) {
589 if (strcmp(arg2, "all") == 0) {
595 } else if (GetValue(arg2, &value)) {
602 if (strcmp(arg2, "all") == 0) {
608 } else if (GetValue(arg2, &value)) {
643 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
1914 int64_t arg2,
1920 int64_t arg2, int64_t arg3,
1937 int64_t arg0, int64_t arg1, void* arg2);
1952 int64_t arg2 = get_register(a2);
1975 arg2 = get_fpu_register(f14);
1985 arg2 = get_register(a2);
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);