Lines Matching refs:sljit_s32

42 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm)  in load_immediate()
152 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
153 sljit_s32 dst, sljit_s32 src1, sljit_s32 src2) in emit_single_op()
484 imm = (sljit_u32)(-(sljit_s32)imm); in emit_single_op()
507 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args()
509 sljit_s32 arg_count = 0; in call_with_args()
510 sljit_s32 word_arg_count = 0; in call_with_args()
511 sljit_s32 types = 0; in call_with_args()
512 sljit_s32 reg = 0; in call_with_args()
562 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw i… in emit_const()
571 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()
572 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
573 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw()
575 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
579 srcw = (sljit_s32)srcw; in sljit_emit_fop1_conv_f64_from_sw()
607 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_uw()
608 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_uw()
609 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_uw()
611 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_uw()
671 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compiler *compiler, in sljit_emit_fset64()
672 sljit_s32 freg, sljit_f64 value) in sljit_emit_fset64()
691 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fcopy()
692 sljit_s32 freg, sljit_s32 reg) in sljit_emit_fcopy()