Lines Matching refs:sljit_si

300 	sljit_si error;
301 sljit_si options;
315 sljit_si scratches;
317 sljit_si saveds;
319 sljit_si fscratches;
321 sljit_si fsaveds;
323 sljit_si local_size;
330 sljit_si args;
334 sljit_si mode32;
338 sljit_si flags_saved;
355 sljit_si cache_arg;
360 sljit_si cache_arg;
365 sljit_si cache_arg;
371 sljit_si cache_arg;
376 sljit_si delay_slot;
377 sljit_si cache_arg;
382 sljit_si delay_slot;
383 sljit_si cache_arg;
388 sljit_si cache_arg;
399 sljit_si logical_local_size;
405 sljit_si skip_checks;
430 static SLJIT_INLINE sljit_si sljit_get_compiler_error(struct sljit_compiler *compiler) { return com… in sljit_get_compiler_error()
451 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_si size);
521 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler,
522 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds,
523 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size);
535 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_set_context(struct sljit_compiler *compiler,
536 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds,
537 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size);
545 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op,
546 sljit_si src, sljit_sw srcw);
563 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si d…
564 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si
718 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op0(struct sljit_compiler *compiler, sljit_si op);
795 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op,
796 sljit_si dst, sljit_sw dstw,
797 sljit_si src, sljit_sw srcw);
849 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op2(struct sljit_compiler *compiler, sljit_si op,
850 sljit_si dst, sljit_sw dstw,
851 sljit_si src1, sljit_sw src1w,
852 sljit_si src2, sljit_sw src2w);
860 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_register_index(sljit_si reg);
867 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_float_register_index(sljit_si reg);
879 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op_custom(struct sljit_compiler *compiler,
880 void *instruction, sljit_si size);
884 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_is_fpu_available(void);
923 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop1(struct sljit_compiler *compiler, sljit_si op,
924 sljit_si dst, sljit_sw dstw,
925 sljit_si src, sljit_sw srcw);
943 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop2(struct sljit_compiler *compiler, sljit_si op,
944 sljit_si dst, sljit_sw dstw,
945 sljit_si src1, sljit_sw src1w,
946 sljit_si src2, sljit_sw src2w);
1027 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type);
1037 …PI_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_si type,
1038 sljit_si src1, sljit_sw src1w,
1039 sljit_si src2, sljit_sw src2w);
1051 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_si type,
1052 sljit_si src1, sljit_sw src1w,
1053 sljit_si src2, sljit_sw src2w);
1066 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type,
1083 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_si op,
1084 sljit_si dst, sljit_sw dstw,
1085 sljit_si src, sljit_sw srcw,
1086 sljit_si type);
1090 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_local_base(struct sljit_compiler *compiler, sljit_si ds…
1094 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dst…