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