Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_vector_x86.cc628 __ psubsb(dst, src); in VisitVecSaturationSub() local
Dcode_generator_vector_x86_64.cc611 __ psubsb(dst, src); in VisitVecSaturationSub() local
/art/compiler/utils/x86/
Dassembler_x86.cc1646 void X86Assembler::psubsb(XmmRegister dst, XmmRegister src) { in psubsb() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2266 void X86_64Assembler::psubsb(XmmRegister dst, XmmRegister src) { in psubsb() function in art::x86_64::X86_64Assembler