Home
last modified time | relevance | path

Searched defs:Vmax (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_vector_arm_vixl.cc524 __ Vmax(DataTypeValue::U8, dst, lhs, rhs); in VisitVecMax() local
528 __ Vmax(DataTypeValue::S8, dst, lhs, rhs); in VisitVecMax() local
532 __ Vmax(DataTypeValue::U16, dst, lhs, rhs); in VisitVecMax() local
536 __ Vmax(DataTypeValue::S16, dst, lhs, rhs); in VisitVecMax() local
540 __ Vmax(DataTypeValue::U32, dst, lhs, rhs); in VisitVecMax() local
544 __ Vmax(DataTypeValue::S32, dst, lhs, rhs); in VisitVecMax() local
/aosp_15_r20/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h7392 void Vmax( in Vmax() function
7403 void Vmax(DataType dt, DRegister rd, DRegister rn, DRegister rm) { in Vmax() function
7407 void Vmax( in Vmax() function
7418 void Vmax(DataType dt, QRegister rd, QRegister rn, QRegister rm) { in Vmax() function