Lines Matching refs:sljit_u32
34 typedef sljit_u32 sljit_ins;
516 sljit_u32 float_offset, args_offset; in sljit_emit_enter()
693 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_u32 flags, sljit_s32 reg, s… in getput_arg_fast()
734 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_u32 flags, sljit_s32 reg, sljit_… in getput_arg()
794 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_u32 flags, sljit_s… in emit_op_mem()
803 static SLJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compiler, sljit_u32 flags, sljit_… in emit_op_mem2()
810 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_u32 flags, in emit_op()
994 sljit_u32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op1()
1037 sljit_u32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
1128 void *instruction, sljit_u32 size) in sljit_emit_op_custom()
1578 sljit_u32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op_flags()