HomeSort by relevance Sort by last modified time
    Searched refs:PA2 (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/
perf.s 4 ; PA2.0 performance monitor instruction tests
dcor2.s 4 ; PA2.0 decimal correction instruction tests.
media.s 4 ; PA2.0 multimedia (halfword) instruction tests
purge2.s 4 ; PA2.0 purge instruction tests.
shladd2.s 4 ; PA2.0 shladd instruction tests.
system2.s 4 ; PA2.0 system instruction tests.
unit2.s 4 ; PA2.0 unit instruction tests.
  /external/llvm/unittests/IR/
PassManagerTest.cpp 188 PreservedAnalyses PA2 = PreservedAnalyses::none();
189 EXPECT_FALSE(PA2.preserved<TestFunctionAnalysis>());
190 EXPECT_FALSE(PA2.preserved<TestModuleAnalysis>());
200 PA4 = std::move(PA2);

Completed in 2692 milliseconds