Lines Matching refs:sljit_s32

29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm)  in load_immediate()
69 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
70 sljit_s32 dst, sljit_s32 src1, sljit_sw src2) in emit_single_op()
72 sljit_s32 is_overflow, is_carry, is_handled; in emit_single_op()
419 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const()
444 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args()
446 sljit_s32 stack_offset = 0; in call_with_args()
447 sljit_s32 arg_count = 0; in call_with_args()
448 sljit_s32 float_arg_count = 0; in call_with_args()
449 sljit_s32 word_arg_count = 0; in call_with_args()
450 sljit_s32 types = 0; in call_with_args()
451 sljit_s32 arg_count_save, types_save; in call_with_args()
584 static sljit_s32 post_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in post_call_with_args()
586 sljit_s32 stack_offset = 0; in post_call_with_args()
615 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
616 sljit_s32 arg_types) in sljit_emit_call()
645 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
646 sljit_s32 arg_types, in sljit_emit_icall()
647 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall()