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

  /art/compiler/optimizing/
code_generator_vector_arm_vixl.cc 524 __ Vmax(DataTypeValue::U8, dst, lhs, rhs);
528 __ Vmax(DataTypeValue::S8, dst, lhs, rhs);
532 __ Vmax(DataTypeValue::U16, dst, lhs, rhs);
536 __ Vmax(DataTypeValue::S16, dst, lhs, rhs);
540 __ Vmax(DataTypeValue::U32, dst, lhs, rhs);
544 __ Vmax(DataTypeValue::S32, dst, lhs, rhs);
    [all...]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.h     [all...]

Completed in 73 milliseconds