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.h1058 static inline void emit_srli(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_srli() function
1222 emit_srli(rd, rd, 48, ctx); in emit_zexth()
1233 emit_srli(rd, rd, 32, ctx); in emit_zextw()
1243 emit_srli(rd, rd, bits, ctx); in emit_bswap()
1252 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()
1271 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()
[all …]
H A Dbpf_jit_comp64.c1638 emit_srli(rd, rd, imm, ctx); in bpf_jit_emit_insn()