Home | History | Annotate | Download | only in sljit

Lines Matching refs:sljit_si

298 	sljit_si error;
299 sljit_si options;
312 sljit_si scratches;
314 sljit_si saveds;
316 sljit_si fscratches;
318 sljit_si fsaveds;
320 sljit_si local_size;
327 sljit_si args;
331 sljit_si mode32;
335 sljit_si flags_saved;
352 sljit_si cache_arg;
357 sljit_si cache_arg;
362 sljit_si locals_offset;
363 sljit_si cache_arg;
369 sljit_si cache_arg;
374 sljit_si delay_slot;
375 sljit_si cache_arg;
380 sljit_si delay_slot;
381 sljit_si cache_arg;
386 sljit_si cache_arg;
396 sljit_si logical_local_size;
400 sljit_si skip_checks;
420 sljit_si sljit_get_compiler_error(struct sljit_compiler *compiler) { return compiler->error; }
433 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_si size);
498 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler,
499 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds,
500 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size);
513 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds,
514 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size);
522 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op,
523 sljit_si src, sljit_sw srcw);
540 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw);
541 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si src, sljit_sw srcw);
695 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op0(struct sljit_compiler *compiler, sljit_si op);
772 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op,
773 sljit_si dst, sljit_sw dstw,
774 sljit_si src, sljit_sw srcw);
826 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op2(struct sljit_compiler *compiler, sljit_si op,
827 sljit_si dst, sljit_sw dstw,
828 sljit_si src1, sljit_sw src1w,
829 sljit_si src2, sljit_sw src2w);
837 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_register_index(sljit_si reg);
844 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_float_register_index(sljit_si reg);
856 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op_custom(struct sljit_compiler *compiler,
857 void *instruction, sljit_si size);
861 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_is_fpu_available(void);
900 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop1(struct sljit_compiler *compiler, sljit_si op,
901 sljit_si dst, sljit_sw dstw,
902 sljit_si src, sljit_sw srcw);
920 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop2(struct sljit_compiler *compiler, sljit_si op,
921 sljit_si dst, sljit_sw dstw,
922 sljit_si src1, sljit_sw src1w,
923 sljit_si src2, sljit_sw src2w);
976 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type);
986 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_si type,
987 sljit_si src1, sljit_sw src1w,
988 sljit_si src2, sljit_sw src2w);
1000 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_si type,
1001 sljit_si src1, sljit_sw src1w,
1002 sljit_si src2, sljit_sw src2w);
1015 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, sljit_si src, sljit_sw srcw);
1032 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_si op,
1033 sljit_si dst, sljit_sw dstw,
1034 sljit_si src, sljit_sw srcw,
1035 sljit_si type);
1039 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_local_base(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw offset);
1043 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value);