Searched refs:is32 (Results 1 – 1 of 1) sorted by relevance
76 static inline void emit_zext_32(struct jit_ctx *ctx, enum loongarch_gpr reg, bool is32) in emit_zext_32() argument78 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() argument87 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() argument200 emit_zext_32(ctx, rd, is32); in move_imm()