Searched refs:emit_slli (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/arch/riscv/net/ |
A D | bpf_jit_comp64.c | 199 emit_slli(rd, rd, shift, ctx); in emit_imm() 325 emit_slli(reg, reg, 32, ctx); in emit_zext_32() 363 emit_slli(RV_REG_T2, RV_REG_A2, 3, ctx); in emit_bpf_tail_call() 1127 emit_slli(rd, rd, 48, ctx); in bpf_jit_emit_insn() 1145 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn() 1152 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn() 1157 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn() 1164 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn() 1169 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn() 1174 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn() [all …]
|
A D | bpf_jit.h | 934 static inline void emit_slli(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_slli() function
|
Completed in 10 milliseconds