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()
558 …_set_const(sljit_uw addr, sljit_sw executable_offset, sljit_sw new_constant, sljit_s32 flush_cache) in inline_set_const()
922 SLJIT_ASSERT(code_ptr - code <= (sljit_s32)size); in sljit_generate_code()
936 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
1011 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags,
1012 sljit_s32 dst, sljit_sw dstw,
1013 sljit_s32 src1, sljit_sw src1w,
1014 sljit_s32 src2, sljit_sw src2w);
1016 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
1017 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
1018 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
1020 sljit_s32 args, size, i, tmp; in sljit_emit_enter()
1059 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
1060 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
1061 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context()
1063 sljit_s32 size; in sljit_set_context()
1074 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
1076 sljit_s32 i, tmp; in sljit_emit_return()
1136 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
1137 sljit_s32 dst, sljit_s32 src1, sljit_s32 src2) in emit_single_op()
1269 sljit_s32 rol; in get_imm()
1305 static sljit_s32 generate_int(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm, sljit_s… in generate_int()
1310 sljit_s32 rol; in generate_int()
1416 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm) in load_immediate()
1449 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s… in emit_op_mem()
1450 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem()
1545 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags, in emit_op()
1546 sljit_s32 dst, sljit_sw dstw, in emit_op()
1547 sljit_s32 src1, sljit_sw src1w, in emit_op()
1548 sljit_s32 src2, sljit_sw src2w) in emit_op()
1555 sljit_s32 dst_reg; in emit_op()
1556 sljit_s32 src1_reg; in emit_op()
1557 sljit_s32 src2_reg; in emit_op()
1558 sljit_s32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in emit_op()
1692 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1771 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1772 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
1773 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1()
1816 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1817 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
1818 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2()
1819 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2()
1861 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op_src()
1862 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src()
1895 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) in sljit_get_register_index()
1901 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg) in sljit_get_float_register_index()
1907 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1908 void *instruction, sljit_s32 size) in sljit_emit_op_custom()
1927 static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slji… in emit_fop_mem()
1971 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()
1972 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64()
1973 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64()
1991 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()
1992 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
1993 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw()
1995 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
2017 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
2018 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
2019 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
2037 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
2038 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
2039 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1()
2041 sljit_s32 dst_r; in sljit_emit_fop1()
2084 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
2085 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
2086 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2()
2087 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2()
2089 sljit_s32 dst_r; in sljit_emit_fop2()
2142 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_fast_enter()
2161 static sljit_uw get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc()
2236 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
2280 static sljit_s32 softfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, slj… in softfloat_call_with_args()
2282 sljit_s32 stack_offset = 0; in softfloat_call_with_args()
2283 sljit_s32 arg_count = 0; in softfloat_call_with_args()
2284 sljit_s32 word_arg_offset = 0; in softfloat_call_with_args()
2285 sljit_s32 float_arg_count = 0; in softfloat_call_with_args()
2286 sljit_s32 types = 0; in softfloat_call_with_args()
2287 sljit_s32 src_offset = 4 * sizeof(sljit_sw); in softfloat_call_with_args()
2390 static sljit_s32 softfloat_post_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in softfloat_post_call_with_args()
2392 sljit_s32 stack_size = 0; in softfloat_post_call_with_args()
2427 static sljit_s32 hardfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in hardfloat_call_with_args()
2478 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
2479 sljit_s32 arg_types) in sljit_emit_call()
2513 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump()
2554 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
2555 sljit_s32 arg_types, in sljit_emit_icall()
2556 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall()
2589 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o… in sljit_emit_op_flags()
2590 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
2591 sljit_s32 type) in sljit_emit_op_flags()
2593 sljit_s32 dst_reg, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
2630 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
2631 sljit_s32 dst_reg, in sljit_emit_cmov()
2632 sljit_s32 src, sljit_sw srcw) in sljit_emit_cmov()
2667 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
2668 sljit_s32 reg, in sljit_emit_mem()
2669 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem()
2671 sljit_s32 flags; in sljit_emit_mem()
2771 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_const()
2774 sljit_s32 dst_r; in sljit_emit_const()
2798 … sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_put_label()
2801 sljit_s32 dst_r; in sljit_emit_put_label()