Searched refs:emit_sext_32 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/arch/loongarch/net/ |
H A D | ebpf_jit.h | 606 static inline void emit_sext_32(struct jit_ctx *ctx, enum loongarch_gpr reg) in emit_sext_32() function
|
H A D | ebpf_jit.c | 615 emit_sext_32(ctx, regmap[BPF_REG_0]); in build_insn()
|
Completed in 5 milliseconds