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

1 2

  /external/llvm/test/MC/ARM/
arm-thumb-cpus.s 2 @ RUN: llvm-mc -show-encoding -triple=armv4t < %s 2>&1| FileCheck %s --check-prefix=CHECK-ARM-THUMB
3 @ RUN: llvm-mc -show-encoding -arch=arm -mcpu=cortex-a15 < %s 2>&1| FileCheck %s --check-prefix=CHECK-ARM-THUMB
4 @ RUN: not llvm-mc -show-encoding -arch=arm -mcpu=cortex-m3 < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
5 @ RUN: not llvm-mc -show-encoding -triple=armv7m < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
6 @ RUN: not llvm-mc -show-encoding -triple=armv6m < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
10 .thumb
14 @ CHECK-ARM-THUMB-NOT: target does not support
16 @ CHECK-ARM-ONLY: target does not support Thumb mode
17 @ CHECK-ARM-ONLY: target does not support Thumb mode
19 @ CHECK-THUMB-ONLY: target does not support ARM mod
    [all...]
arm-thumb-cpus-default.s 2 @ RUN: llvm-mc -show-encoding -triple=armv4t < %s | FileCheck %s --check-prefix=CHECK-ARM-THUMB
3 @ RUN: llvm-mc -show-encoding -arch=arm -mcpu=cortex-a15 < %s| FileCheck %s --check-prefix=CHECK-ARM-THUMB
4 @ RUN: llvm-mc -show-encoding -arch=arm -mcpu=cortex-m3 < %s | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
5 @ RUN: llvm-mc -show-encoding -triple=armv7m < %s | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
6 @ RUN: llvm-mc -show-encoding -triple=armv6m < %s | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
9 @ ARM/Thumb mode.
11 @ CHECK-ARM-THUMB: movs r0, r0 @ encoding: [0x00,0x00,0xb0,0xe1]
13 @ CHECK-THUMB-ONLY: movs r0, r0 @ encoding: [0x00,0x00]
mode-switch.s 1 @ Test ARM / Thumb mode switching with .code
21 .thumb
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_CHAIN.S 4 * Thumb code through the link register to transfer control to the callee
13 add r3, r1, #1 @ Thumb addr is odd
TEMPLATE_INVOKE_METHOD_NO_OPT.S 11 add r3, r1, #1 @ Thumb addr is odd
TEMPLATE_INVOKE_METHOD_NATIVE.S 5 add r3, r1, #1 @ Thumb addr is odd
  /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);
jhead.h 241 int ReplaceThumbnailFromBuffer(const char* Thumb, int ThumbLen);
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-armv4.S 172 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
306 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
ghash-armv4.pl 224 bx lr @ interoperable with Thumb ISA:-)
301 bx lr @ interoperable with Thumb ISA:-)
  /external/openssl/crypto/modes/asm/
ghash-armv4.S 172 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
306 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
ghash-armv4.pl 224 bx lr @ interoperable with Thumb ISA:-)
301 bx lr @ interoperable with Thumb ISA:-)
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
armv4-mont.S 144 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
armv4-mont.pl 22 # The code is interoperable with Thumb ISA and is rather compact, less
198 bx lr @ interoperable with Thumb ISA:-)
armv4-gf2m.S 202 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
armv4-gf2m.pl 261 bx lr @ interoperable with Thumb ISA:-)
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-armv4-large.pl 18 # thumb 304 3212 4420
24 # thumb = same as 'small' but in Thumb instructions[**] and
34 # [**] While each Thumb instruction is twice smaller, they are not as
38 # the same job in Thumb, therefore the code is never twice as
234 bx lr @ interoperable with Thumb ISA:-)
sha1-thumb.pl 10 # sha1_block for Thumb.
114 bx r3 @ switch to Thumb ISA
255 .asciz "SHA1 block transform for Thumb, CRYPTOGAMS by <appro\@openssl.org>"
sha256-armv4.pl 201 bx lr @ interoperable with Thumb ISA:-)
  /external/openssl/crypto/bn/asm/
armv4-mont.S 144 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
armv4-mont.pl 22 # The code is interoperable with Thumb ISA and is rather compact, less
198 bx lr @ interoperable with Thumb ISA:-)
armv4-gf2m.S 202 .word 0xe12fff1e @ interoperable with Thumb ISA:-)
  /external/openssl/crypto/sha/asm/
sha1-armv4-large.pl 18 # thumb 304 3212 4420
24 # thumb = same as 'small' but in Thumb instructions[**] and
34 # [**] While each Thumb instruction is twice smaller, they are not as
38 # the same job in Thumb, therefore the code is never twice as
234 bx lr @ interoperable with Thumb ISA:-)
sha1-thumb.pl 10 # sha1_block for Thumb.
114 bx r3 @ switch to Thumb ISA
255 .asciz "SHA1 block transform for Thumb, CRYPTOGAMS by <appro\@openssl.org>"
sha256-armv4.pl 201 bx lr @ interoperable with Thumb ISA:-)

Completed in 182 milliseconds

1 2