Home
last modified time | relevance | path

Searched refs:HPPA_REG_ARG1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_comp64.c470 emit_hppa_copy(regmap[BPF_REG_2], HPPA_REG_ARG1, ctx); in emit_call()
512 emit_hppa64_zext32(arg1, HPPA_REG_ARG1, ctx); in emit_call_libgcc_ll()
515 emit_hppa_copy(arg1, HPPA_REG_ARG1, ctx); in emit_call_libgcc_ll()
539 emit(hppa_beq(HPPA_REG_ARG1, HPPA_REG_ZERO, 2 - HPPA_BRANCH_DISPLACEMENT), ctx); in emit_call_libgcc_ll()
1168 LOAD_PARAM(HPPA_REG_ARG1, BPF_REG_2); in bpf_jit_build_prologue()
H A Dbpf_jit_comp32.c331 emit_hppa_copy(arg1, HPPA_REG_ARG1, ctx); in emit_call_millicode()
345 emit(hppa_or_cond(HPPA_REG_ARG1, HPPA_REG_ZERO, 1, 0, HPPA_REG_ZERO), ctx); in emit_call_millicode()
365 emit_hppa_copy(hi(arg0), HPPA_REG_ARG1, ctx); in emit_call_libgcc_ll()
914 emit_hppa_copy(hi(reg), HPPA_REG_ARG1, ctx); in emit_call()
1591 emit_hppa_copy(HPPA_REG_ARG1, hi(reg), ctx); in bpf_jit_build_prologue()
H A Dbpf_jit.h37 HPPA_REG_ARG1 = 25, enumerator