Home
last modified time | relevance | path

Searched defs:andps (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_x86_64.cc306 __ andps(output.AsFpuRegister<XmmRegister>(), xmm_temp); in MathAbsFP() local
446 __ andps(out, op2); in GenMinMaxFP() local
Dintrinsics_x86.cc361 __ andps(output.AsFpuRegister<XmmRegister>(), Address(ESP, 0)); in MathAbsFP() local
530 __ andps(out, op2); in GenMinMaxFP() local
/art/compiler/utils/x86/
Dassembler_x86.cc755 void X86Assembler::andps(XmmRegister dst, XmmRegister src) { in andps() function in art::x86::X86Assembler
805 void X86Assembler::andps(XmmRegister dst, const Address& src) { in andps() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1001 void X86_64Assembler::andps(XmmRegister dst, XmmRegister src) { in andps() function in art::x86_64::X86_64Assembler