Home
last modified time | relevance | path

Searched refs:emit_hppa_copy (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/arch/parisc/net/
Dbpf_jit_comp32.c120 static void emit_hppa_copy(const s8 rs, const s8 rd, struct hppa_jit_context *ctx) in emit_hppa_copy() function
165 emit_hppa_copy(HPPA_REG_ZERO, hi(rd), ctx); in emit_imm32()
203 emit_hppa_copy(lo(r0), HPPA_REG_RET0, ctx); in __build_epilogue()
316 emit_hppa_copy(HPPA_REG_ZERO, hi(reg), ctx); in bpf_put_reg32()
330 emit_hppa_copy(arg0, HPPA_REG_ARG0, ctx); in emit_call_millicode()
331 emit_hppa_copy(arg1, HPPA_REG_ARG1, ctx); in emit_call_millicode()
342 emit_hppa_copy(HPPA_REG_ZERO, HPPA_REG_RET1, ctx); in emit_call_millicode()
344 emit_hppa_copy(HPPA_REG_ARG0, HPPA_REG_RET1, ctx); in emit_call_millicode()
352 emit_hppa_copy(HPPA_REG_RET1, arg0, ctx); in emit_call_millicode()
364 emit_hppa_copy(lo(arg0), HPPA_REG_ARG0, ctx); in emit_call_libgcc_ll()
[all …]
Dbpf_jit_comp64.c70 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()
[all …]