Home
last modified time | relevance | path

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

/Linux-v6.1/arch/riscv/net/
Dbpf_jit_comp64.c304 emit_srli(reg, reg, 32, ctx); in emit_zext_32()
718 emit_srli(rd, rd, 48, ctx); in bpf_jit_emit_insn()
736 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn()
743 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn()
748 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn()
755 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn()
760 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn()
765 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn()
770 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn()
876 emit_srli(rd, rd, imm, ctx); in bpf_jit_emit_insn()
Dbpf_jit.h945 static inline void emit_srli(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_srli() function