Searched refs:emit_slli (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/riscv/net/
H A Dbpf_jit.h999 static inline void emit_slli(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) function
1129 emit_slli(rd, rs, 56, ctx);
1140 emit_slli(rd, rs, 48, ctx);
1156 emit_slli(rd, rs, 48, ctx);
1162 emit_slli(rd, rs, 32, ctx);
1181 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx);
1188 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx);
1193 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx);
1200 emit_slli(RV_REG_T2, RV_REG_T2, 8, ctx);
1205 emit_slli(RV_REG_T
[all...]
H A Dbpf_jit_comp64.c219 emit_slli(rd, rd, shift, ctx);
377 emit_slli(RV_REG_T2, RV_REG_A2, 3, ctx);
1303 emit_slli(rd, rd, imm, ctx);

Completed in 211 milliseconds