Lines Matching refs:sljit_s32
299 sljit_s32 error;
300 sljit_s32 options;
314 sljit_s32 scratches;
316 sljit_s32 saveds;
318 sljit_s32 fscratches;
320 sljit_s32 fsaveds;
322 sljit_s32 local_size;
331 sljit_s32 args;
332 sljit_s32 locals_offset;
333 sljit_s32 saveds_offset;
337 sljit_s32 mode32;
339 sljit_s32 locals_offset;
360 sljit_s32 cache_arg;
366 sljit_s32 cache_arg;
371 sljit_s32 delay_slot;
372 sljit_s32 cache_arg;
377 sljit_s32 delay_slot;
378 sljit_s32 cache_arg;
383 sljit_s32 cache_arg;
395 sljit_s32 last_flags;
397 sljit_s32 logical_local_size;
404 sljit_s32 skip_checks;
429 static SLJIT_INLINE sljit_s32 sljit_get_compiler_error(struct sljit_compiler *compiler) { return co… in sljit_get_compiler_error()
450 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size);
516 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type);
568 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler,
569 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds,
570 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size);
582 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler,
583 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds,
584 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size);
592 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,
593 sljit_s32 src, sljit_sw srcw);
610 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32…
611 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s3…
819 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op);
934 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op,
935 sljit_s32 dst, sljit_sw dstw,
936 sljit_s32 src, sljit_sw srcw);
990 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op,
991 sljit_s32 dst, sljit_sw dstw,
992 sljit_s32 src1, sljit_sw src1w,
993 sljit_s32 src2, sljit_sw src2w);
1030 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op,
1031 sljit_s32 dst, sljit_sw dstw,
1032 sljit_s32 src, sljit_sw srcw);
1050 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op,
1051 sljit_s32 dst, sljit_sw dstw,
1052 sljit_s32 src1, sljit_sw src1w,
1053 sljit_s32 src2, sljit_sw src2w);
1156 …FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type);
1166 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type,
1167 sljit_s32 src1, sljit_sw src1w,
1168 sljit_s32 src2, sljit_sw src2w);
1180 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_s32 type,
1181 sljit_s32 src1, sljit_sw src1w,
1182 sljit_s32 src2, sljit_sw src2w);
1196 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type…
1210 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o…
1211 sljit_s32 dst, sljit_sw dstw,
1212 sljit_s32 type);
1224 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type,
1225 sljit_s32 dst_reg,
1226 sljit_s32 src, sljit_sw srcw);
1230 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 …
1234 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds…
1364 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg);
1371 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg);
1383 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler,
1384 void *instruction, sljit_s32 size);
1390 sljit_s32 current_flags);