Lines Matching refs:arg1
362 char arg1[ARG_SIZE + 1];
364 char* argv[3] = { cmd, arg1, arg2 };
368 arg1[ARG_SIZE] = 0;
403 cmd, arg1, arg2);
424 if (strcmp(arg1, "all") == 0) {
426 } else if (strcmp(arg1, "allf") == 0) {
429 int regnum = Registers::Number(arg1);
430 int fpuregnum = FPURegisters::Number(arg1);
434 PrintF("%s: 0x%08x %d \n", arg1, value, value);
439 PrintF("%s: 0x%08x %11.4e\n", arg1, value, fvalue);
453 PrintF("%s unrecognized\n", arg1);
461 int fpuregnum = FPURegisters::Number(arg1);
466 PrintF("%s: 0x%08x %11.4e\n", arg1, value, fvalue);
468 PrintF("%s unrecognized\n", arg1);
481 if (GetValue(arg1, &value)) {
483 PrintF("%s: \n", arg1);
491 PrintF("%s unrecognized\n", arg1);
505 if (!GetValue(arg1, &value)) {
506 PrintF("%s unrecognized\n", arg1);
557 int regnum = Registers::Number(arg1);
558 if (regnum != kInvalidRegister || strncmp(arg1, "0x", 2) == 0) {
561 if (GetValue(arg1, &value)) {
563 // Disassemble 10 instructions at <arg1>.
569 if (GetValue(arg1, &value)) {
571 // Disassemble <arg1> instructions.
578 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
597 if (GetValue(arg1, &value)) {
602 PrintF("%s unrecognized\n", arg1);
621 if ((argc == 2) && (strcmp(arg1, "unstop") == 0)) {
631 if (strcmp(arg1, "info") == 0) {
644 } else if (strcmp(arg1, "enable") == 0) {
657 } else if (strcmp(arg1, "disable") == 0) {
692 if (GetValue(arg1, &value)) {
700 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
1393 int32_t arg1,
1399 int32_t arg1,
1409 int32_t arg1);
1424 int32_t arg1 = get_register(a1);
1448 arg1 = get_fpu_register(f13);
1454 arg1 = get_fpu_register(f13);
1458 arg1 = get_fpu_register(f13);
1505 double result = target(arg0, arg1, arg2, arg3);
1520 FUNCTION_ADDR(target), arg1);
1522 v8::Handle<v8::Value> result = target(arg1);
1531 FUNCTION_ADDR(target), arg1, arg2);
1533 v8::Handle<v8::Value> result = target(arg1, arg2);
1545 arg1,
1551 int64_t result = target(arg0, arg1, arg2, arg3, arg4, arg5);