Lines Matching refs:sljit_s32

29 static sljit_s32 emit_copysign(struct sljit_compiler *compiler, sljit_s32 op,  in emit_copysign()
72 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate()
84 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const()
90 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compiler *compiler, in sljit_emit_fset64()
91 sljit_s32 freg, sljit_f64 value) in sljit_emit_fset64()
96 sljit_s32 lo; in sljit_emit_fset64()
97 sljit_s32 hi; in sljit_emit_fset64()
99 sljit_s32 hi; in sljit_emit_fset64()
100 sljit_s32 lo; in sljit_emit_fset64()
132 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fcopy()
133 sljit_s32 freg, sljit_s32 reg) in sljit_emit_fcopy()
135 sljit_s32 reg2 = 0; in sljit_emit_fcopy()
211 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args()
215 sljit_s32 float_arg_count = 0; in call_with_args()
216 sljit_s32 word_arg_count = 0; in call_with_args()
217 sljit_s32 types = 0; in call_with_args()
274 FAIL_IF(emit_stack_frame_release(compiler, (sljit_s32)offset, &prev_ins)); in call_with_args()
353 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
354 sljit_s32 arg_types) in sljit_emit_call()
409 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
410 sljit_s32 arg_types, in sljit_emit_icall()
411 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall()