Lines Matching full:arg2
185 char arg2[ARG_SIZE + 1];
186 char* argv[3] = { cmd, arg1, arg2 };
191 arg2[ARG_SIZE] = 0;
225 cmd, arg1, arg2);
234 if (argc == 2 || (argc == 3 && strcmp(arg2, "fp") == 0)) {
246 if ((argc == 3 && strcmp(arg2, "fp") == 0) &&
385 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
445 if (strcmp(arg2, "all") == 0) {
450 } else if (GetValue(arg2, &value)) {
457 if (strcmp(arg2, "all") == 0) {
461 } else if (GetValue(arg2, &value)) {
468 if (strcmp(arg2, "all") == 0) {
472 } else if (GetValue(arg2, &value)) {
1627 int32_t arg2,
1633 int32_t arg2, int32_t arg3,
1650 int32_t arg0, int32_t arg1, void* arg2);
1666 int32_t arg2 = get_register(r2);
1810 reinterpret_cast<void*>(external), arg0, arg1, arg2);
1820 target(arg0, arg1, Redirection::ReverseRedirection(arg2));
1830 static_cast<void*>(FUNCTION_ADDR(target)), arg1, arg2, arg3, arg4,
1840 ObjectTriple result = target(arg1, arg2, arg3, arg4, arg5);
1859 static_cast<void*>(FUNCTION_ADDR(target)), arg0, arg1, arg2, arg3,
1867 int64_t result = target(arg0, arg1, arg2, arg3, arg4, arg5);