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

/linux-master/arch/riscv/net/
H A Dbpf_jit.h1015 static inline void emit_srli(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) function
1157 emit_srli(rd, rd, 48, ctx);
1163 emit_srli(rd, rd, 32, ctx);
1173 emit_srli(rd, rd, bits, ctx);
1182 emit_srli(rd, rd, 8, ctx);
1189 emit_srli(rd, rd, 8, ctx);
1194 emit_srli(rd, rd, 8, ctx);
1201 emit_srli(rd, rd, 8, ctx);
1206 emit_srli(rd, rd, 8, ctx);
1211 emit_srli(r
[all...]
H A Dbpf_jit_comp64.c1311 emit_srli(rd, rd, imm, ctx);

Completed in 119 milliseconds