Home
last modified time | relevance | path

Searched defs:psubusb (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_vector_x86_64.cc607 __ psubusb(dst, src); in VisitVecSaturationSub() local
H A Dcode_generator_vector_x86.cc624 __ psubusb(dst, src); in VisitVecSaturationSub() local
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp3563 RValue<Byte8> psubusb(RValue<Byte8> x, RValue<Byte8> y) in psubusb() function
/aosp_15_r20/art/compiler/utils/x86/
H A Dassembler_x86.cc1637 void X86Assembler::psubusb(XmmRegister dst, XmmRegister src) { in psubusb() function in art::x86::X86Assembler
/aosp_15_r20/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc2274 void X86_64Assembler::psubusb(XmmRegister dst, XmmRegister src) { in psubusb() function in art::x86_64::X86_64Assembler