Lines Matching defs:imm
145 static inline bool is_range16(s32 imm) in is_range16()
162 static inline void emit_load_imm(unsigned int dst, u32 imm, struct jit_ctx *ctx) in emit_load_imm()
188 static inline void emit_ori(unsigned int dst, unsigned src, u32 imm, in emit_ori()
200 int imm, struct jit_ctx *ctx) in emit_daddiu()
210 u32 imm, struct jit_ctx *ctx) in emit_addiu()
227 u32 imm, struct jit_ctx *ctx) in emit_andi()
244 static inline void emit_xori(ptr dst, ptr src, u32 imm, struct jit_ctx *ctx) in emit_xori()
318 unsigned int imm, struct jit_ctx *ctx) in emit_sltiu()
419 int imm, struct jit_ctx *ctx) in emit_load_ptr()
426 static inline void emit_load_func(unsigned int reg, ptr imm, in emit_load_func()
477 unsigned int imm, struct jit_ctx *ctx) in emit_bcond()
500 static inline void emit_b(unsigned int imm, struct jit_ctx *ctx) in emit_b()