Lines Matching refs:sljit_s32
27 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw imm) in load_immediate()
38 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_u… in emit_single_op()
39 sljit_s32 dst, sljit_s32 src1, sljit_sw src2) in emit_single_op()
141 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args()
143 sljit_s32 reg_index = 8; in call_with_args()
144 sljit_s32 word_reg_index = 8; in call_with_args()
145 sljit_s32 float_arg_index = 1; in call_with_args()
146 sljit_s32 double_arg_count = 0; in call_with_args()
148 sljit_s32 types = 0; in call_with_args()
149 sljit_s32 reg = 0; in call_with_args()
150 sljit_s32 move_to_tmp2 = 0; in call_with_args()
260 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const()