Lines Matching refs:sljit_si
128 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst()
137 static SLJIT_INLINE sljit_si emit_imm64_const(struct sljit_compiler *compiler, sljit_si dst, sljit_… in emit_imm64_const()
147 sljit_si dst = inst[0] & 0x1f; in modify_imm64_const()
155 static SLJIT_INLINE sljit_si detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_i… in detect_jump_type()
216 sljit_si dst; in sljit_generate_code()
350 static sljit_ins logical_imm(sljit_sw imm, sljit_si len) in logical_imm()
352 sljit_si negated, ones, right; in logical_imm()
360 if (len == 16 && ((sljit_si)imm == 0 || (sljit_si)imm == -1)) in logical_imm()
365 || (len == 16 && (sljit_si)imm != 0 && (sljit_si)imm != -1)); in logical_imm()
414 static sljit_si load_immediate(struct sljit_compiler *compiler, sljit_si dst, sljit_sw simm) in load_immediate()
417 sljit_si i, zeros, ones, first; in load_immediate()
516 static sljit_si emit_op_imm(struct sljit_compiler *compiler, sljit_si flags, sljit_si dst, sljit_sw… in emit_op_imm()
523 sljit_si op = (flags & 0xffff); in emit_op_imm()
524 sljit_si reg; in emit_op_imm()
810 static sljit_si emit_set_delta(struct sljit_compiler *compiler, sljit_si dst, sljit_si reg, sljit_s… in emit_set_delta()
829 static sljit_si getput_arg_fast(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, slji… in getput_arg_fast()
886 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) in can_cache()
910 static sljit_si getput_arg(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, in getput_arg()
911 sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) in getput_arg()
914 sljit_si tmp_r, other_r; in getput_arg()
1044 static SLJIT_INLINE sljit_si emit_op_mem(struct sljit_compiler *compiler, sljit_si flags, sljit_si … in emit_op_mem()
1053 … SLJIT_INLINE sljit_si emit_op_mem2(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg,… in emit_op_mem2()
1064 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
1065 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_emit_enter()
1066 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_emit_enter()
1068 sljit_si i, tmp, offs, prev; in sljit_emit_enter()
1138 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_set_context()
1139 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_set_context()
1156 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, s… in sljit_emit_return()
1158 sljit_si local_size; in sljit_emit_return()
1159 sljit_si i, tmp, offs, prev; in sljit_emit_return()
1216 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op0(struct sljit_compiler *compiler, sljit_si op) in sljit_emit_op0()
1245 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_op1()
1246 sljit_si dst, sljit_sw dstw, in sljit_emit_op1()
1247 sljit_si src, sljit_sw srcw) in sljit_emit_op1()
1249 sljit_si dst_r, flags, mem_flags; in sljit_emit_op1()
1250 sljit_si op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
1297 srcw = (sljit_si)srcw; in sljit_emit_op1()
1331 srcw = (sljit_si)srcw; in sljit_emit_op1()
1382 srcw = (sljit_si)srcw; in sljit_emit_op1()
1397 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op2(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_op2()
1398 sljit_si dst, sljit_sw dstw, in sljit_emit_op2()
1399 sljit_si src1, sljit_sw src1w, in sljit_emit_op2()
1400 sljit_si src2, sljit_sw src2w) in sljit_emit_op2()
1402 sljit_si dst_r, flags, mem_flags; in sljit_emit_op2()
1482 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_register_index(sljit_si reg) in sljit_get_register_index()
1488 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_float_register_index(sljit_si reg) in sljit_get_float_register_index()
1494 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1495 void *instruction, sljit_si size) in sljit_emit_op_custom()
1508 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_is_fpu_available(void) in sljit_is_fpu_available()
1518 static sljit_si emit_fop_mem(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, sljit_s… in emit_fop_mem()
1522 sljit_si other_r; in emit_fop_mem()
1571 static SLJIT_INLINE sljit_si sljit_emit_fop1_convw_fromd(struct sljit_compiler *compiler, sljit_si … in sljit_emit_fop1_convw_fromd()
1572 sljit_si dst, sljit_sw dstw, in sljit_emit_fop1_convw_fromd()
1573 sljit_si src, sljit_sw srcw) in sljit_emit_fop1_convw_fromd()
1575 sljit_si dst_r = SLOW_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_fop1_convw_fromd()
1593 static SLJIT_INLINE sljit_si sljit_emit_fop1_convd_fromw(struct sljit_compiler *compiler, sljit_si … in sljit_emit_fop1_convd_fromw()
1594 sljit_si dst, sljit_sw dstw, in sljit_emit_fop1_convd_fromw()
1595 sljit_si src, sljit_sw srcw) in sljit_emit_fop1_convd_fromw()
1597 sljit_si dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_convd_fromw()
1609 srcw = (sljit_si)srcw; in sljit_emit_fop1_convd_fromw()
1622 static SLJIT_INLINE sljit_si sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_fop1_cmp()
1623 sljit_si src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
1624 sljit_si src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
1626 sljit_si mem_flags = (op & SLJIT_SINGLE_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop1_cmp()
1642 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop1(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_fop1()
1643 sljit_si dst, sljit_sw dstw, in sljit_emit_fop1()
1644 sljit_si src, sljit_sw srcw) in sljit_emit_fop1()
1646 sljit_si dst_r, mem_flags = (op & SLJIT_SINGLE_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop1()
1689 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop2(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_fop2()
1690 sljit_si dst, sljit_sw dstw, in sljit_emit_fop2()
1691 sljit_si src1, sljit_sw src1w, in sljit_emit_fop2()
1692 sljit_si src2, sljit_sw src2w) in sljit_emit_fop2()
1694 sljit_si dst_r, mem_flags = (op & SLJIT_SINGLE_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop2()
1740 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si d… in sljit_emit_fast_enter()
1757 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si … in sljit_emit_fast_return()
1777 static sljit_uw get_cc(sljit_si type) in get_cc()
1848 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) in sljit_emit_jump()
1874 static SLJIT_INLINE struct sljit_jump* emit_cmp_to0(struct sljit_compiler *compiler, sljit_si type, in emit_cmp_to0()
1875 sljit_si src, sljit_sw srcw) in emit_cmp_to0()
1908 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, … in sljit_emit_ijump()
1935 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_op_flags()
1936 sljit_si dst, sljit_sw dstw, in sljit_emit_op_flags()
1937 sljit_si src, sljit_sw srcw, in sljit_emit_op_flags()
1938 sljit_si type) in sljit_emit_op_flags()
1940 sljit_si dst_r, flags, mem_flags; in sljit_emit_op_flags()
1985 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dst… in sljit_emit_const()
1988 sljit_si dst_r; in sljit_emit_const()