Lines Matching refs:sljit_s32
55 (((max_diff) / (sljit_s32)sizeof(sljit_uw)) - (CONST_POOL_ALIGNMENT - 1))
129 static sljit_s32 push_cpool(struct sljit_compiler *compiler) in push_cpool()
135 sljit_s32 i; in push_cpool()
167 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_uw inst) in push_inst()
181 static sljit_s32 push_inst_with_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw li… in push_inst_with_literal()
231 static sljit_s32 push_inst_with_unique_literal(struct sljit_compiler *compiler, sljit_uw inst, slji… in push_inst_with_unique_literal()
251 static SLJIT_INLINE sljit_s32 prepare_blx(struct sljit_compiler *compiler) in prepare_blx()
259 static SLJIT_INLINE sljit_s32 emit_blx(struct sljit_compiler *compiler) in emit_blx()
289 if ((sljit_s32)const_pool[ind] < 0) { in patch_pc_relative_loads()
314 sljit_s32 index;
315 sljit_s32 value;
318 static sljit_s32 resolve_const_pool_index(struct sljit_compiler *compiler, struct future_patch **fi… in resolve_const_pool_index()
320 sljit_s32 value; in resolve_const_pool_index()
327 value = (sljit_s32)cpool_start_address[cpool_current_index]; in resolve_const_pool_index()
333 value = (sljit_s32)cpool_start_address[cpool_current_index]; in resolve_const_pool_index()
373 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_uw inst) in push_inst()
384 static SLJIT_INLINE sljit_s32 emit_imm(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in emit_imm()
392 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_uw *code_ptr, sljit_u… in detect_jump_type()
449 static SLJIT_INLINE void inline_set_jump_addr(sljit_uw addr, sljit_uw new_addr, sljit_s32 flush) in inline_set_jump_addr()
455 sljit_s32 bl = (mov_pc & 0x0000f000) != RD(TMP_PC); in inline_set_jump_addr()
507 static SLJIT_INLINE void inline_set_const(sljit_uw addr, sljit_sw new_constant, sljit_s32 flush) in inline_set_const()
792 SLJIT_ASSERT(code_ptr - code <= (sljit_s32)size); in sljit_generate_code()
823 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags,
824 sljit_s32 dst, sljit_sw dstw,
825 sljit_s32 src1, sljit_sw src1w,
826 sljit_s32 src2, sljit_sw src2w);
828 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
829 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
830 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
832 sljit_s32 size, i, tmp; in sljit_emit_enter()
869 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
870 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
871 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context()
873 sljit_s32 size; in sljit_set_context()
884 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
886 sljit_s32 i, tmp; in sljit_emit_return()
986 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
987 sljit_s32 dst, sljit_s32 src1, sljit_s32 src2) in emit_single_op()
1142 sljit_s32 rol; in get_imm()
1178 static sljit_s32 generate_int(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm, sljit_s… in generate_int()
1183 sljit_s32 rol; in generate_int()
1289 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm) in load_immediate()
1320 static sljit_s32 emit_set_delta(struct sljit_compiler *compiler, sljit_s32 dst, sljit_s32 reg, slji… in emit_set_delta()
1336 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 re… in getput_arg_fast()
1411 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache()
1459 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, sl… in getput_arg()
1461 sljit_s32 tmp_r; in getput_arg()
1586 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s… in emit_op_mem()
1595 …LJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg… in emit_op_mem2()
1602 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags, in emit_op()
1603 sljit_s32 dst, sljit_sw dstw, in emit_op()
1604 sljit_s32 src1, sljit_sw src1w, in emit_op()
1605 sljit_s32 src2, sljit_sw src2w) in emit_op()
1613 sljit_s32 dst_r; in emit_op()
1614 sljit_s32 src1_r; in emit_op()
1615 sljit_s32 src2_r = 0; in emit_op()
1616 sljit_s32 sugg_src2_r = TMP_REG2; in emit_op()
1617 sljit_s32 flags = GET_FLAGS(op) ? SET_FLAGS : 0; in emit_op()
1807 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1869 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1870 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
1871 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1()
1932 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1933 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
1934 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2()
1935 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2()
1974 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) in sljit_get_register_index()
1980 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg) in sljit_get_float_register_index()
1986 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1987 void *instruction, sljit_s32 size) in sljit_emit_op_custom()
2003 static sljit_s32 arm_fpu_type = -1;
2014 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_is_fpu_available(void) in sljit_is_fpu_available()
2029 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_is_fpu_available(void) in sljit_is_fpu_available()
2043 static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slji… in emit_fop_mem()
2107 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_sw_from_f64()
2108 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64()
2109 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64()
2128 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_sw()
2129 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
2130 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw()
2132 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
2152 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
2153 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
2154 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
2170 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
2171 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
2172 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1()
2174 sljit_s32 dst_r; in sljit_emit_fop1()
2218 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
2219 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
2220 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2()
2221 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2()
2223 sljit_s32 dst_r; in sljit_emit_fop2()
2279 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter()
2302 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s3… in sljit_emit_fast_return()
2329 static sljit_uw get_cc(sljit_s32 type) in get_cc()
2400 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
2441 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump()
2478 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o… in sljit_emit_op_flags()
2479 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
2480 sljit_s32 src, sljit_sw srcw, in sljit_emit_op_flags()
2481 sljit_s32 type) in sljit_emit_op_flags()
2483 sljit_s32 dst_r, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
2531 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_const()
2534 sljit_s32 reg; in sljit_emit_const()