Home
last modified time | relevance | path

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

/linux/arch/loongarch/net/
H A Dbpf_jit.c822 emit_sext_32(ctx, dst, is32); in build_insn()
824 emit_sext_32(ctx, t1, is32); in build_insn()
840 emit_sext_32(ctx, t1, is32); in build_insn()
841 emit_sext_32(ctx, dst, is32); in build_insn()
857 emit_sext_32(ctx, dst, is32); in build_insn()
859 emit_sext_32(ctx, t1, is32); in build_insn()
875 emit_sext_32(ctx, t1, is32); in build_insn()
876 emit_sext_32(ctx, dst, is32); in build_insn()
1067 emit_sext_32(ctx, t1, is32); in build_insn()
1068 emit_sext_32(ctx, t2, is32); in build_insn()
[all …]
H A Dbpf_jit.h85 static inline void emit_sext_32(struct jit_ctx *ctx, enum loongarch_gpr reg, bool is32) in emit_sext_32() function