Lines Matching refs:sljit_s32

29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm)  in load_immediate()
45 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
46 sljit_s32 dst, sljit_s32 src1, sljit_s32 src2) in emit_single_op()
304 imm = (sljit_u32)(-(sljit_s32)imm); in emit_single_op()
322 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw i… in emit_const()
328 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()
329 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_sw()
330 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_sw()
332 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
333 sljit_s32 invert_sign = 1; in sljit_emit_fop1_conv_f64_from_sw()
370 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()
371 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_uw()
372 sljit_s32 src, sljit_sw srcw) in sljit_emit_fop1_conv_f64_from_uw()
374 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_uw()
407 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compiler *compiler, in sljit_emit_fset64()
408 sljit_s32 freg, sljit_f64 value) in sljit_emit_fset64()
411 sljit_s32 imm[2]; in sljit_emit_fset64()
427 …TW | S(u.imm[1] != 0 ? TMP_REG2 : TMP_ZERO) | A(SLJIT_SP) | (TMP_MEM_OFFSET + sizeof(sljit_s32)))); in sljit_emit_fset64()
431 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fcopy()
432 sljit_s32 freg, sljit_s32 reg) in sljit_emit_fcopy()
434 sljit_s32 reg2 = 0; in sljit_emit_fcopy()