Lines Matching refs:sljit_s32

29 static sljit_s32 emit_copysign(struct sljit_compiler *compiler, sljit_s32 op,  in emit_copysign()
30 sljit_s32 src1, sljit_s32 src2, sljit_s32 dst) in emit_copysign()
46 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate()
48 sljit_s32 shift = 32; in load_immediate()
49 sljit_s32 shift2; in load_immediate()
50 sljit_s32 inv = 0; in load_immediate()
138 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const()
148 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compiler *compiler, in sljit_emit_fset64()
149 sljit_s32 freg, sljit_f64 value) in sljit_emit_fset64()
177 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fcopy()
178 sljit_s32 freg, sljit_s32 reg) in sljit_emit_fcopy()
219 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args()
221 sljit_s32 arg_count = 0; in call_with_args()
222 sljit_s32 word_arg_count = 0; in call_with_args()
223 sljit_s32 float_arg_count = 0; in call_with_args()
224 sljit_s32 types = 0; in call_with_args()
293 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
294 sljit_s32 arg_types) in sljit_emit_call()
335 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
336 sljit_s32 arg_types, in sljit_emit_icall()
337 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall()