Home | History | Annotate | Download | only in arm64

Lines Matching full:arg2

540                                            int64_t arg2,
548 int64_t arg2, int64_t arg3,
552 typedef int64_t (*SimulatorRuntimeCompareCall)(double arg1, double arg2);
553 typedef double (*SimulatorRuntimeFPFPCall)(double arg1, double arg2);
555 typedef double (*SimulatorRuntimeFPIntCall)(double arg1, int32_t arg2);
565 void* arg2);
764 void* arg2 = Redirection::ReverseRedirection(xreg(2));
766 xreg(0), xreg(1), arg2);
767 target(xreg(0), xreg(1), arg2);
3374 char arg2[ARG_SIZE + 1];
3375 char* argv[3] = { cmd, arg1, arg2 };
3380 arg2[ARG_SIZE] = 0;
3409 cmd, arg1, arg2);
3462 GetValue(arg2, &address);