Lines Matching defs:arg0
325 static void emit_call_millicode(void *func, const s8 arg0,
330 emit_hppa_copy(arg0, HPPA_REG_ARG0, ctx);
334 if (arg0 != HPPA_REG_RET1)
352 emit_hppa_copy(HPPA_REG_RET1, arg0, ctx);
355 if (arg0 != HPPA_REG_RET1)
359 static void emit_call_libgcc_ll(void *func, const s8 *arg0,
364 emit_hppa_copy(lo(arg0), HPPA_REG_ARG0, ctx);
365 emit_hppa_copy(hi(arg0), HPPA_REG_ARG1, ctx);
370 if (hi(arg0) != HPPA_REG_RET0)
393 emit_hppa_copy(HPPA_REG_RET0, hi(arg0), ctx);
394 emit_hppa_copy(HPPA_REG_RET1, lo(arg0), ctx);
397 if (hi(arg0) != HPPA_REG_RET0)