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

  /art/compiler/utils/x86/
assembler_x86.cc 1284 void X86Assembler::pmaxsd(XmmRegister dst, XmmRegister src) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 1496 void X86_64Assembler::pmaxsd(XmmRegister dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 6316 RValue<Int4> pmaxsd(RValue<Int4> x, RValue<Int4> y) function in namespace:sw::x86
6318 llvm::Function *pmaxsd = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse41_pmaxsd); local
    [all...]

Completed in 96 milliseconds