• Home
  • Raw
  • Download

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 args;
417 sljit_s32 locals_offset;
418 sljit_s32 saveds_offset;
419 sljit_s32 stack_tmp_size;
423 sljit_s32 mode32;
425 sljit_s32 locals_offset;
450 sljit_s32 delay_slot;
451 sljit_s32 cache_arg;
456 sljit_s32 delay_slot;
457 sljit_s32 cache_arg;
463 sljit_s32 have_save_area;
474 sljit_s32 last_flags;
476 sljit_s32 logical_local_size;
483 sljit_s32 skip_checks;
510 static SLJIT_INLINE sljit_s32 sljit_get_compiler_error(struct sljit_compiler *compiler) { return co… in sljit_get_compiler_error()
531 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size);
597 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type);
650 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler,
651 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,
652 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size);
664 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler,
665 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,
666 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size);
674 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,
675 sljit_s32 src, sljit_sw srcw);
697 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32
918 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op);
977 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op,
978 sljit_s32 dst, sljit_sw dstw,
979 sljit_s32 src, sljit_sw srcw);
1033 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op,
1034 sljit_s32 dst, sljit_sw dstw,
1035 sljit_s32 src1, sljit_sw src1w,
1036 sljit_s32 src2, sljit_sw src2w);
1073 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op,
1074 sljit_s32 src, sljit_sw srcw);
1111 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op,
1112 sljit_s32 dst, sljit_sw dstw,
1113 sljit_s32 src, sljit_sw srcw);
1131 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op,
1132 sljit_s32 dst, sljit_sw dstw,
1133 sljit_s32 src1, sljit_sw src1w,
1134 sljit_s32 src2, sljit_sw src2w);
1236 …FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type);
1244 …ct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_type…
1255 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type,
1256 sljit_s32 src1, sljit_sw src1w,
1257 sljit_s32 src2, sljit_sw src2w);
1269 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_s32 type,
1270 sljit_s32 src1, sljit_sw src1w,
1271 sljit_s32 src2, sljit_sw src2w);
1284 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type…
1293 …JIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type,…
1307 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o…
1308 sljit_s32 dst, sljit_sw dstw,
1309 sljit_s32 type);
1321 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type,
1322 sljit_s32 dst_reg,
1323 sljit_s32 src, sljit_sw srcw);
1355 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type,
1356 sljit_s32 reg,
1357 sljit_s32 mem, sljit_sw memw);
1366 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler *compiler, sljit_s32 type,
1367 sljit_s32 freg,
1368 sljit_s32 mem, sljit_sw memw);
1380 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32
1384 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds…
1388 … sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds…
1515 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg);
1522 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg);
1534 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler,
1535 void *instruction, sljit_s32 size);
1541 sljit_s32 current_flags);