Home
last modified time | relevance | path

Searched refs:xmm_temp (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_x86_64.cc296 XmmRegister xmm_temp = locations->GetTemp(0).AsFpuRegister<XmmRegister>(); in MathAbsFP() local
302 __ 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()