/external/llvm/test/CodeGen/ARM/ |
D | fast-isel.ll | 2 …UN: llc < %s -O0 -fast-isel-abort -mtriple=thumbv7-apple-darwin | FileCheck %s --check-prefix=THUMB 31 ; THUMB: test1: 32 ; THUMB: tst.w r0, #1 37 ; THUMB: test2: 45 ; THUMB: add.w {{.*}} #4096 52 ; THUMB: addw {{.*}} #4095 61 ; THUMB: orr {{.*}} #4 66 ; THUMB: test3: 81 ; THUMB: and 82 ; THUMB: strb [all …]
|
D | indirectbr.ll | 2 …UN: llc < %s -relocation-model=pic -mtriple=thumbv6-apple-darwin | FileCheck %s -check-prefix=THUMB 10 ; THUMB: foo: 17 ; THUMB: mov pc, 24 ; THUMB: mov pc, 45 ; THUMB: muls 55 ; THUMB: ldr.n 56 ; THUMB: add 57 ; THUMB: ldr.n [[R2:r[0-9]+]], LCPI 58 ; THUMB: add [[R2]], pc 59 ; THUMB: str [[R2]] [all …]
|
D | machine-licm.ll | 1 …triple=thumb-apple-darwin -relocation-model=pic -disable-fp-elim | FileCheck %s -check-prefix=THUMB 33 ; THUMB: t: 42 ; THUMB: BB#1 43 ; THUMB: ldr.n r2, LCPI0_0 44 ; THUMB: add r2, pc 45 ; THUMB: ldr r{{[0-9]+}}, [r2] 46 ; THUMB: LBB0_2 47 ; THUMB: LCPI0_0: 48 ; THUMB-NOT: LCPI0_1: 49 ; THUMB: .section
|
D | armv4.ll | 1 ; RUN: llc < %s -mtriple=armv4t-unknown-eabi | FileCheck %s -check-prefix=THUMB 3 ; RUN: llc < %s -mtriple=armv7-unknown-eabi -mcpu=cortex-a8 | FileCheck %s -check-prefix=THUMB 4 ; RUN: llc < %s -mtriple=armv6-unknown-eabi | FileCheck %s -check-prefix=THUMB 6 ; RUN: llc < %s -mtriple=armv4t-unknown-eabi | FileCheck %s -check-prefix=THUMB 11 ; THUMB: bx
|
D | arm-and-tst-peephole.ll | 2 ; RUN: llc < %s -march=thumb | FileCheck -check-prefix=THUMB %s 10 ; THUMB: foo 29 ; THUMB: movs r[[R0:[0-9]+]], #3 30 ; THUMB-NEXT: ands r[[R0]], r 31 ; THUMB-NEXT: cmp r[[R0]], #0 32 ; THUMB-NEXT: beq 74 ; THUMB: bar 82 ; THUMB: ands 93 ; THUMB: ands
|
D | 2010-05-18-PostIndexBug.ll | 2 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin | FileCheck %s -check-prefix=THUMB 12 ; THUMB: t: 13 ; THUMB-NOT: str r0, [r1], r0 14 ; THUMB: str r2, [r1]
|
/external/llvm/test/CodeGen/Thumb2/ |
D | div.ll | 2 ; RUN: | FileCheck %s -check-prefix=CHECK-THUMB 8 ; CHECK-THUMB: f1 9 ; CHECK-THUMB: __divsi3 18 ; CHECK-THUMB: f2 19 ; CHECK-THUMB: __udivsi3 28 ; CHECK-THUMB: f3 29 ; CHECK-THUMB: __modsi3 38 ; CHECK-THUMB: f4 39 ; CHECK-THUMB: __umodsi3
|
/external/chromium/chrome/browser/ui/webui/ |
D | shown_sections_handler_unittest.cc | 33 EXPECT_EQ(THUMB, MigratePrefValue(pref.get(), THUMB)); in TEST_F() 34 EXPECT_EQ(APPS, MigratePrefValue(pref.get(), APPS | THUMB)); in TEST_F() 38 EXPECT_EQ(THUMB, MigratePrefValue(pref.get(), 3)); in TEST_F() 42 EXPECT_EQ(THUMB, MigratePrefValue(pref.get(), 0)); in TEST_F()
|
D | shown_sections_handler.cc | 28 bool old_had_it = (old_mode & THUMB) && !(old_mode & MENU_THUMB); in NotifySectionDisabled() 29 bool new_has_it = (new_mode & THUMB) && !(new_mode & MENU_THUMB); in NotifySectionDisabled() 112 pref_service->RegisterIntegerPref(prefs::kNTPShownSections, THUMB); in RegisterUserPrefs() 136 shown_sections = THUMB; in MigrateUserPrefs()
|
D | shown_sections_handler.h | 23 THUMB = 1 << 0, enumerator
|
D | app_launcher_handler.cc | 299 ShownSectionsHandler::SetShownSection(prefs, THUMB); in HandleGetApps()
|
/external/llvm/test/MC/ARM/ |
D | vpush-vpop.s | 2 …vm-mc -triple thumbv7-unknown-unknown -show-encoding < %s | FileCheck --check-prefix=CHECK-THUMB %s 11 @ CHECK-THUMB: vpush {d8, d9, d10, d11, d12} @ encoding: [0x2d,0xed,0x0a,0x8b] 12 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a] 13 @ CHECK-THUMB: vpop {d8, d9, d10, d11, d12} @ encoding: [0xbd,0xec,0x0a,0x8b] 14 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a]
|
/external/chromium/chrome/browser/extensions/ |
D | apps_promo_unittest.cc | 176 (ShownSectionsHandler::GetShownSections(prefs()) & THUMB) != 0); in TEST_F() 181 (MENU_APPS | THUMB)) != 0); in TEST_F()
|
D | apps_promo.cc | 197 ShownSectionsHandler::SetShownSection(prefs_, THUMB); in HidePromo()
|
/external/chromium/chrome/browser/resources/ |
D | new_new_tab.js | 674 case Section.THUMB: 702 case Section.THUMB: 760 setSectionMenuMode('most-visited', Section.THUMB, 1429 shownSections & Section.THUMB);
|
/external/qemu/android/ |
D | hw-events.h | 417 BTN_CODE(THUMB, 0x121) \
|
/external/chromium/chrome/browser/resources/ntp/ |
D | most_visited.js | 628 this.menu, 'most-visited', MENU_THUMB, Section.THUMB);
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider.cc | 4796 shown_sections & THUMB ? true : false); in GetNTPThumbnailMode() 4825 section = THUMB; in SetNTPThumbnailMode()
|
/external/srec/config/en.us/dictionary/ |
D | c0.6 | 114212 THUMB TH AH1 M
|