Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_vector_x86.cc167 __ pxor(dst, dst); in VisitVecNeg() local
173 __ pxor(dst, dst); in VisitVecNeg() local
178 __ pxor(dst, dst); in VisitVecNeg() local
183 __ pxor(dst, dst); in VisitVecNeg() local
218 __ pxor(tmp, tmp); in VisitVecAbs() local
220 __ pxor(dst, tmp); in VisitVecAbs() local
258 __ pxor(dst, dst); in VisitVecNot() local
261 __ pxor(dst, src); in VisitVecNot() local
272 __ pxor(dst, src); in VisitVecNot() local
616 __ pxor(dst, src); in VisitVecXor() local
Dcode_generator_vector_x86_64.cc160 __ pxor(dst, dst); in VisitVecNeg() local
166 __ pxor(dst, dst); in VisitVecNeg() local
171 __ pxor(dst, dst); in VisitVecNeg() local
176 __ pxor(dst, dst); in VisitVecNeg() local
211 __ pxor(tmp, tmp); in VisitVecAbs() local
213 __ pxor(dst, tmp); in VisitVecAbs() local
251 __ pxor(dst, dst); in VisitVecNot() local
254 __ pxor(dst, src); in VisitVecNot() local
265 __ pxor(dst, src); in VisitVecNot() local
605 __ pxor(dst, src); in VisitVecXor() local
/art/compiler/utils/x86/
Dassembler_x86.cc1120 void X86Assembler::pxor(XmmRegister dst, XmmRegister src) { in pxor() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1333 void X86_64Assembler::pxor(XmmRegister dst, XmmRegister src) { in pxor() function in art::x86_64::X86_64Assembler