HomeSort by relevance Sort by last modified time
    Searched refs:Thumb (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/llvm/test/MC/ARM/
inst-thumb-suffixes.s 5 .thumb
12 @ CHECK-ERROR: cannot determine Thumb instruction size, use inst.n/inst.w instead
directive-arch-armv6-m.s 27 @ CHECK-ATTR: Description: Thumb-1
directive-arch-armv7.s 27 @ CHECK-ATTR: Description: Thumb-2
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
21 .thumb
25 @ CHECK-ARM-THUMB-NOT: target does not support
27 @ CHECK-ARM-ONLY: target does not support Thumb mode
28 @ CHECK-ARM-ONLY: target does not support Thumb mode
30 @ CHECK-THUMB-ONLY: target does not support ARM mod
    [all...]
arm-thumb-cpus-default.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 @ ARM/Thumb mode.
22 @ CHECK-ARM-THUMB: movs r0, r0 @ encoding: [0x00,0x00,0xb0,0xe1]
24 @ CHECK-THUMB-ONLY: movs r0, r0 @ encoding: [0x00,0x00]
directive-arch-armv4t.s 31 @ CHECK-ATTR: Description: Thumb-1
directive-arch-armv5t.s 31 @ CHECK-ATTR: Description: Thumb-1
directive-arch-armv5te.s 31 @ CHECK-ATTR: Description: Thumb-1
directive-arch-armv6.s 31 @ CHECK-ATTR: Description: Thumb-1
directive-arch-armv6j.s 31 @ CHECK-ATTR: Description: Thumb-1
directive-arch-armv6t2.s 31 @ CHECK-ATTR: Description: Thumb-2
directive-arch-armv6z.s 31 @ CHECK-ATTR: Description: Thumb-1
directive-arch-armv6zk.s 31 @ CHECK-ATTR: Description: Thumb-1
directive-arch-armv7-a.s 35 @ CHECK-ATTR: Description: Thumb-2
directive-arch-armv7-m.s 31 @ CHECK-ATTR: Description: Thumb-2
directive-arch-armv7-r.s 35 @ CHECK-ATTR: Description: Thumb-2
directive-arch-armv7a.s 35 @ CHECK-ATTR: Description: Thumb-2
directive-arch-armv7m.s 31 @ CHECK-ATTR: Description: Thumb-2
directive-arch-armv7r.s 35 @ CHECK-ATTR: Description: Thumb-2
directive-arch-armv8-a.s 35 @ CHECK-ATTR: Description: Thumb-2
directive-arch-iwmmxt.s 31 @ CHECK-ATTR: Description: Thumb-1
directive-arch-iwmmxt2.s 31 @ CHECK-ATTR: Description: Thumb-1
mode-switch.s 1 @ Test ARM / Thumb mode switching with .code
21 .thumb
directive-arch-armv8a.s 35 @ CHECK-ATTR: Description: Thumb-2
  /external/jhead/
jpgfile.c 593 int ReplaceThumbnailFromBuffer(const char * Thumb, int ThumbLen)
600 if (Thumb == NULL){
615 if (Thumb) {
636 if (Thumb){
637 memcpy(ThumbnailPointer, Thumb, ThumbLen);

Completed in 110 milliseconds

1 2 3