Home | History | Annotate | Download | only in mips

Lines Matching defs:arg0

2032 typedef int64_t (*SimulatorRuntimeCall)(int32_t arg0,
2039 typedef ObjectTriple (*SimulatorRuntimeTripleCall)(int32_t arg0, int32_t arg1,
2047 typedef double (*SimulatorRuntimeFPIntCall)(double darg0, int32_t arg0);
2051 typedef void (*SimulatorRuntimeDirectApiCall)(int32_t arg0);
2052 typedef void (*SimulatorRuntimeProfilingApiCall)(int32_t arg0, void* arg1);
2055 typedef void (*SimulatorRuntimeDirectGetterCall)(int32_t arg0, int32_t arg1);
2057 int32_t arg0, int32_t arg1, void* arg2);
2071 int32_t arg0 = get_register(a0);
2096 arg0 = get_fpu_register_word(f12);
2101 arg0 = get_fpu_register_word(f12);
2109 arg0 = get_fpu_register_word(f12);
2112 arg0 = get_fpu_register_word(f12);
2118 arg0 = get_fpu_register_word(f12);
2121 arg0 = get_fpu_register_word(f12);
2224 reinterpret_cast<void*>(external), arg0);
2228 target(arg0);
2233 reinterpret_cast<void*>(external), arg0, arg1);
2237 target(arg0, Redirection::ReverseRedirection(arg1));
2242 reinterpret_cast<void*>(external), arg0, arg1);
2246 target(arg0, arg1);
2251 reinterpret_cast<void*>(external), arg0, arg1, arg2);
2255 target(arg0, arg1, Redirection::ReverseRedirection(arg2));
2267 // arg0 is a hidden argument pointing to the return location, so don't
2275 ObjectTriple* sim_result = reinterpret_cast<ObjectTriple*>(arg0);
2277 set_register(v0, arg0);
2287 static_cast<void*>(FUNCTION_ADDR(target)), arg0, arg1, arg2, arg3,
2290 int64_t result = target(arg0, arg1, arg2, arg3, arg4, arg5);