Searched refs:emit_slli (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 161 emit_slli(rd, rd, shift, ctx); in emit_imm() 287 emit_slli(reg, reg, 32, ctx); in emit_zext_32() 325 emit_slli(RV_REG_T2, RV_REG_A2, 3, ctx); in emit_bpf_tail_call() 554 emit_slli(rd, rd, 48, ctx); in bpf_jit_emit_insn() 572 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn() 579 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn() 584 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn() 591 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn() 596 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn() 601 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn() [all …]
|
| H A D | bpf_jit.h | 860 static inline void emit_slli(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_slli() function
|