Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/net/
H A Dbpf_jit.c756 emit_sext_32(ctx, t1, is32); in build_insn()
757 emit_sext_32(ctx, t2, is32); in build_insn()
797 emit_sext_32(ctx, tm, is32); in build_insn()
798 emit_sext_32(ctx, t2, is32); in build_insn()
H A Dbpf_jit.h77 static inline void emit_sext_32(struct jit_ctx *ctx, enum loongarch_gpr reg, bool is32) in emit_sext_32() function