Lines Matching defs:imm
144 static inline bool is_range16(s32 imm) in is_range16()
161 static inline void emit_load_imm(unsigned int dst, u32 imm, struct jit_ctx *ctx) in emit_load_imm()
187 static inline void emit_ori(unsigned int dst, unsigned src, u32 imm, in emit_ori()
199 int imm, struct jit_ctx *ctx) in emit_daddiu()
209 u32 imm, struct jit_ctx *ctx) in emit_addiu()
226 u32 imm, struct jit_ctx *ctx) in emit_andi()
243 static inline void emit_xori(ptr dst, ptr src, u32 imm, struct jit_ctx *ctx) in emit_xori()
317 unsigned int imm, struct jit_ctx *ctx) in emit_sltiu()
424 int imm, struct jit_ctx *ctx) in emit_load_ptr()
431 static inline void emit_load_func(unsigned int reg, ptr imm, in emit_load_func()
482 unsigned int imm, struct jit_ctx *ctx) in emit_bcond()
505 static inline void emit_b(unsigned int imm, struct jit_ctx *ctx) in emit_b()