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

  /art/runtime/arch/arm64/
instruction_set_features_arm64.h 80 bool HasLSE() const {
instruction_set_features_arm64_test.cc 49 EXPECT_FALSE(cortex_a73_features->AsArm64InstructionSetFeatures()->HasLSE());
97 EXPECT_TRUE(cortex_a75_features->AsArm64InstructionSetFeatures()->HasLSE());
117 EXPECT_TRUE(cortex_a76_features->AsArm64InstructionSetFeatures()->HasLSE());
139 EXPECT_TRUE(a76_features->AsArm64InstructionSetFeatures()->HasLSE());
151 EXPECT_FALSE(generic_features->AsArm64InstructionSetFeatures()->HasLSE());
166 EXPECT_TRUE(armv8_2a_cpu_features->AsArm64InstructionSetFeatures()->HasLSE());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64Subtarget.h 76 bool HasLSE = false;
238 bool hasLSE() const { return HasLSE; }
  /art/compiler/utils/arm64/
assembler_arm64.cc 53 if (art_features->HasLSE()) {
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
AArch64GenSubtargetInfo.inc     [all...]

Completed in 261 milliseconds