Searched defs:pmaxsd (Results 1 – 5 of 5) sorted by relevance
777 __ pmaxsd(dst, src); in VisitVecMax() local
794 __ pmaxsd(dst, src); in VisitVecMax() local
3698 RValue<Int4> pmaxsd(RValue<Int4> x, RValue<Int4> y) in pmaxsd() function
2441 void X86Assembler::pmaxsd(XmmRegister dst, XmmRegister src) { in pmaxsd() function in art::x86::X86Assembler
3374 void X86_64Assembler::pmaxsd(XmmRegister dst, XmmRegister src) { in pmaxsd() function in art::x86_64::X86_64Assembler