Home | History | Annotate | Download | only in x64

Lines Matching refs:xmm_temp

3445     XMMRegister xmm_temp = ToDoubleRegister(instr->TempAt(0));
3448 __ cvtlsi2sd(xmm_temp, input_reg);
3449 __ ucomisd(xmm0, xmm_temp);