Searched defs:Veor (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_vector_arm_vixl.cc | 235 __ Veor(dst, dst, src); in VisitVecNot() local 625 __ Veor(I8, dst, lhs, rhs); in VisitVecXor() local
|
/aosp_15_r20/external/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 6782 void Veor( in Veor() function 6793 void Veor(DataType dt, DRegister rd, DRegister rn, DRegister rm) { in Veor() function 6796 void Veor(Condition cond, DRegister rd, DRegister rn, DRegister rm) { in Veor() function 6799 void Veor(DRegister rd, DRegister rn, DRegister rm) { in Veor() function 6803 void Veor( in Veor() function 6814 void Veor(DataType dt, QRegister rd, QRegister rn, QRegister rm) { in Veor() function 6817 void Veor(Condition cond, QRegister rd, QRegister rn, QRegister rm) { in Veor() function 6820 void Veor(QRegister rd, QRegister rn, QRegister rm) { in Veor() function
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceInstARM32.h | 437 Veor, enumerator
|