Lines Matching refs:sljit_s32

60 	(((max_diff) / (sljit_s32)sizeof(sljit_uw)) - (CONST_POOL_ALIGNMENT - 1))
139 static sljit_s32 push_cpool(struct sljit_compiler *compiler) in push_cpool()
145 sljit_s32 i; in push_cpool()
177 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_uw inst) in push_inst()
191 static sljit_s32 push_inst_with_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw li… in push_inst_with_literal()
241 static sljit_s32 push_inst_with_unique_literal(struct sljit_compiler *compiler, sljit_uw inst, slji… in push_inst_with_unique_literal()
261 static SLJIT_INLINE sljit_s32 prepare_blx(struct sljit_compiler *compiler) in prepare_blx()
269 static SLJIT_INLINE sljit_s32 emit_blx(struct sljit_compiler *compiler) in emit_blx()
301 if ((sljit_s32)const_pool[ind] < 0) { in patch_pc_relative_loads()
326 sljit_s32 index;
327 sljit_s32 value;
330 static sljit_s32 resolve_const_pool_index(struct sljit_compiler *compiler, struct future_patch **fi… in resolve_const_pool_index()
332 sljit_s32 value; in resolve_const_pool_index()
339 value = (sljit_s32)cpool_start_address[cpool_current_index]; in resolve_const_pool_index()
345 value = (sljit_s32)cpool_start_address[cpool_current_index]; in resolve_const_pool_index()
385 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_uw inst) in push_inst()
396 static SLJIT_INLINE sljit_s32 emit_imm(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in emit_imm()
404 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_uw *code_ptr, sljit_u… in detect_jump_type()
461 …_jump_addr(sljit_uw jump_ptr, sljit_sw executable_offset, sljit_uw new_addr, sljit_s32 flush_cache) in inline_set_jump_addr()
467 sljit_s32 bl = (mov_pc & 0x0000f000) != RD(TMP_PC); in inline_set_jump_addr()
524 …_set_const(sljit_uw addr, sljit_sw executable_offset, sljit_sw new_constant, sljit_s32 flush_cache) in inline_set_const()
849 SLJIT_ASSERT(code_ptr - code <= (sljit_s32)size); in sljit_generate_code()
862 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
937 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags,
938 sljit_s32 dst, sljit_sw dstw,
939 sljit_s32 src1, sljit_sw src1w,
940 sljit_s32 src2, sljit_sw src2w);
942 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
943 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
944 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
946 sljit_s32 args, size, i, tmp; in sljit_emit_enter()
985 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
986 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
987 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context()
989 sljit_s32 size; in sljit_set_context()
1000 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
1002 sljit_s32 i, tmp; in sljit_emit_return()
1062 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
1063 sljit_s32 dst, sljit_s32 src1, sljit_s32 src2) in emit_single_op()
1190 sljit_s32 rol; in get_imm()
1226 static sljit_s32 generate_int(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm, sljit_s… in generate_int()
1231 sljit_s32 rol; in generate_int()
1337 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm) in load_immediate()
1370 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s… in emit_op_mem()
1371 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem()
1466 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags, in emit_op()
1467 sljit_s32 dst, sljit_sw dstw, in emit_op()
1468 sljit_s32 src1, sljit_sw src1w, in emit_op()
1469 sljit_s32 src2, sljit_sw src2w) in emit_op()
1476 sljit_s32 dst_reg; in emit_op()
1477 sljit_s32 src1_reg; in emit_op()
1478 sljit_s32 src2_reg; in emit_op()
1479 sljit_s32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in emit_op()
1613 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1692 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1693 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
1694 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1()
1737 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1738 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
1739 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2()
1740 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2()
1782 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op_src()
1783 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src()
1816 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) in sljit_get_register_index()
1822 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg) in sljit_get_float_register_index()
1828 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1829 void *instruction, sljit_s32 size) in sljit_emit_op_custom()
1848 static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slji… in emit_fop_mem()
1892 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()
1893 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64()
1894 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64()
1912 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()
1913 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
1914 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw()
1916 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1938 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
1939 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
1940 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
1958 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
1959 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
1960 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1()
1962 sljit_s32 dst_r; in sljit_emit_fop1()
2005 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
2006 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
2007 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2()
2008 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2()
2010 sljit_s32 dst_r; in sljit_emit_fop2()
2063 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_fast_enter()
2082 static sljit_uw get_cc(sljit_s32 type) in get_cc()
2153 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
2197 static sljit_s32 softfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, slj… in softfloat_call_with_args()
2199 sljit_s32 stack_offset = 0; in softfloat_call_with_args()
2200 sljit_s32 arg_count = 0; in softfloat_call_with_args()
2201 sljit_s32 word_arg_offset = 0; in softfloat_call_with_args()
2202 sljit_s32 float_arg_count = 0; in softfloat_call_with_args()
2203 sljit_s32 types = 0; in softfloat_call_with_args()
2204 sljit_s32 src_offset = 4 * sizeof(sljit_sw); in softfloat_call_with_args()
2307 static sljit_s32 softfloat_post_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in softfloat_post_call_with_args()
2309 sljit_s32 stack_size = 0; in softfloat_post_call_with_args()
2344 static sljit_s32 hardfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in hardfloat_call_with_args()
2395 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
2396 sljit_s32 arg_types) in sljit_emit_call()
2430 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump()
2471 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
2472 sljit_s32 arg_types, in sljit_emit_icall()
2473 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall()
2506 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o… in sljit_emit_op_flags()
2507 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
2508 sljit_s32 type) in sljit_emit_op_flags()
2510 sljit_s32 dst_reg, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
2547 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
2548 sljit_s32 dst_reg, in sljit_emit_cmov()
2549 sljit_s32 src, sljit_sw srcw) in sljit_emit_cmov()
2584 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
2585 sljit_s32 reg, in sljit_emit_mem()
2586 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem()
2588 sljit_s32 flags; in sljit_emit_mem()
2688 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_const()
2691 sljit_s32 dst_r; in sljit_emit_const()
2715 … sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_put_label()
2718 sljit_s32 dst_r; in sljit_emit_put_label()