Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/net/
Dbpf_jit_comp64.c177 emit_slli(rd, rd, shift, ctx); in emit_imm()
303 emit_slli(reg, reg, 32, ctx); in emit_zext_32()
341 emit_slli(RV_REG_T2, RV_REG_A2, 3, ctx); in emit_bpf_tail_call()
717 emit_slli(rd, rd, 48, ctx); in bpf_jit_emit_insn()
735 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn()
742 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn()
747 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn()
754 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn()
759 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn()
764 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn()
[all …]
Dbpf_jit.h928 static inline void emit_slli(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_slli() function