HomeSort by relevance Sort by last modified time
    Searched defs:pminsw (Results 1 - 3 of 3) sorted by null

  /art/compiler/utils/x86/
assembler_x86.cc 1259 void X86Assembler::pminsw(XmmRegister dst, XmmRegister src) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 1468 void X86_64Assembler::pminsw(XmmRegister dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 6152 RValue<Short4> pminsw(RValue<Short4> x, RValue<Short4> y) function in namespace:sw::x86
6154 llvm::Function *pminsw = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse2_pmins_w); local
    [all...]

Completed in 297 milliseconds