Home | History | Annotate | Download | only in arm64

Lines Matching full:arg1

539                                            int64_t arg1,
547 typedef ObjectTriple (*SimulatorRuntimeTripleCall)(int64_t arg0, int64_t arg1,
552 typedef int64_t (*SimulatorRuntimeCompareCall)(double arg1, double arg2);
553 typedef double (*SimulatorRuntimeFPFPCall)(double arg1, double arg2);
554 typedef double (*SimulatorRuntimeFPCall)(double arg1);
555 typedef double (*SimulatorRuntimeFPIntCall)(double arg1, int32_t arg2);
560 typedef void (*SimulatorRuntimeProfilingApiCall)(int64_t arg0, void* arg1);
563 typedef void (*SimulatorRuntimeDirectGetterCall)(int64_t arg0, int64_t arg1);
564 typedef void (*SimulatorRuntimeProfilingGetterCall)(int64_t arg0, int64_t arg1,
747 void* arg1 = Redirection::ReverseRedirection(xreg(1));
748 TraceSim("Arguments: 0x%016" PRIx64 ", %p\n", xreg(0), arg1);
749 target(xreg(0), arg1);
3373 char arg1[ARG_SIZE + 1];
3375 char* argv[3] = { cmd, arg1, arg2 };
3379 arg1[ARG_SIZE] = 0;
3409 cmd, arg1, arg2);
3423 GetValue(arg1, &number_of_instructions_to_execute);
3459 GetValue(arg1, &n_of_instrs_to_disasm);
3473 if (strcmp(arg1, "all") == 0) {
3477 if (!PrintValue(arg1)) {
3478 PrintF("%s unrecognized\n", arg1);
3495 if (GetValue(arg1, &value)) {
3497 os << arg1 << ": \n";
3505 os << arg1 << " unrecognized\n";
3524 if (!GetValue(arg1, &value)) {
3525 PrintF("%s unrecognized\n", arg1);
3583 if (GetValue(arg1, &value)) {
3586 PrintF("%s unrecognized\n", arg1);