Lines Matching refs:sljit_s32

187 static sljit_s32 push_inst16(struct sljit_compiler *compiler, sljit_ins inst)  in push_inst16()
199 static sljit_s32 push_inst32(struct sljit_compiler *compiler, sljit_ins inst) in push_inst32()
209 static SLJIT_INLINE sljit_s32 emit_imm32_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm32_const()
219 sljit_s32 dst = inst[1] & 0x0f00; in modify_imm32_const()
227 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_u16 *code_ptr, sljit_… in detect_jump_type()
284 sljit_s32 type = (jump->flags >> 4) & 0xf; in set_jump_instruction()
287 sljit_s32 s, j1, j2; in set_jump_instruction()
436 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
465 sljit_s32 counter; in get_imm()
511 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) in load_immediate()
541 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit… in emit_op_imm()
546 sljit_s32 reg; in emit_op_imm()
919 static sljit_s32 emit_set_delta(struct sljit_compiler *compiler, sljit_s32 dst, sljit_s32 reg, slji… in emit_set_delta()
939 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s… in emit_op_mem()
940 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem()
942 sljit_s32 other_r; in emit_op_mem()
943 sljit_s32 update = flags & UPDATE; in emit_op_mem()
1090 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
1091 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
1092 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
1094 sljit_s32 size, i, tmp; in sljit_emit_enter()
1133 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
1134 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
1135 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context()
1137 sljit_s32 size; in sljit_set_context()
1148 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
1150 sljit_s32 i, tmp; in sljit_emit_return()
1196 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1270 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1271 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
1272 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1()
1274 sljit_s32 dst_r, flags; in sljit_emit_op1()
1275 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
1394 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1395 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
1396 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2()
1397 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2()
1399 sljit_s32 dst_reg, flags, src2_reg; in sljit_emit_op2()
1442 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) in sljit_get_register_index()
1448 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg) in sljit_get_float_register_index()
1454 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1455 void *instruction, sljit_s32 size) in sljit_emit_op_custom()
1471 static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slji… in emit_fop_mem()
1516 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()
1517 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64()
1518 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64()
1536 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()
1537 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
1538 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw()
1540 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1562 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
1563 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
1564 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
1582 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
1583 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
1584 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1()
1586 sljit_s32 dst_r; in sljit_emit_fop1()
1629 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
1630 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
1631 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2()
1632 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2()
1634 sljit_s32 dst_r; in sljit_emit_fop2()
1680 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_fast_enter()
1695 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s3… in sljit_emit_fast_return()
1717 static sljit_uw get_cc(sljit_s32 type) in get_cc()
1788 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
1821 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump()
1849 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o… in sljit_emit_op_flags()
1850 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
1851 sljit_s32 type) in sljit_emit_op_flags()
1853 sljit_s32 dst_r, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
1904 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
1905 sljit_s32 dst_reg, in sljit_emit_cmov()
1906 sljit_s32 src, sljit_sw srcw) in sljit_emit_cmov()
1952 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_const()
1955 sljit_s32 dst_r; in sljit_emit_const()