Lines Matching refs:tmp2
3924 (tmp2 Xmm (xmm_zero $F32X4))
3925 (dst Xmm (x64_maxps src tmp2))
3927 ;; Set tmp2 to INT_MAX+1. It is important to note here that after it looks
3933 (tmp2 Xmm (x64_pcmpeqd tmp2 tmp2))
3934 (tmp2 Xmm (x64_psrld tmp2 (xmi_imm 1)))
3935 (tmp2 Xmm (x64_cvtdq2ps tmp2))
3944 (tmp1 Xmm (x64_subps tmp1 tmp2))
3948 (tmp2 Xmm (x64_cmpps tmp2 tmp1 (FcmpImm.LessThanOrEqual)))
3956 (tmp1 Xmm (x64_pxor tmp1 tmp2))
3957 (tmp2 Xmm (xmm_zero $I32X4))
3958 (tmp1 Xmm (lower_vec_smax $I32X4 tmp1 tmp2)))