Home
last modified time | relevance | path

Searched defs:andnps (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_vector_x86.cc822 __ andnps(dst, src); in VisitVecAndNot() local
Dcode_generator_vector_x86_64.cc805 __ andnps(dst, src); in VisitVecAndNot() local
/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc1424 TEST_F(AssemblerX86_64Test, andnps) { in TEST_F() argument