Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_comp64.c21 [BPF_REG_0] = HPPA_REG_RET0,
230 emit_hppa64_sext32(regmap[BPF_REG_0], HPPA_REG_RET0, ctx); in __build_epilogue()
502 emit_hppa_copy(HPPA_REG_RET0, regmap[BPF_REG_0], ctx); in emit_call()
519 if (arg0 != HPPA_REG_RET0) { in emit_call_libgcc_ll()
521 emit(hppa_copy(HPPA_REG_RET0, HPPA_REG_TCC_SAVED), 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()
550 if (arg0 != HPPA_REG_RET0) in emit_call_libgcc_ll()
551 emit(hppa_copy(HPPA_REG_TCC_SAVED, HPPA_REG_RET0), ctx); in emit_call_libgcc_ll()
H A Dbpf_jit_comp32.c75 [BPF_REG_0] = {HPPA_REG_RET0, HPPA_REG_RET1}, /* HI/LOW */
203 emit_hppa_copy(lo(r0), HPPA_REG_RET0, ctx); in __build_epilogue()
370 if (hi(arg0) != HPPA_REG_RET0) in emit_call_libgcc_ll()
380 emit_hppa_copy(HPPA_REG_ZERO, HPPA_REG_RET0, ctx); in emit_call_libgcc_ll()
393 emit_hppa_copy(HPPA_REG_RET0, hi(arg0), ctx); in emit_call_libgcc_ll()
397 if (hi(arg0) != HPPA_REG_RET0) in emit_call_libgcc_ll()
939 emit_hppa_copy(HPPA_REG_RET0, hi(r0), ctx); in emit_call()
H A Dbpf_jit.h40 HPPA_REG_RET0 = 28, /* Return value, HI in 32-bit */ enumerator