Lines Matching refs:sljit_si
55 (((max_diff) / (sljit_si)sizeof(sljit_uw)) - (CONST_POOL_ALIGNMENT - 1))
129 static sljit_si push_cpool(struct sljit_compiler *compiler) in push_cpool()
135 sljit_si i; in push_cpool()
167 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_uw inst) in push_inst()
181 static sljit_si push_inst_with_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw lit… in push_inst_with_literal()
231 static sljit_si push_inst_with_unique_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit… in push_inst_with_unique_literal()
251 static SLJIT_INLINE sljit_si prepare_blx(struct sljit_compiler *compiler) in prepare_blx()
259 static SLJIT_INLINE sljit_si emit_blx(struct sljit_compiler *compiler) in emit_blx()
289 if ((sljit_si)const_pool[ind] < 0) { in patch_pc_relative_loads()
314 sljit_si index;
315 sljit_si value;
318 static SLJIT_INLINE sljit_si resolve_const_pool_index(struct future_patch **first_patch, sljit_uw c… in resolve_const_pool_index()
320 sljit_si value; in resolve_const_pool_index()
325 value = (sljit_si)cpool_start_address[cpool_current_index]; in resolve_const_pool_index()
331 value = (sljit_si)cpool_start_address[cpool_current_index]; in resolve_const_pool_index()
371 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_uw inst) in push_inst()
382 static SLJIT_INLINE sljit_si emit_imm(struct sljit_compiler *compiler, sljit_si reg, sljit_sw imm) in emit_imm()
390 static SLJIT_INLINE sljit_si detect_jump_type(struct sljit_jump *jump, sljit_uw *code_ptr, sljit_uw… in detect_jump_type()
447 static SLJIT_INLINE void inline_set_jump_addr(sljit_uw addr, sljit_uw new_addr, sljit_si flush) in inline_set_jump_addr()
453 sljit_si bl = (mov_pc & 0x0000f000) != RD(TMP_PC); in inline_set_jump_addr()
505 static SLJIT_INLINE void inline_set_const(sljit_uw addr, sljit_sw new_constant, sljit_si flush) in inline_set_const()
790 SLJIT_ASSERT(code_ptr - code <= (sljit_si)size); in sljit_generate_code()
821 static sljit_si emit_op(struct sljit_compiler *compiler, sljit_si op, sljit_si inp_flags,
822 sljit_si dst, sljit_sw dstw,
823 sljit_si src1, sljit_sw src1w,
824 sljit_si src2, sljit_sw src2w);
826 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
827 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_emit_enter()
828 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_emit_enter()
830 sljit_si size, i, tmp; in sljit_emit_enter()
876 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_set_context()
877 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_set_context()
879 sljit_si size; in sljit_set_context()
897 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, s… in sljit_emit_return()
899 sljit_si i, tmp; in sljit_emit_return()
999 static SLJIT_INLINE sljit_si emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si … in emit_single_op()
1000 sljit_si dst, sljit_si src1, sljit_si src2) in emit_single_op()
1155 sljit_si rol; in get_imm()
1191 static sljit_si generate_int(struct sljit_compiler *compiler, sljit_si reg, sljit_uw imm, sljit_si … in generate_int()
1196 sljit_si rol; in generate_int()
1302 static sljit_si load_immediate(struct sljit_compiler *compiler, sljit_si reg, sljit_uw imm) in load_immediate()
1333 static sljit_si emit_set_delta(struct sljit_compiler *compiler, sljit_si dst, sljit_si reg, sljit_s… in emit_set_delta()
1349 static sljit_si getput_arg_fast(struct sljit_compiler *compiler, sljit_si inp_flags, sljit_si reg, … in getput_arg_fast()
1424 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) in can_cache()
1472 static sljit_si getput_arg(struct sljit_compiler *compiler, sljit_si inp_flags, sljit_si reg, sljit… in getput_arg()
1474 sljit_si tmp_r; in getput_arg()
1599 static SLJIT_INLINE sljit_si emit_op_mem(struct sljit_compiler *compiler, sljit_si flags, sljit_si … in emit_op_mem()
1608 … SLJIT_INLINE sljit_si emit_op_mem2(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg,… in emit_op_mem2()
1615 static sljit_si emit_op(struct sljit_compiler *compiler, sljit_si op, sljit_si inp_flags, in emit_op()
1616 sljit_si dst, sljit_sw dstw, in emit_op()
1617 sljit_si src1, sljit_sw src1w, in emit_op()
1618 sljit_si src2, sljit_sw src2w) in emit_op()
1626 sljit_si dst_r; in emit_op()
1627 sljit_si src1_r; in emit_op()
1628 sljit_si src2_r = 0; in emit_op()
1629 sljit_si sugg_src2_r = TMP_REG2; in emit_op()
1630 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0; in emit_op()
1820 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op0(struct sljit_compiler *compiler, sljit_si op) in sljit_emit_op0()
1867 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_op1()
1868 sljit_si dst, sljit_sw dstw, in sljit_emit_op1()
1869 sljit_si src, sljit_sw srcw) in sljit_emit_op1()
1929 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op2(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_op2()
1930 sljit_si dst, sljit_sw dstw, in sljit_emit_op2()
1931 sljit_si src1, sljit_sw src1w, in sljit_emit_op2()
1932 sljit_si src2, sljit_sw src2w) in sljit_emit_op2()
1971 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_register_index(sljit_si reg) in sljit_get_register_index()
1977 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_float_register_index(sljit_si reg) in sljit_get_float_register_index()
1983 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1984 void *instruction, sljit_si size) in sljit_emit_op_custom()
2001 static sljit_si arm_fpu_type = -1;
2012 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_is_fpu_available(void) in sljit_is_fpu_available()
2027 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_is_fpu_available(void) in sljit_is_fpu_available()
2041 static sljit_si emit_fop_mem(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, sljit_s… in emit_fop_mem()
2105 static SLJIT_INLINE sljit_si sljit_emit_fop1_convw_fromd(struct sljit_compiler *compiler, sljit_si … in sljit_emit_fop1_convw_fromd()
2106 sljit_si dst, sljit_sw dstw, in sljit_emit_fop1_convw_fromd()
2107 sljit_si src, sljit_sw srcw) in sljit_emit_fop1_convw_fromd()
2126 static SLJIT_INLINE sljit_si sljit_emit_fop1_convd_fromw(struct sljit_compiler *compiler, sljit_si … in sljit_emit_fop1_convd_fromw()
2127 sljit_si dst, sljit_sw dstw, in sljit_emit_fop1_convd_fromw()
2128 sljit_si src, sljit_sw srcw) in sljit_emit_fop1_convd_fromw()
2130 sljit_si dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_convd_fromw()
2150 static SLJIT_INLINE sljit_si sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_fop1_cmp()
2151 sljit_si src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
2152 sljit_si src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
2168 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop1(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_fop1()
2169 sljit_si dst, sljit_sw dstw, in sljit_emit_fop1()
2170 sljit_si src, sljit_sw srcw) in sljit_emit_fop1()
2172 sljit_si dst_r; in sljit_emit_fop1()
2216 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop2(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_fop2()
2217 sljit_si dst, sljit_sw dstw, in sljit_emit_fop2()
2218 sljit_si src1, sljit_sw src1w, in sljit_emit_fop2()
2219 sljit_si src2, sljit_sw src2w) in sljit_emit_fop2()
2221 sljit_si dst_r; in sljit_emit_fop2()
2277 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si d… in sljit_emit_fast_enter()
2300 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si … in sljit_emit_fast_return()
2327 static sljit_uw get_cc(sljit_si type) in get_cc()
2397 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) in sljit_emit_jump()
2438 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, … in sljit_emit_ijump()
2475 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_op_flags()
2476 sljit_si dst, sljit_sw dstw, in sljit_emit_op_flags()
2477 sljit_si src, sljit_sw srcw, in sljit_emit_op_flags()
2478 sljit_si type) in sljit_emit_op_flags()
2480 sljit_si dst_r, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
2528 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dst… in sljit_emit_const()
2531 sljit_si reg; in sljit_emit_const()