Lines Matching defs:imm
180 static inline bool is_range16(s32 imm) in is_range16()
197 static inline void emit_load_imm(unsigned int dst, u32 imm, struct jit_ctx *ctx) in emit_load_imm()
223 static inline void emit_ori(unsigned int dst, unsigned src, u32 imm, in emit_ori()
235 int imm, struct jit_ctx *ctx) in emit_daddiu()
245 u32 imm, struct jit_ctx *ctx) in emit_addiu()
262 u32 imm, struct jit_ctx *ctx) in emit_andi()
279 static inline void emit_xori(ptr dst, ptr src, u32 imm, struct jit_ctx *ctx) in emit_xori()
353 unsigned int imm, struct jit_ctx *ctx) in emit_sltiu()
454 int imm, struct jit_ctx *ctx) in emit_load_ptr()
461 static inline void emit_load_func(unsigned int reg, ptr imm, in emit_load_func()
512 unsigned int imm, struct jit_ctx *ctx) in emit_bcond()
535 static inline void emit_b(unsigned int imm, struct jit_ctx *ctx) in emit_b()