Home
last modified time | relevance | path

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

/linux/arch/loongarch/net/
H A Dbpf_jit.h76 static inline void emit_zext_32(struct jit_ctx *ctx, enum loongarch_gpr reg, bool is32) in emit_zext_32() argument
78 if (!is32) in emit_zext_32()
85 static inline void emit_sext_32(struct jit_ctx *ctx, enum loongarch_gpr reg, bool is32) in emit_sext_32() argument
87 if (!is32) in emit_sext_32()
140 static inline void move_imm(struct jit_ctx *ctx, enum loongarch_gpr rd, long imm, bool is32) in move_imm() argument
200 emit_zext_32(ctx, rd, is32); in move_imm()