Searched refs:emit_srli (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 288 emit_srli(reg, reg, 32, ctx); in emit_zext_32() 555 emit_srli(rd, rd, 48, ctx); in bpf_jit_emit_insn() 573 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 580 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 585 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 592 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 597 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 602 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 607 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 713 emit_srli(rd, rd, imm, ctx); in bpf_jit_emit_insn()
|
| H A D | bpf_jit.h | 876 static inline void emit_srli(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_srli() function
|