Lines Matching refs:sljit_s32

200 static sljit_s32 push_inst16(struct sljit_compiler *compiler, sljit_ins inst)  in push_inst16()
212 static sljit_s32 push_inst32(struct sljit_compiler *compiler, sljit_ins inst) in push_inst32()
222 static SLJIT_INLINE sljit_s32 emit_imm32_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm32_const()
232 sljit_s32 dst = inst[1] & 0x0f00; in modify_imm32_const()
240 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_u16 *code_ptr, sljit_… in detect_jump_type()
297 sljit_s32 type = (jump->flags >> 4) & 0xf; in set_jump_instruction()
300 sljit_s32 s, j1, j2; in set_jump_instruction()
470 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
499 sljit_s32 counter; in get_imm()
545 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) in load_immediate()
577 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit… in emit_op_imm()
582 sljit_s32 reg; in emit_op_imm()
945 static sljit_s32 emit_set_delta(struct sljit_compiler *compiler, sljit_s32 dst, sljit_s32 reg, slji… in emit_set_delta()
965 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s… in emit_op_mem()
966 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem()
968 sljit_s32 other_r; in emit_op_mem()
1057 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
1058 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
1059 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
1061 sljit_s32 args, size, i, tmp; in sljit_emit_enter()
1173 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
1174 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
1175 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context()
1177 sljit_s32 size; in sljit_set_context()
1188 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
1190 sljit_s32 i, tmp; in sljit_emit_return()
1243 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1340 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1341 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
1342 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1()
1344 sljit_s32 dst_r, flags; in sljit_emit_op1()
1345 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
1427 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1428 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
1429 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2()
1430 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2()
1432 sljit_s32 dst_reg, flags, src2_reg; in sljit_emit_op2()
1475 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op_src()
1476 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src()
1504 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) in sljit_get_register_index()
1510 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg) in sljit_get_float_register_index()
1516 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1517 void *instruction, sljit_s32 size) in sljit_emit_op_custom()
1533 static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slji… in emit_fop_mem()
1578 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()
1579 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64()
1580 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64()
1598 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()
1599 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
1600 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw()
1602 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1624 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
1625 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
1626 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
1644 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
1645 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
1646 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1()
1648 sljit_s32 dst_r; in sljit_emit_fop1()
1691 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
1692 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
1693 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2()
1694 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2()
1696 sljit_s32 dst_r; in sljit_emit_fop2()
1742 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_fast_enter()
1761 static sljit_uw get_cc(sljit_s32 type) in get_cc()
1832 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
1866 static sljit_s32 softfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, slj… in softfloat_call_with_args()
1868 sljit_s32 stack_offset = 0; in softfloat_call_with_args()
1869 sljit_s32 arg_count = 0; in softfloat_call_with_args()
1870 sljit_s32 word_arg_offset = 0; in softfloat_call_with_args()
1871 sljit_s32 float_arg_count = 0; in softfloat_call_with_args()
1872 sljit_s32 types = 0; in softfloat_call_with_args()
1873 sljit_s32 src_offset = 4 * sizeof(sljit_sw); in softfloat_call_with_args()
1978 static sljit_s32 softfloat_post_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in softfloat_post_call_with_args()
1980 sljit_s32 stack_size = 0; in softfloat_post_call_with_args()
2015 static sljit_s32 hardfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in hardfloat_call_with_args()
2064 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
2065 sljit_s32 arg_types) in sljit_emit_call()
2099 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump()
2131 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
2132 sljit_s32 arg_types, in sljit_emit_icall()
2133 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall()
2166 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o… in sljit_emit_op_flags()
2167 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
2168 sljit_s32 type) in sljit_emit_op_flags()
2170 sljit_s32 dst_r, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
2219 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
2220 sljit_s32 dst_reg, in sljit_emit_cmov()
2221 sljit_s32 src, sljit_sw srcw) in sljit_emit_cmov()
2267 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
2268 sljit_s32 reg, in sljit_emit_mem()
2269 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem()
2271 sljit_s32 flags; in sljit_emit_mem()
2324 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_const()
2327 sljit_s32 dst_r; in sljit_emit_const()
2345 … sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_put_label()
2348 sljit_s32 dst_r; in sljit_emit_put_label()