Lines Matching full:arg0
1908 typedef int64_t (*SimulatorRuntimeCall)(int32_t arg0,
1915 typedef ObjectTriple (*SimulatorRuntimeTripleCall)(int32_t arg0, int32_t arg1,
1923 typedef double (*SimulatorRuntimeFPIntCall)(double darg0, int32_t arg0);
1927 typedef void (*SimulatorRuntimeDirectApiCall)(int32_t arg0);
1928 typedef void (*SimulatorRuntimeProfilingApiCall)(int32_t arg0, void* arg1);
1931 typedef void (*SimulatorRuntimeDirectGetterCall)(int32_t arg0, int32_t arg1);
1933 int32_t arg0, int32_t arg1, void* arg2);
1947 int32_t arg0 = get_register(a0);
1972 arg0 = get_fpu_register_word(f12);
1977 arg0 = get_fpu_register_word(f12);
1985 arg0 = get_fpu_register_word(f12);
1988 arg0 = get_fpu_register_word(f12);
1994 arg0 = get_fpu_register_word(f12);
1997 arg0 = get_fpu_register_word(f12);
2100 reinterpret_cast<void*>(external), arg0);
2104 target(arg0);
2109 reinterpret_cast<void*>(external), arg0, arg1);
2113 target(arg0, Redirection::ReverseRedirection(arg1));
2118 reinterpret_cast<void*>(external), arg0, arg1);
2122 target(arg0, arg1);
2127 reinterpret_cast<void*>(external), arg0, arg1, arg2);
2131 target(arg0, arg1, Redirection::ReverseRedirection(arg2));
2143 // arg0 is a hidden argument pointing to the return location, so don't
2151 ObjectTriple* sim_result = reinterpret_cast<ObjectTriple*>(arg0);
2153 set_register(v0, arg0);
2163 static_cast<void*>(FUNCTION_ADDR(target)), arg0, arg1, arg2, arg3,
2166 int64_t result = target(arg0, arg1, arg2, arg3, arg4, arg5);