Home | History | Annotate | Download | only in sljit

Lines Matching refs:sljit_si

55 	(((max_diff) / (sljit_si)sizeof(sljit_uw)) - (CONST_POOL_ALIGNMENT - 1))
129 static sljit_si push_cpool(struct sljit_compiler *compiler)
135 sljit_si i;
167 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_uw inst)
181 static sljit_si push_inst_with_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw literal)
231 static sljit_si push_inst_with_unique_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw literal)
251 static SLJIT_INLINE sljit_si prepare_blx(struct sljit_compiler *compiler)
259 static SLJIT_INLINE sljit_si emit_blx(struct sljit_compiler *compiler)
289 if ((sljit_si)const_pool[ind] < 0) {
314 sljit_si index;
315 sljit_si value;
318 static SLJIT_INLINE sljit_si resolve_const_pool_index(struct future_patch **first_patch, sljit_uw cpool_current_index, sljit_uw *cpool_start_address, sljit_uw *buf_ptr)
320 sljit_si value;
325 value = (sljit_si)cpool_start_address[cpool_current_index];
331 value = (sljit_si)cpool_start_address[cpool_current_index];
371 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_uw inst)
382 static SLJIT_INLINE sljit_si emit_imm(struct sljit_compiler *compiler, sljit_si reg, sljit_sw imm)
390 static SLJIT_INLINE sljit_si detect_jump_type(struct sljit_jump *jump, sljit_uw *code_ptr, sljit_uw *code)
447 static SLJIT_INLINE void inline_set_jump_addr(sljit_uw addr, sljit_uw new_addr, sljit_si flush)
453 sljit_si bl = (mov_pc & 0x0000f000) != RD(TMP_PC);
505 static SLJIT_INLINE void inline_set_const(sljit_uw addr, sljit_sw new_constant, sljit_si flush)
790 SLJIT_ASSERT(code_ptr - code <= (sljit_si)size);
821 static sljit_si emit_op(struct sljit_compiler *compiler, sljit_si op, sljit_si inp_flags,
822 sljit_si dst, sljit_sw dstw,
823 sljit_si src1, sljit_sw src1w,
824 sljit_si src2, sljit_sw src2w);
826 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler,
827 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds,
828 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size)
830 sljit_si size, i, tmp;
876 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds,
877 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size)
879 sljit_si size;
897 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, sljit_si src, sljit_sw srcw)
899 sljit_si i, tmp;
999 static SLJIT_INLINE sljit_si emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags,
1000 sljit_si dst, sljit_si src1, sljit_si src2)
1155 sljit_si rol;
1191 static sljit_si generate_int(struct sljit_compiler *compiler, sljit_si reg, sljit_uw imm, sljit_si positive)
1196 sljit_si rol;
1302 static sljit_si load_immediate(struct sljit_compiler *compiler, sljit_si reg, sljit_uw imm)
1333 static sljit_si emit_set_delta(struct sljit_compiler *compiler, sljit_si dst, sljit_si reg, sljit_sw value)
1349 static sljit_si getput_arg_fast(struct sljit_compiler *compiler, sljit_si inp_flags, sljit_si reg, sljit_si arg, sljit_sw argw)
1424 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw)
1472 static sljit_si getput_arg(struct sljit_compiler *compiler, sljit_si inp_flags, sljit_si reg, sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw)
1474 sljit_si tmp_r;
1599 static SLJIT_INLINE sljit_si emit_op_mem(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, sljit_si arg, sljit_sw argw)
1608 static SLJIT_INLINE sljit_si emit_op_mem2(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, sljit_si arg1, sljit_sw arg1w, sljit_si arg2, sljit_sw arg2w)
1615 static sljit_si emit_op(struct sljit_compiler *compiler, sljit_si op, sljit_si inp_flags,
1616 sljit_si dst, sljit_sw dstw,
1617 sljit_si src1, sljit_sw src1w,
1618 sljit_si src2, sljit_sw src2w)
1626 sljit_si dst_r;
1627 sljit_si src1_r;
1628 sljit_si src2_r = 0;
1629 sljit_si sugg_src2_r = TMP_REG2;
1630 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0;
1820 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op0(struct sljit_compiler *compiler, sljit_si op)
1867 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op,
1868 sljit_si dst, sljit_sw dstw,
1869 sljit_si src, sljit_sw srcw)
1929 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op2(struct sljit_compiler *compiler, sljit_si op,
1930 sljit_si dst, sljit_sw dstw,
1931 sljit_si src1, sljit_sw src1w,
1932 sljit_si src2, sljit_sw src2w)
1971 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_register_index(sljit_si reg)
1977 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_float_register_index(sljit_si reg)
1983 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op_custom(struct sljit_compiler *compiler,
1984 void *instruction, sljit_si size)
2001 static sljit_si arm_fpu_type = -1;
2012 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_is_fpu_available(void)
2027 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_is_fpu_available(void)
2041 static sljit_si emit_fop_mem(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, sljit_si arg, sljit_sw argw)
2105 static SLJIT_INLINE sljit_si sljit_emit_fop1_convw_fromd(struct sljit_compiler *compiler, sljit_si op,
2106 sljit_si dst, sljit_sw dstw,
2107 sljit_si src, sljit_sw srcw)
2126 static SLJIT_INLINE sljit_si sljit_emit_fop1_convd_fromw(struct sljit_compiler *compiler, sljit_si op,
2127 sljit_si dst, sljit_sw dstw,
2128 sljit_si src, sljit_sw srcw)
2130 sljit_si dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1;
2150 static SLJIT_INLINE sljit_si sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_si op,
2151 sljit_si src1, sljit_sw src1w,
2152 sljit_si src2, sljit_sw src2w)
2168 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop1(struct sljit_compiler *compiler, sljit_si op,
2169 sljit_si dst, sljit_sw dstw,
2170 sljit_si src, sljit_sw srcw)
2172 sljit_si dst_r;
2216 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop2(struct sljit_compiler *compiler, sljit_si op,
2217 sljit_si dst, sljit_sw dstw,
2218 sljit_si src1, sljit_sw src1w,
2219 sljit_si src2, sljit_sw src2w)
2221 sljit_si dst_r;
2277 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw)
2300 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si src, sljit_sw srcw)
2327 static sljit_uw get_cc(sljit_si type)
2397 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type)
2438 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, sljit_si src, sljit_sw srcw)
2475 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_si op,
2476 sljit_si dst, sljit_sw dstw,
2477 sljit_si src, sljit_sw srcw,
2478 sljit_si type)
2480 sljit_si dst_r, flags = GET_ALL_FLAGS(op);
2528 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
2531 sljit_si reg;