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

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-be8.d 10 00008008 <thumb>:
13 800c: f7ff fffc bl 8008 <thumb>
arm-pic-veneer.s 8 .thumb
cortex-a8-thumb-target.s 4 .thumb
fix-arm1176.s 10 .thumb
abs-call-1.s 11 .thumb
12 thumb: bl 0x100000 label
attr-merge-arch-2a.s 4 .thumb
9 .thumb
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm-it-auto-3.s 2 .thumb
mrs-msr-thumb-v7-m-bad.d 1 # name: MRS/MSR negative test, architecture v7-M, Thumb mode
2 # error-output: mrs-msr-thumb-v7-m-bad.l
vldm-thumb-bad.d 1 # name: VFP VLDM and VSTM, Thumb mode
4 # error-output: vldm-thumb-bad.l
bl-local-v4t.s 4 .thumb
11 .thumb
mrs-msr-thumb-v6t2.s 3 .thumb
mrs-msr-thumb-v7-m.s 3 .thumb
mrs-msr-thumb-v7e-m.s 3 .thumb
thumb-b-bad.d 1 #name: Out of range Thumb branches (PR 12848)
4 #error-output: thumb-b-bad.l
thumb-w-bad.d 3 #error-output: thumb-w-bad.l
thumbv6k.s 3 .thumb
udf.s 7 thumb: .thumb label
  /external/llvm/test/MC/ARM/
arm-branch-errors.s 11 @ CHECK: error: instruction requires: thumb
13 @ CHECK: error: instruction requires: thumb
15 @ CHECK: error: instruction requires: thumb
directive-arch_extension-toggle.s 4 .thumb
directive-fpu-instrs.s 7 @ .thumb should not disable the prior .fpu neon
8 .thumb
thumb-st_other.s 1 @ Check the value of st_other for thumb function.
3 @ ARM does not define any st_other flags for thumb function. The value
  /external/libvpx/libvpx/build/make/
ads2gas.pl 23 use thumb;
25 my $thumb = 0;
28 $thumb = 1 if ($arg eq "-thumb");
34 if ($thumb) {
36 print "\t.thumb\n";
120 # Code directive (ARM vs Thumb)
161 if ($thumb) {
162 # ARM code - we force everything to thumb with the declaration in the header
177 if ($thumb) {
    [all...]
  /external/libmtp/examples/
thumb.c 2 * \file thumb.c
38 printf("Usage: thumb -i <fileid/trackid> <imagefile>\n");
96 if (ret == -1) perror("read thumb data");
107 LIBMTP_filesampledata_t *thumb = LIBMTP_new_filesampledata_t(); local
108 thumb->data = imagedata;
109 thumb->size = filesize;
110 thumb->filetype = LIBMTP_FILETYPE_JPEG;
111 ret = LIBMTP_Send_Representative_Sample(device,id,thumb);
118 LIBMTP_destroy_filesampledata_t(thumb);
  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_cortex_a8_b.s 13 .thumb
24 .thumb
arm_cortex_a8_b_cond.s 13 .thumb
24 .thumb

Completed in 939 milliseconds

1 23 4 5 6 7 8 91011>>