Searched refs:emit_srli (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 332 emit_srli(reg, reg, 32, ctx); in emit_zext_32() 1199 emit_srli(rd, rd, 48, ctx); in bpf_jit_emit_insn() 1218 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 1225 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 1230 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 1237 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 1242 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 1247 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 1252 emit_srli(rd, rd, 8, ctx); in bpf_jit_emit_insn() 1366 emit_srli(rd, rd, imm, ctx); in bpf_jit_emit_insn()
|
H A D | bpf_jit.h | 983 static inline void emit_srli(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_srli() function
|