Searched refs:emit_srli (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 288 emit_srli(reg, reg, 32, ctx); in emit_zext_32() 548 emit_srli(rd, rd, 48, ctx); in bpf_jit_emit_insn() 566 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 573 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 578 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 585 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 590 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 595 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 600 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 706 emit_srli(r in bpf_jit_emit_insn() [all...] |
H A D | bpf_jit.h | 877 static inline void emit_srli(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_srli() function
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 332 emit_srli(reg, reg, 32, ctx); in emit_zext_32() 1199 emit_srli(rd, rd, 48, ctx); in bpf_jit_emit_insn() 1218 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 1225 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 1230 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 1237 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 1242 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 1247 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 1252 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 1366 emit_srli(r in bpf_jit_emit_insn() [all...] |
H A D | bpf_jit.h | 983 static inline void emit_srli(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_srli() function
|
Completed in 13 milliseconds