Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_vector_x86_64.cc611 __ psubsb(dst, src); in VisitVecSaturationSub() local
H A Dcode_generator_vector_x86.cc628 __ psubsb(dst, src); in VisitVecSaturationSub() local
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp3553 RValue<SByte8> psubsb(RValue<SByte8> x, RValue<SByte8> y) in psubsb() function
H A DSubzeroReactor.cpp2420 auto psubsb = Ice::InstIntrinsic::create(::function, 2, result, intrinsic); in SubSat() local
/aosp_15_r20/art/compiler/utils/x86/
H A Dassembler_x86.cc1646 void X86Assembler::psubsb(XmmRegister dst, XmmRegister src) { in psubsb() function in art::x86::X86Assembler
/aosp_15_r20/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc2284 void X86_64Assembler::psubsb(XmmRegister dst, XmmRegister src) { in psubsb() function in art::x86_64::X86_64Assembler