Searched refs:xmm_temp (Results 1 – 1 of 1) sorted by relevance
214 XmmRegister xmm_temp = locations->GetTemp(0).AsFpuRegister<XmmRegister>(); in MathAbsFP() local220 __ movsd(xmm_temp, codegen->LiteralInt64Address(INT64_C(0x7FFFFFFFFFFFFFFF))); in MathAbsFP()221 __ andpd(output.AsFpuRegister<XmmRegister>(), xmm_temp); in MathAbsFP()223 __ movss(xmm_temp, codegen->LiteralInt32Address(INT32_C(0x7FFFFFFF))); in MathAbsFP()224 __ andps(output.AsFpuRegister<XmmRegister>(), xmm_temp); in MathAbsFP()