Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_vector_x86_64.cc161 __ psubb(dst, src); in VisitVecNeg() local
254 __ psubb(dst, tmp); // 16 x one in VisitVecNot() local
388 __ psubb(dst, src); in VisitVecSub() local
Dcode_generator_vector_x86.cc168 __ psubb(dst, src); in VisitVecNeg() local
261 __ psubb(dst, tmp); // 16 x one in VisitVecNot() local
395 __ psubb(dst, src); in VisitVecSub() local
/art/compiler/utils/x86/
Dassembler_x86.cc807 void X86Assembler::psubb(XmmRegister dst, XmmRegister src) { in psubb() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc895 void X86_64Assembler::psubb(XmmRegister dst, XmmRegister src) { in psubb() function in art::x86_64::X86_64Assembler