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

  /external/v8/src/arm64/
simulator-logic-arm64.cc 853 LogicVRegister Simulator::sqdmull2(VectorFormat vform, LogicVRegister dst, function in class:v8::internal::Simulator
859 return sqdmull2(vform, dst, src1, dup_element(indexform, temp, src2, index));
2714 LogicVRegister Simulator::sqdmull2(VectorFormat vform, LogicVRegister dst, function in class:v8::internal::Simulator
    [all...]
  /external/vixl/src/aarch64/
logic-aarch64.cc 813 LogicVRegister Simulator::sqdmull2(VectorFormat vform, function in class:vixl::aarch64::Simulator
821 return sqdmull2(vform, dst, src1, dup_element(indexform, temp, src2, index));
3324 LogicVRegister Simulator::sqdmull2(VectorFormat vform, function in class:vixl::aarch64::Simulator
    [all...]

Completed in 45 milliseconds