Searched refs:emit_sext_32 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/loongarch/net/ |
H A D | bpf_jit.c | 756 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 D | bpf_jit.h | 77 static inline void emit_sext_32(struct jit_ctx *ctx, enum loongarch_gpr reg, bool is32) in emit_sext_32() function
|