HomeSort by relevance Sort by last modified time
    Searched full:v6t2 (Results 1 - 25 of 37) sorted by null

1 2

  /external/llvm/test/CodeGen/ARM/
2012-09-18-ARMv4ISelBug.ll 3 ; movw is only legal for V6T2 and later.
ctz.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+v6t2 %s -o - | FileCheck %s
mls.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+v6t2 %s -o - | FileCheck %s
2 ; RUN: llc -mtriple=arm-eabi -mattr=+v6t2 -arm-use-mulops=false %s -o - \
bfc.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+v6t2 %s -o - | FileCheck %s
sbfx.ll 1 ; RUN: llc -mtriple=arm-eabi -mattr=+v6t2 %s -o - | FileCheck %s
bfi.ll 1 ; RUN: llc -mtriple=arm -mattr=+v6t2 %s -o - | FileCheck %s
inlineasm3.ll 1 ; RUN: llc -mtriple=arm-eabi -float-abi=soft -mattr=+neon,+v6t2 -no-integrated-as %s -o - \
machine-licm.ll 3 ; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=pic -disable-fp-elim -mattr=+v6t2 | FileCheck %s -check-prefix=MOVT
  /external/llvm/test/MC/ARM/
directive-arch-armv6t2.s 23 @ CHECK-ATTR: Description: ARM v6T2
thumb-diagnostics.s 192 @ WFE/WFI/YIELD - are not supported pre v6T2
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.cpp 524 /* old\new ARM v6T2 ARM v6K ARM v7 ARM v6-M ARM v6S-M ARM v7E-M ARMv8, ARM v4t + v6-M */
525 /* Pre v4 */ { CPU(V6T2), CPU(V6K), CPU(V7), -1, -1, -1, -1, -1 },
526 /* ARM v4 */ { CPU(V6T2), CPU(V6K), CPU(V7), -1, -1, -1, -1, -1 },
527 /* ARM v4T */ { CPU(V6T2), CPU(V6K), CPU(V7), CPU(V6K), CPU(V6K), CPU(V7E_M), CPU(V8), CPU(V4T) },
528 /* ARM v5T */ { CPU(V6T2), CPU(V6K), CPU(V7), CPU(V6K), CPU(V6K), CPU(V7E_M), CPU(V8), CPU(V5T) },
529 /* ARM v5TE */ { CPU(V6T2), CPU(V6K), CPU(V7), CPU(V6K), CPU(V6K), CPU(V7E_M), CPU(V8), CPU(V5TE) },
530 /* ARM v5TEJ */ { CPU(V6T2), CPU(V6K), CPU(V7), CPU(V6K), CPU(V6K), CPU(V7E_M), CPU(V8), CPU(V5TEJ) },
531 /* ARM v6 */ { CPU(V6T2), CPU(V6K), CPU(V7), CPU(V6K), CPU(V6K), CPU(V7E_M), CPU(V8), CPU(V6) },
533 /* ARM v6T2 */ { CPU(V6T2), CPU(V7), CPU(V7), CPU(V7), CPU(V7), CPU(V7E_M), CPU(V8), CPU(V6T2) }
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMArchName.def 33 ARM_ARCH_NAME("armv6t2", ARMV6T2, "6T2", v6T2)
ARMMCTargetDesc.cpp 157 ARMArchFeature = "+v6t2";
  /external/llvm/test/CodeGen/Thumb2/
bfi.ll 1 ; RUN: llc -mtriple=thumb-eabi -mattr=+v6t2 %s -o - | FileCheck %s
  /external/elfutils/0.153/backends/
arm_attrs.c 71 "v6T2",
  /external/llvm/include/llvm/Support/
ARMBuildAttributes.h 103 v6T2 = 8, // e.g. ARM1156T2F_S
  /external/llvm/lib/Target/ARM/
ARM.td 165 def HasV6T2Ops : SubtargetFeature<"v6t2", "HasV6T2Ops", "true",
166 "Support ARM v6t2 instructions",
331 // V6T2 Processors.
ARMSubtarget.cpp 258 // FIXME: This used enable V6T2 support implicitly for Thumb2 mode.
ARMAsmPrinter.cpp 592 return ARMBuildAttrs::v6T2;
    [all...]
ARMInstrFormats.td     [all...]
  /external/clang/test/Driver/
arm-cortex-cpus.c 62 // RUN: %clang -target armv6t2 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V6T2 %s
63 // RUN: %clang -target arm -march=armv6t2 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V6T2 %s
64 // CHECK-V6T2: "-cc1"{{.*}} "-triple" "armv6t2-{{.*}} "-target-cpu" "arm1156t2-s"
66 // RUN: %clang -target armv6t2 -mthumb -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V6T2-THUMB %s
67 // RUN: %clang -target arm -march=armv6t2 -mthumb -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V6T2-THUMB %s
68 // CHECK-V6T2-THUMB: "-cc1"{{.*}} "-triple" "thumbv6t2-{{.*}} "-target-cpu" "arm1156t2-s"
  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.cpp 123 "ARM v6KZ", "ARM v6T2", "ARM v6K", "ARM v7", "ARM v6-M", "ARM v6S-M",
  /external/qemu/disas/
arm.c     [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /prebuilts/sdk/tools/linux/
libLLVM.so 

Completed in 1426 milliseconds

1 2