Searched refs:emit_hppa64_sext32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_comp64.c | 121 #define emit_hppa64_sext32(r, target, ctx) \ macro 230 emit_hppa64_sext32(regmap[BPF_REG_0], HPPA_REG_RET0, ctx); in __build_epilogue() 438 emit_hppa64_sext32(*rd, HPPA_REG_T2, ctx); in emit_sext_32_rd_rs() 440 emit_hppa64_sext32(*rs, HPPA_REG_T1, ctx); in emit_sext_32_rd_rs() 453 emit_hppa64_sext32(*rd, HPPA_REG_T2, ctx); in emit_sext_32_rd() 688 emit_hppa64_sext32(rs, HPPA_REG_T0, ctx); in bpf_jit_emit_insn() 709 emit_hppa64_sext32(rs, HPPA_REG_T0, ctx); in bpf_jit_emit_insn() 962 emit_hppa64_sext32(HPPA_REG_T1, HPPA_REG_T1, ctx); in bpf_jit_emit_insn()
|