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()
1264 sljit_s32 rol; in get_imm()
1300 static sljit_s32 generate_int(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm, sljit_s… in generate_int()
1305 sljit_s32 rol; in generate_int()
1411 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm) in load_immediate()
1444 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s… in emit_op_mem()
1445 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem()
1540 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags, in emit_op()
1541 sljit_s32 dst, sljit_sw dstw, in emit_op()
1542 sljit_s32 src1, sljit_sw src1w, in emit_op()
1543 sljit_s32 src2, sljit_sw src2w) in emit_op()
1550 sljit_s32 dst_reg; in emit_op()
1551 sljit_s32 src1_reg; in emit_op()
1552 sljit_s32 src2_reg; in emit_op()
1553 sljit_s32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in emit_op()
1687 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1766 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1767 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
1768 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1()
1811 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1812 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
1813 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2()
1814 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2()
1856 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op_src()
1857 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src()
1890 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) in sljit_get_register_index()
1896 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg) in sljit_get_float_register_index()
1902 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1903 void *instruction, sljit_s32 size) in sljit_emit_op_custom()
1922 static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slji… in emit_fop_mem()
1966 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()
1967 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64()
1968 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64()
1986 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()
1987 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
1988 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw()
1990 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
2012 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
2013 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
2014 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
2032 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
2033 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
2034 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1()
2036 sljit_s32 dst_r; in sljit_emit_fop1()
2079 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
2080 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
2081 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2()
2082 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2()
2084 sljit_s32 dst_r; in sljit_emit_fop2()
2137 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32… in sljit_emit_fast_enter()
2156 static sljit_uw get_cc(sljit_s32 type) in get_cc()
2227 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
2271 static sljit_s32 softfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, slj… in softfloat_call_with_args()
2273 sljit_s32 stack_offset = 0; in softfloat_call_with_args()
2274 sljit_s32 arg_count = 0; in softfloat_call_with_args()
2275 sljit_s32 word_arg_offset = 0; in softfloat_call_with_args()
2276 sljit_s32 float_arg_count = 0; in softfloat_call_with_args()
2277 sljit_s32 types = 0; in softfloat_call_with_args()
2278 sljit_s32 src_offset = 4 * sizeof(sljit_sw); in softfloat_call_with_args()
2381 static sljit_s32 softfloat_post_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in softfloat_post_call_with_args()
2383 sljit_s32 stack_size = 0; in softfloat_post_call_with_args()
2418 static sljit_s32 hardfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in hardfloat_call_with_args()
2469 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
2470 sljit_s32 arg_types) in sljit_emit_call()
2504 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump()
2545 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
2546 sljit_s32 arg_types, in sljit_emit_icall()
2547 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall()
2580 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o… in sljit_emit_op_flags()
2581 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
2582 sljit_s32 type) in sljit_emit_op_flags()
2584 sljit_s32 dst_reg, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
2621 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
2622 sljit_s32 dst_reg, in sljit_emit_cmov()
2623 sljit_s32 src, sljit_sw srcw) in sljit_emit_cmov()
2658 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
2659 sljit_s32 reg, in sljit_emit_mem()
2660 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem()
2662 sljit_s32 flags; in sljit_emit_mem()
2762 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_const()
2765 sljit_s32 dst_r; in sljit_emit_const()
2789 … sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_put_label()
2792 sljit_s32 dst_r; in sljit_emit_put_label()