Searched refs:emit_slli (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 205 emit_slli(rd, rd, shift, ctx); in emit_imm() 331 emit_slli(reg, reg, 32, ctx); in emit_zext_32() 369 emit_slli(RV_REG_T2, RV_REG_A2, 3, ctx); in emit_bpf_tail_call() 1097 emit_slli(RV_REG_T1, rs, 64 - insn->off, ctx); in bpf_jit_emit_insn() 1198 emit_slli(rd, rd, 48, ctx); in bpf_jit_emit_insn() 1217 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn() 1224 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn() 1229 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn() 1236 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn() 1241 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx); in bpf_jit_emit_insn() [all …]
|
H A D | bpf_jit.h | 967 static inline void emit_slli(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_slli() function
|