Searched refs:emit_srli (Results 1 - 2 of 2) sorted by path

/linux-master/arch/riscv/net/
H A Dbpf_jit.h1017 static inline void emit_srli(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) function
1159 emit_srli(rd, rd, 48, ctx);
1165 emit_srli(rd, rd, 32, ctx);
1175 emit_srli(rd, rd, bits, ctx);
1184 emit_srli(rd, rd, 8, ctx);
1191 emit_srli(rd, rd, 8, ctx);
1196 emit_srli(rd, rd, 8, ctx);
1203 emit_srli(rd, rd, 8, ctx);
1208 emit_srli(rd, rd, 8, ctx);
1213 emit_srli(r
[all...]
H A Dbpf_jit_comp64.c1347 emit_srli(rd, rd, imm, ctx);

Completed in 187 milliseconds