Home | History | Annotate | Download | only in arm

Lines Matching full:arg1

184   char arg1[ARG_SIZE + 1];
186 char* argv[3] = { cmd, arg1, arg2 };
190 arg1[ARG_SIZE] = 0;
225 cmd, arg1, arg2);
238 if (strcmp(arg1, "all") == 0) {
265 if (GetValue(arg1, &value)) {
266 PrintF("%s: 0x%08x %d \n", arg1, value, value);
267 } else if (GetVFPSingleValue(arg1, &svalue)) {
269 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word);
270 } else if (GetVFPDoubleValue(arg1, &dvalue)) {
273 arg1,
278 PrintF("%s unrecognized\n", arg1);
289 if (GetValue(arg1, &value)) {
291 os << arg1 << ": \n";
299 os << arg1 << " unrecognized\n";
313 if (!GetValue(arg1, &value)) {
314 PrintF("%s unrecognized\n", arg1);
364 int regnum = Registers::Number(arg1);
365 if (regnum != kNoRegister || strncmp(arg1, "0x", 2) == 0) {
368 if (GetValue(arg1, &value)) {
370 // Disassemble 10 instructions at <arg1>.
376 if (GetValue(arg1, &value)) {
378 // Disassemble <arg1> instructions.
385 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
404 if (GetValue(arg1, &value)) {
409 PrintF("%s unrecognized\n", arg1);
434 if ((argc == 2) && (strcmp(arg1, "unstop") == 0)) {
444 if (strcmp(arg1, "info") == 0) {
455 } else if (strcmp(arg1, "enable") == 0) {
466 } else if (strcmp(arg1, "disable") == 0) {
1626 int32_t arg1,
1632 typedef ObjectTriple (*SimulatorRuntimeTripleCall)(int32_t arg0, int32_t arg1,
1645 typedef void (*SimulatorRuntimeProfilingApiCall)(int32_t arg0, void* arg1);
1648 typedef void (*SimulatorRuntimeDirectGetterCall)(int32_t arg0, int32_t arg1);
1650 int32_t arg0, int32_t arg1, void* arg2);
1665 int32_t arg1 = get_register(r1);
1782 reinterpret_cast<void*>(external), arg0, arg1);
1791 target(arg0, Redirection::ReverseRedirection(arg1));
1796 reinterpret_cast<void*>(external), arg0, arg1);
1805 target(arg0, arg1);
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);