Lines Matching refs:sljit_si
184 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_si delay_slot) in push_inst()
343 SLJIT_ASSERT(code_ptr - code <= (sljit_si)compiler->size); in sljit_generate_code()
421 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
422 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_emit_enter()
423 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_emit_enter()
454 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_set_context()
455 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_set_context()
472 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, s… in sljit_emit_return()
524 static sljit_si getput_arg_fast(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, slji… in getput_arg_fast()
547 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) in can_cache()
567 static sljit_si getput_arg(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, sljit_si … in getput_arg()
569 sljit_si base, arg2, delay_slot; in getput_arg()
631 static SLJIT_INLINE sljit_si emit_op_mem(struct sljit_compiler *compiler, sljit_si flags, sljit_si … in emit_op_mem()
640 … SLJIT_INLINE sljit_si emit_op_mem2(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg,… in emit_op_mem2()
647 static sljit_si emit_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, in emit_op()
648 sljit_si dst, sljit_sw dstw, in emit_op()
649 sljit_si src1, sljit_sw src1w, in emit_op()
650 sljit_si src2, sljit_sw src2w) in emit_op()
656 sljit_si dst_r = TMP_REG2; in emit_op()
657 sljit_si src1_r; in emit_op()
659 sljit_si sugg_src2_r = TMP_REG2; in emit_op()
776 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op0(struct sljit_compiler *compiler, sljit_si op) in sljit_emit_op0()
817 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_op1()
818 sljit_si dst, sljit_sw dstw, in sljit_emit_op1()
819 sljit_si src, sljit_sw srcw) in sljit_emit_op1()
821 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op1()
885 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op2(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_op2()
886 sljit_si dst, sljit_sw dstw, in sljit_emit_op2()
887 sljit_si src1, sljit_sw src1w, in sljit_emit_op2()
888 sljit_si src2, sljit_sw src2w) in sljit_emit_op2()
890 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
927 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_register_index(sljit_si reg) in sljit_get_register_index()
933 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_float_register_index(sljit_si reg) in sljit_get_float_register_index()
939 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
940 void *instruction, sljit_si size) in sljit_emit_op_custom()
953 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_is_fpu_available(void) in sljit_is_fpu_available()
967 static SLJIT_INLINE sljit_si sljit_emit_fop1_convw_fromd(struct sljit_compiler *compiler, sljit_si … in sljit_emit_fop1_convw_fromd()
968 sljit_si dst, sljit_sw dstw, in sljit_emit_fop1_convw_fromd()
969 sljit_si src, sljit_sw srcw) in sljit_emit_fop1_convw_fromd()
992 static SLJIT_INLINE sljit_si sljit_emit_fop1_convd_fromw(struct sljit_compiler *compiler, sljit_si … in sljit_emit_fop1_convd_fromw()
993 sljit_si dst, sljit_sw dstw, in sljit_emit_fop1_convd_fromw()
994 sljit_si src, sljit_sw srcw) in sljit_emit_fop1_convd_fromw()
996 sljit_si dst_r = FAST_IS_REG(dst) ? (dst << 1) : TMP_FREG1; in sljit_emit_fop1_convd_fromw()
1001 srcw = (sljit_si)srcw; in sljit_emit_fop1_convd_fromw()
1022 static SLJIT_INLINE sljit_si sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_fop1_cmp()
1023 sljit_si src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
1024 sljit_si src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
1043 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop1(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_fop1()
1044 sljit_si dst, sljit_sw dstw, in sljit_emit_fop1()
1045 sljit_si src, sljit_sw srcw) in sljit_emit_fop1()
1047 sljit_si dst_r; in sljit_emit_fop1()
1101 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop2(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_fop2()
1102 sljit_si dst, sljit_sw dstw, in sljit_emit_fop2()
1103 sljit_si src1, sljit_sw src1w, in sljit_emit_fop2()
1104 sljit_si src2, sljit_sw src2w) in sljit_emit_fop2()
1106 sljit_si dst_r, flags = 0; in sljit_emit_fop2()
1190 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si d… in sljit_emit_fast_enter()
1207 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si … in sljit_emit_fast_return()
1245 static sljit_ins get_cc(sljit_si type) in get_cc()
1316 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) in sljit_emit_jump()
1362 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, … in sljit_emit_ijump()
1365 sljit_si src_r; in sljit_emit_ijump()
1397 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_op_flags()
1398 sljit_si dst, sljit_sw dstw, in sljit_emit_op_flags()
1399 sljit_si src, sljit_sw srcw, in sljit_emit_op_flags()
1400 sljit_si type) in sljit_emit_op_flags()
1402 sljit_si reg, flags = (GET_FLAGS(op) ? SET_FLAGS : 0); in sljit_emit_op_flags()
1441 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dst… in sljit_emit_const()
1443 sljit_si reg; in sljit_emit_const()