Lines Matching refs:emit_hppa_copy
70 static void emit_hppa_copy(const s8 rs, const s8 rd, struct hppa_jit_context *ctx) in emit_hppa_copy() function
469 emit_hppa_copy(regmap[BPF_REG_1], HPPA_REG_ARG0, ctx); in emit_call()
470 emit_hppa_copy(regmap[BPF_REG_2], HPPA_REG_ARG1, ctx); in emit_call()
471 emit_hppa_copy(regmap[BPF_REG_3], HPPA_REG_ARG2, ctx); in emit_call()
472 emit_hppa_copy(regmap[BPF_REG_4], HPPA_REG_ARG3, ctx); in emit_call()
473 emit_hppa_copy(regmap[BPF_REG_5], HPPA_REG_ARG4, ctx); in emit_call()
502 emit_hppa_copy(HPPA_REG_RET0, regmap[BPF_REG_0], ctx); in emit_call()
514 emit_hppa_copy(arg0, HPPA_REG_ARG0, ctx); in emit_call_libgcc_ll()
515 emit_hppa_copy(arg1, HPPA_REG_ARG1, ctx); in emit_call_libgcc_ll()
535 emit_hppa_copy(HPPA_REG_ZERO, HPPA_REG_RET0, ctx); in emit_call_libgcc_ll()
537 emit_hppa_copy(HPPA_REG_ARG0, HPPA_REG_RET0, ctx); in emit_call_libgcc_ll()
547 emit_hppa_copy(HPPA_REG_RET0, arg0, ctx); in emit_call_libgcc_ll()
618 emit_hppa_copy(rs, rd, ctx); in bpf_jit_emit_insn()
1150 emit_hppa_copy(HPPA_REG_SP, HPPA_REG_R1, ctx); in bpf_jit_build_prologue()
1166 emit_hppa_copy(arg, regmap[dst], ctx) in bpf_jit_build_prologue()