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()
816 SLJIT_ASSERT(code_ptr - code <= (sljit_s32)size); in sljit_generate_code()
829 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
901 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags,
902 sljit_s32 dst, sljit_sw dstw,
903 sljit_s32 src1, sljit_sw src1w,
904 sljit_s32 src2, sljit_sw src2w);
906 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
907 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
908 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
910 sljit_s32 args, size, i, tmp; in sljit_emit_enter()
949 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
950 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
951 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context()
953 sljit_s32 size; in sljit_set_context()
964 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
966 sljit_s32 i, tmp; in sljit_emit_return()
1026 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
1027 sljit_s32 dst, sljit_s32 src1, sljit_s32 src2) in emit_single_op()
1154 sljit_s32 rol; in get_imm()
1190 static sljit_s32 generate_int(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm, sljit_s… in generate_int()
1195 sljit_s32 rol; in generate_int()
1301 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm) in load_immediate()
1334 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s… in emit_op_mem()
1335 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem()
1430 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 inp_flags, in emit_op()
1431 sljit_s32 dst, sljit_sw dstw, in emit_op()
1432 sljit_s32 src1, sljit_sw src1w, in emit_op()
1433 sljit_s32 src2, sljit_sw src2w) in emit_op()
1440 sljit_s32 dst_reg; in emit_op()
1441 sljit_s32 src1_reg; in emit_op()
1442 sljit_s32 src2_reg; in emit_op()
1443 sljit_s32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in emit_op()
1577 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1653 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1654 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
1655 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1()
1706 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1707 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
1708 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2()
1709 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2()
1751 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) in sljit_get_register_index()
1757 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg) in sljit_get_float_register_index()
1763 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1764 void *instruction, sljit_s32 size) in sljit_emit_op_custom()
1783 static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slji… in emit_fop_mem()
1827 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()
1828 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64()
1829 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64()
1847 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()
1848 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
1849 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw()
1851 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1873 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
1874 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
1875 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
1893 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
1894 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
1895 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1()
1897 sljit_s32 dst_r; in sljit_emit_fop1()
1940 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
1941 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
1942 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2()
1943 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2()
1945 sljit_s32 dst_r; in sljit_emit_fop2()
1998 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_fast_enter()
2013 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s3… in sljit_emit_fast_return()
2033 static sljit_uw get_cc(sljit_s32 type) in get_cc()
2104 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
2148 static sljit_s32 softfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, slj… in softfloat_call_with_args()
2150 sljit_s32 stack_offset = 0; in softfloat_call_with_args()
2151 sljit_s32 arg_count = 0; in softfloat_call_with_args()
2152 sljit_s32 word_arg_offset = 0; in softfloat_call_with_args()
2153 sljit_s32 float_arg_count = 0; in softfloat_call_with_args()
2154 sljit_s32 types = 0; in softfloat_call_with_args()
2155 sljit_s32 src_offset = 4 * sizeof(sljit_sw); in softfloat_call_with_args()
2258 static sljit_s32 softfloat_post_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in softfloat_post_call_with_args()
2260 sljit_s32 stack_size = 0; in softfloat_post_call_with_args()
2295 static sljit_s32 hardfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in hardfloat_call_with_args()
2346 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
2347 sljit_s32 arg_types) in sljit_emit_call()
2381 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump()
2422 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
2423 sljit_s32 arg_types, in sljit_emit_icall()
2424 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall()
2457 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o… in sljit_emit_op_flags()
2458 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
2459 sljit_s32 type) in sljit_emit_op_flags()
2461 sljit_s32 dst_reg, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
2498 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
2499 sljit_s32 dst_reg, in sljit_emit_cmov()
2500 sljit_s32 src, sljit_sw srcw) in sljit_emit_cmov()
2535 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
2536 sljit_s32 reg, in sljit_emit_mem()
2537 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem()
2539 sljit_s32 flags; in sljit_emit_mem()
2639 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_const()
2642 sljit_s32 reg; in sljit_emit_const()