Lines Matching refs:sljit_s32
381 sljit_s32 error;
382 sljit_s32 options;
399 sljit_s32 scratches;
401 sljit_s32 saveds;
403 sljit_s32 fscratches;
405 sljit_s32 fsaveds;
407 sljit_s32 local_size;
416 sljit_s32 status_flags_state;
420 sljit_s32 args;
421 sljit_s32 locals_offset;
422 sljit_s32 saveds_offset;
423 sljit_s32 stack_tmp_size;
427 sljit_s32 mode32;
429 sljit_s32 locals_offset;
454 sljit_s32 delay_slot;
455 sljit_s32 cache_arg;
460 sljit_s32 delay_slot;
461 sljit_s32 cache_arg;
467 sljit_s32 mode;
478 sljit_s32 last_flags;
480 sljit_s32 logical_local_size;
487 sljit_s32 skip_checks;
514 static SLJIT_INLINE sljit_s32 sljit_get_compiler_error(struct sljit_compiler *compiler) { return co… in sljit_get_compiler_error()
535 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size);
601 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type);
654 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler,
655 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,
656 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size);
668 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler,
669 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,
670 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size);
678 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,
679 sljit_s32 src, sljit_sw srcw);
701 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32…
922 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op);
981 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op,
982 sljit_s32 dst, sljit_sw dstw,
983 sljit_s32 src, sljit_sw srcw);
1037 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op,
1038 sljit_s32 dst, sljit_sw dstw,
1039 sljit_s32 src1, sljit_sw src1w,
1040 sljit_s32 src2, sljit_sw src2w);
1077 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op,
1078 sljit_s32 src, sljit_sw srcw);
1115 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op,
1116 sljit_s32 dst, sljit_sw dstw,
1117 sljit_s32 src, sljit_sw srcw);
1135 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op,
1136 sljit_s32 dst, sljit_sw dstw,
1137 sljit_s32 src1, sljit_sw src1w,
1138 sljit_s32 src2, sljit_sw src2w);
1220 …FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type);
1228 …ct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_type…
1239 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type,
1240 sljit_s32 src1, sljit_sw src1w,
1241 sljit_s32 src2, sljit_sw src2w);
1253 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_s32 type,
1254 sljit_s32 src1, sljit_sw src1w,
1255 sljit_s32 src2, sljit_sw src2w);
1268 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type…
1277 …JIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type,…
1291 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o…
1292 sljit_s32 dst, sljit_sw dstw,
1293 sljit_s32 type);
1305 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type,
1306 sljit_s32 dst_reg,
1307 sljit_s32 src, sljit_sw srcw);
1339 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type,
1340 sljit_s32 reg,
1341 sljit_s32 mem, sljit_sw memw);
1350 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler *compiler, sljit_s32 type,
1351 sljit_s32 freg,
1352 sljit_s32 mem, sljit_sw memw);
1364 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 …
1368 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds…
1372 … sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds…
1499 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg);
1506 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg);
1518 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler,
1519 void *instruction, sljit_s32 size);
1539 sljit_s32 current_flags);