Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/net/
H A Dbpf_jit.h1041 static inline void emit_srli(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_srli() function
1205 emit_srli(rd, rd, 48, ctx); in emit_zexth()
1216 emit_srli(rd, rd, 32, ctx); in emit_zextw()
1226 emit_srli(rd, rd, bits, ctx); in emit_bswap()
1235 emit_srli(rd, rd, 8, ctx); in emit_bswap()
1242 emit_srli(rd, rd, 8, ctx); in emit_bswap()
1247 emit_srli(rd, rd, 8, ctx); in emit_bswap()
1254 emit_srli(rd, rd, 8, ctx); in emit_bswap()
1259 emit_srli(rd, rd, 8, ctx); in emit_bswap()
1264 emit_srli(rd, rd, 8, ctx); in emit_bswap()
[all …]
H A Dbpf_jit_comp64.c1400 emit_srli(rd, rd, imm, ctx); in bpf_jit_emit_insn()