Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
H A Dbpf_jit.h1063 static inline void emit_srli(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_srli() function
1227 emit_srli(rd, rd, 48, ctx); in emit_zexth()
1238 emit_srli(rd, rd, 32, ctx); in emit_zextw()
1248 emit_srli(rd, rd, bits, ctx); in emit_bswap()
1257 emit_srli(rd, rd, 8, ctx); in emit_bswap()
1264 emit_srli(rd, rd, 8, ctx); in emit_bswap()
1269 emit_srli(rd, rd, 8, ctx); in emit_bswap()
1276 emit_srli(rd, rd, 8, ctx); in emit_bswap()
1281 emit_srli(rd, rd, 8, ctx); in emit_bswap()
1286 emit_srli(rd, rd, 8, ctx); in emit_bswap()
[all …]
H A Dbpf_jit_comp64.c1646 emit_srli(rd, rd, imm, ctx); in bpf_jit_emit_insn()