Home | History | Annotate | Download | only in x64

Lines Matching refs:xmm_temp

3772     XMMRegister xmm_temp = ToDoubleRegister(instr->TempAt(0));
3775 __ cvtlsi2sd(xmm_temp, input_reg);
3776 __ ucomisd(xmm0, xmm_temp);