Searched defs:AndV (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_vector_mips64.cc | 330 __ AndV(dst, dst, src); in VisitVecAbs() local 336 __ AndV(dst, dst, src); in VisitVecAbs() local 742 __ AndV(dst, lhs, rhs); // lanes do not matter in VisitVecAnd() local
|
D | code_generator_vector_mips.cc | 331 __ AndV(dst, dst, src); in VisitVecAbs() local 337 __ AndV(dst, dst, src); in VisitVecAbs() local 743 __ AndV(dst, lhs, rhs); // lanes do not matter in VisitVecAnd() local
|
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 1722 TEST_F(AssemblerMIPS32r6Test, AndV) { in TEST_F() argument
|