Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c165 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()
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()
352 emit_hppa_copy(HPPA_REG_RET1, arg0, ctx); in emit_call_millicode()
465 emit_hppa_copy(lo(rd), hi(rd), ctx); in emit_alu_i64()
480 emit_hppa_copy(hi(rd), lo(rd), ctx); in emit_alu_i64()
495 emit_hppa_copy(hi(rd), lo(rd), ctx); in emit_alu_i64()
580 emit_hppa_copy(lo(rs), lo(rd), ctx); in emit_alu_r64()
581 emit_hppa_copy(hi(rs), hi(rd), ctx); in emit_alu_r64()
[all …]
H A Dbpf_jit_comp64.c469 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()
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()
[all …]