Home
last modified time | relevance | path

Searched defs:Vshr (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_vector_arm_vixl.cc695 __ Vshr(DataTypeValue::S8, dst, lhs, value); in VisitVecShr() local
700 __ Vshr(DataTypeValue::S16, dst, lhs, value); in VisitVecShr() local
704 __ Vshr(DataTypeValue::S32, dst, lhs, value); in VisitVecShr() local
725 __ Vshr(DataTypeValue::U8, dst, lhs, value); in VisitVecUShr() local
730 __ Vshr(DataTypeValue::U16, dst, lhs, value); in VisitVecUShr() local
734 __ Vshr(DataTypeValue::U32, dst, lhs, value); in VisitVecUShr() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInstARM32.h457 Vshr, enumerator
H A DIceAssemblerARM32.cpp4049 constexpr const char *Vshr = "vshr"; in vshrqc() local
/aosp_15_r20/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h9740 void Vshr(Condition cond, in Vshr() function
9754 void Vshr(DataType dt, DRegister rd, DRegister rm, const DOperand& operand) { in Vshr() function
9758 void Vshr(Condition cond, in Vshr() function
9772 void Vshr(DataType dt, QRegister rd, QRegister rm, const QOperand& operand) { in Vshr() function