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()
472 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature()
501 sljit_s32 counter; in get_imm()
547 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) in load_immediate()
579 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit… in emit_op_imm()
584 sljit_s32 reg; in emit_op_imm()
952 static sljit_s32 emit_set_delta(struct sljit_compiler *compiler, sljit_s32 dst, sljit_s32 reg, slji… in emit_set_delta()
972 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s… in emit_op_mem()
973 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem()
975 sljit_s32 other_r; in emit_op_mem()
1064 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
1065 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
1066 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter()
1068 sljit_s32 args, size, i, tmp; in sljit_emit_enter()
1180 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context()
1181 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
1182 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context()
1184 sljit_s32 size; in sljit_set_context()
1195 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return()
1197 sljit_s32 i, tmp; in sljit_emit_return()
1250 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0()
1347 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1()
1348 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1()
1349 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1()
1351 sljit_s32 dst_r, flags; in sljit_emit_op1()
1352 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
1434 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op2()
1435 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2()
1436 sljit_s32 src1, sljit_sw src1w, in sljit_emit_op2()
1437 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2()
1439 sljit_s32 dst_reg, flags, src2_reg; in sljit_emit_op2()
1482 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op_src()
1483 sljit_s32 src, sljit_sw srcw) in sljit_emit_op_src()
1511 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 reg) in sljit_get_register_index()
1517 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg) in sljit_get_float_register_index()
1523 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1524 void *instruction, sljit_s32 size) in sljit_emit_op_custom()
1540 static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slji… in emit_fop_mem()
1585 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()
1586 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64()
1587 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_sw_from_f64()
1605 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()
1606 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
1607 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw()
1609 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1631 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
1632 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop1_cmp()
1633 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp()
1651 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1()
1652 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1()
1653 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1()
1655 sljit_s32 dst_r; in sljit_emit_fop1()
1698 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop2()
1699 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop2()
1700 sljit_s32 src1, sljit_sw src1w, in sljit_emit_fop2()
1701 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2()
1703 sljit_s32 dst_r; in sljit_emit_fop2()
1749 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 in sljit_emit_fast_enter()
1768 static sljit_uw get_cc(struct sljit_compiler *compiler, sljit_s32 type) in get_cc()
1843 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
1877 static sljit_s32 softfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, slj… in softfloat_call_with_args()
1879 sljit_s32 stack_offset = 0; in softfloat_call_with_args()
1880 sljit_s32 arg_count = 0; in softfloat_call_with_args()
1881 sljit_s32 word_arg_offset = 0; in softfloat_call_with_args()
1882 sljit_s32 float_arg_count = 0; in softfloat_call_with_args()
1883 sljit_s32 types = 0; in softfloat_call_with_args()
1884 sljit_s32 src_offset = 4 * sizeof(sljit_sw); in softfloat_call_with_args()
1989 static sljit_s32 softfloat_post_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in softfloat_post_call_with_args()
1991 sljit_s32 stack_size = 0; in softfloat_post_call_with_args()
2026 static sljit_s32 hardfloat_call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types) in hardfloat_call_with_args()
2075 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
2076 sljit_s32 arg_types) in sljit_emit_call()
2110 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump()
2142 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
2143 sljit_s32 arg_types, in sljit_emit_icall()
2144 sljit_s32 src, sljit_sw srcw) in sljit_emit_icall()
2177 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 o… in sljit_emit_op_flags()
2178 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op_flags()
2179 sljit_s32 type) in sljit_emit_op_flags()
2181 sljit_s32 dst_r, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
2230 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
2231 sljit_s32 dst_reg, in sljit_emit_cmov()
2232 sljit_s32 src, sljit_sw srcw) in sljit_emit_cmov()
2278 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
2279 sljit_s32 reg, in sljit_emit_mem()
2280 sljit_s32 mem, sljit_sw memw) in sljit_emit_mem()
2282 sljit_s32 flags; in sljit_emit_mem()
2335 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_const()
2338 sljit_s32 dst_r; in sljit_emit_const()
2356 … sljit_put_label* sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw ds… in sljit_emit_put_label()
2359 sljit_s32 dst_r; in sljit_emit_put_label()