HomeSort by relevance Sort by last modified time
    Searched refs:thumb (Results 276 - 300 of 593) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Support/
Triple.cpp 47 case thumb: return "thumb";
84 case thumb:
266 .Case("thumb", thumb)
303 arch = Triple::thumb;
331 // Thumb only exists in v4+
336 // Thumb only for v6m
343 return Triple::thumb;
365 .Case("thumb", Triple::thumb
    [all...]
  /bionic/libc/arch-arm/cortex-a15/bionic/
strlen.S 60 .thumb
  /bionic/libc/arch-arm/cortex-a9/bionic/
strlen.S 60 .thumb
  /device/google/contexthub/firmware/os/cpu/cortexm4/
cortexm4.mk 20 FLAGS += -mthumb -mcpu=cortex-m4 -march=armv7e-m -mfloat-abi=softfp -mfpu=fpv4-sp-d16 -mno-thumb-interwork -ffast-math -fsingle-precision-constant -DARM -DUSE_NANOHUB_FLOAT_RUNTIME
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 51 /// labels used for ARMv4t thumb code to make register indirect calls.
117 bool isThumb = TT.getArch() == Triple::thumb ||
  /external/llvm/test/MC/ARM/
arm11-hint-instr.s 8 @ RUN: not llvm-mc -triple=thumb -mcpu=arm1156t2-s -show-encoding < %s > %t3 2> %t4
9 @ RUN: FileCheck --check-prefix=CHECK-THUMB %s < %t3
10 @ RUN: FileCheck --check-prefix=CHECK-ERROR-THUMB %s < %t4
61 @ v6T2 using THUMB encoding (thumb triple)
63 @ CHECK-THUMB: nop @ encoding: [0x00,0xbf]
64 @ CHECK-THUMB: yield @ encoding: [0x10,0xbf]
65 @ CHECK-THUMB: wfe @ encoding: [0x20,0xbf]
66 @ CHECK-THUMB: wfi @ encoding: [0x30,0xbf]
67 @ CHECK-THUMB: sev @ encoding: [0x40,0xbf
    [all...]
eh-directive-movsp-diagnostics.s 5 .thumb
arm-thumb-cpus.s 5 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
8 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
11 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
14 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
17 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
20 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
24 .thumb
28 @ CHECK-ARM-THUMB-NOT: target does not support
30 @ CHECK-ARM-ONLY: target does not support Thumb mode
31 @ CHECK-ARM-ONLY: target does not support Thumb mod
    [all...]
neont2-abs-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-bitcount-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-bitwise-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-neg-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-reciprocal-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
pr22395-2.s 4 .thumb
pr22395.s 4 .thumb
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 36 case thumb: return "thumb";
58 case thumb: return "arm";
172 if (Name == "thumb")
173 return thumb;
296 else if (ArchName == "thumb" ||
298 return thumb;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ActivityPage.java 190 String thumb = template.getThumbnailPath(); local
191 if (thumb != null && !thumb.isEmpty()) {
193 thumb.replace('/', File.separatorChar));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arch7.s 23 .thumb
thumb2_it.s 2 .thumb
thumb2_ldmstm_bad.s 2 .thumb
4 @ UNPREDICTABLE Thumb-2 encodings of LDM/LDMIA/LDMFD as specified
15 @ UNPREDICTABLE Thumb-2 encodings of STM/STMIA/STMEA as specified
thumb2_vpool.s 3 .thumb
12 # Thumb-2 support vldr literal pool also.
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDOperand.cpp 58 Disassembler.Key.Arch == Triple::thumb) {
205 case Triple::thumb:
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
neont2-abs-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-bitcount-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-bitwise-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s

Completed in 427 milliseconds

<<11121314151617181920>>