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.cc271 __ psubb(dst, src); in VisitVecNeg() local
364 __ psubb(dst, tmp); // 16 x one in VisitVecNot() local
Dcode_generator_vector_x86.cc288 __ psubb(dst, src); in VisitVecNeg() local
381 __ psubb(dst, tmp); // 16 x one in VisitVecNot() local
/art/compiler/utils/x86/
Dassembler_x86.cc1361 void X86Assembler::psubb(XmmRegister dst, XmmRegister src) { in psubb() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1867 void X86_64Assembler::psubb(XmmRegister dst, XmmRegister src) { in psubb() function in art::x86_64::X86_64Assembler