/external/llvm/test/MC/Disassembler/AArch64/ |
D | basic-a64-undefined.txt | 5 # RUN: echo "0x00 0x10 0xa0 0x0b" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s 6 # RUN: echo "0x00 0x10 0x60 0x0b" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s 7 # RUN: echo "0x00 0x14 0x20 0x0b" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s 11 # RUN: echo "0xdf 0x3 0x80 0x91" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s 12 # RUN: echo "0xed 0x8e 0xc4 0x31" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s 13 # RUN: echo "0x62 0xfc 0xbf 0x11" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s 14 # RUN: echo "0x3 0xff 0xff 0x91" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s 18 # RUN: echo "0xd7 0xfc 0xff 0xb9" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s 19 # RUN: echo "0xd7 0xfc 0xcf 0xf9" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s 23 # RUN: echo "0x23 0x01 0x18 0x1e" | llvm-mc -triple=aarch64 -disassemble 2>&1 | FileCheck %s [all …]
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 76 const llvm::Triple &triple); 90 void AddDefaultCIncludePaths(const llvm::Triple &triple, 95 void AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple, 101 const llvm::Triple &triple, 183 const llvm::Triple &triple) { in AddGnuCPlusPlusIncludePaths() argument 188 llvm::Triple::ArchType arch = triple.getArch(); in AddGnuCPlusPlusIncludePaths() 223 void InitHeaderSearch::AddDefaultCIncludePaths(const llvm::Triple &triple, in AddDefaultCIncludePaths() argument 225 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCIncludePaths() 340 AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple, const HeaderSearchOptions &HSOpts) { in AddDefaultCPlusPlusIncludePaths() argument 341 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCPlusPlusIncludePaths() [all …]
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 76 OSTargetInfo(const std::string& triple) : TgtInfo(triple) {} in OSTargetInfo() argument 182 DarwinTargetInfo(const std::string& triple) : in DarwinTargetInfo() argument 183 OSTargetInfo<Target>(triple) { in DarwinTargetInfo() 184 llvm::Triple T = llvm::Triple(triple); in DarwinTargetInfo() 227 DragonFlyBSDTargetInfo(const std::string &triple) in DragonFlyBSDTargetInfo() argument 228 : OSTargetInfo<Target>(triple) { in DragonFlyBSDTargetInfo() 231 llvm::Triple Triple(triple); in DragonFlyBSDTargetInfo() 261 FreeBSDTargetInfo(const std::string &triple) in FreeBSDTargetInfo() argument 262 : OSTargetInfo<Target>(triple) { in FreeBSDTargetInfo() 265 llvm::Triple Triple(triple); in FreeBSDTargetInfo() [all …]
|
/external/clang/test/PCH/ |
D | arc.m | 2 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include %S/Inputs/arc.h -fsyn… 5 // RUN: %clang_cc1 -emit-pch -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -x objective-c-heade… 6 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-only … 9 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -include-pch %t -fsyntax-only -emit-llvm-… 10 // RUN: %clang_cc1 -emit-pch -fblocks -triple x86_64-apple-darwin11 -x objective-c-header -o %t %S/… 11 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-only …
|
D | subscripting-literals.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o %t.nopch.ll %s 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-pch -o %t.pch %s 3 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o %t.pch.ll %s -include-pch %t.pch
|
/external/llvm/bindings/python/llvm/tests/ |
D | test_disassembler.py | 11 triple = 'i686-apple-darwin9' 13 disassembler = Disassembler(triple) 32 triple = 'arm-linux-android' 34 disassembler = Disassembler(triple)
|
/external/clang/test/CodeGenObjC/ |
D | objc2-weak-ivar-debug.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -g -em… 2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -g -emit… 3 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5… 4 // RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -…
|
D | class-type.m | 1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o … 2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s 3 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - …
|
D | fp2ret.m | 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s… 4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o -… 7 // RUN: %clang_cc1 -triple armv7-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -targ…
|
D | attr-availability.m | 1 // RUN: %clang_cc1 -fvisibility hidden "-triple" "x86_64-apple-darwin8.0.0" -emit-llvm -o - %s | Fi… 2 // RUN: %clang_cc1 -fvisibility hidden "-triple" "x86_64-apple-darwin9.0.0" -emit-llvm -o - %s | Fi… 3 // RUN: %clang_cc1 -fvisibility hidden "-triple" "x86_64-apple-darwin10.0.0" -emit-llvm -o - %s | F…
|
D | optimized-setter.m | 1 // RUN: %clang_cc1 %s -emit-llvm -fobjc-runtime=macosx-10.8 -triple x86_64-apple-macosx10.8.0 -o - … 2 // RUN: %clang_cc1 %s -emit-llvm -fobjc-runtime=ios-6.0.0 -triple x86_64-apple-ios6.0.0 -o - | Fil… 3 // RUN: %clang_cc1 %s -emit-llvm -fobjc-runtime=gnustep-1.7 -triple x86_64-unknown-freebsd -o - | F…
|
D | next-objc-dispatch.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - … 5 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o - %s \ 9 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o - %s \ 13 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-llvm -o - %s \
|
D | bitfield-1.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t… 2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t %s 3 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t %s
|
D | fpret.m | 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s… 4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o -… 7 // RUN: %clang_cc1 -triple armv7-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -targ…
|
/external/llvm/test/CodeGen/ARM/ |
D | trap.ll | 4 ; RUN: | llvm-objdump -disassemble -triple armv7-unknown-nacl - \ 7 ; RUN: | llvm-objdump -disassemble -triple armv7 -mattr=+nacl-trap - \ 10 ; RUN: | llvm-objdump -disassemble -triple armv7 -mattr=+nacl-trap - \ 13 ; RUN: | llvm-objdump -disassemble -triple armv7-unknown-nacl - \ 16 ; RUN: | llvm-objdump -disassemble -triple armv7 - \ 19 ; RUN: | llvm-objdump -disassemble -triple armv7 - \
|
/external/llvm/test/MC/X86/ |
D | x86_long_nop.s | 1 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-pc-linux-gnu %s | llvm-objdump -d -no-show-ra… 2 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-… 3 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-apple-darwin10.0 %s | llvm-objdump -d -no-sho… 4 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-apple-darwin8 %s | llvm-objdump -d -no-show-raw…
|
/external/llvm/test/MC/AsmParser/ |
D | directive_lcomm.s | 1 # RUN: llvm-mc -triple i386-apple-darwin10 %s | FileCheck %s 2 # RUN: llvm-mc -triple i386-pc-mingw32 %s | FileCheck %s 3 # RUN: not llvm-mc -triple i386-linux-gnu %s 2>&1 | FileCheck %s -check-prefix=ERROR
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | FormatterTest.java | 1123 final Object[][] triple = { in test_format_LString$LObject_GeneralConversionB() local 1167 for (int i = 0; i < triple.length; i++) { in test_format_LString$LObject_GeneralConversionB() 1169 f.format((String)triple[i][pattern], triple[i][input]); in test_format_LString$LObject_GeneralConversionB() local 1170 assertEquals("triple[" + i + "]:" + triple[i][input] in test_format_LString$LObject_GeneralConversionB() 1171 … + ",pattern[" + i + "]:" + triple[i][pattern], triple[i][output], f.toString()); in test_format_LString$LObject_GeneralConversionB() 1174 f.format(((String)triple[i][pattern]).toUpperCase(Locale.US), triple[i][input]); in test_format_LString$LObject_GeneralConversionB() local 1175 assertEquals("triple[" + i + "]:" + triple[i][input] in test_format_LString$LObject_GeneralConversionB() 1176 + ",pattern[" + i + "]:" + triple[i][pattern], ((String)triple[i][output]) in test_format_LString$LObject_GeneralConversionB() 1187 final Object[][] triple = { in test_format_LString$LObject_GeneralConversionS() local 1231 for (int i = 0; i < triple.length; i++) { in test_format_LString$LObject_GeneralConversionS() [all …]
|
/external/clang/test/ARCMT/ |
D | objcmt-with-pch.m.result | 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -x objective-c %S/Common.h -emit-pch -o %t.pch 3 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -objcmt-migrate-literals -objcmt-migrate-subscript… 5 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s.result -include-pc…
|
D | objcmt-with-pch.m | 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -x objective-c %S/Common.h -emit-pch -o %t.pch 3 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -objcmt-migrate-literals -objcmt-migrate-subscript… 5 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s.result -include-pc…
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 109 const uint8_t* triple = src; in copyFT2LCD16() local 112 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(triple[2], tableR), in copyFT2LCD16() 113 sk_apply_lut_if<APPLY_PREBLEND>(triple[1], tableG), in copyFT2LCD16() 114 sk_apply_lut_if<APPLY_PREBLEND>(triple[0], tableB)); in copyFT2LCD16() 115 triple += 3; in copyFT2LCD16() 119 dst[x] = packTriple(sk_apply_lut_if<APPLY_PREBLEND>(triple[0], tableR), in copyFT2LCD16() 120 sk_apply_lut_if<APPLY_PREBLEND>(triple[1], tableG), in copyFT2LCD16() 121 sk_apply_lut_if<APPLY_PREBLEND>(triple[2], tableB)); in copyFT2LCD16() 122 triple += 3; in copyFT2LCD16()
|
/external/clang/ |
D | NOTES.txt | 48 // Specifying targets: -triple and -arch 51 The clang supports "-triple" and "-arch" options. At most one -triple and one 56 (1) If the user does not specify -triple, we default to the host triple. 58 specified triple.
|
/external/v8/tools/gcmole/ |
D | gcmole.lua | 88 local function MakeClangCommandLine(plugin, plugin_args, triple, arch_define) 98 .. " -triple " .. triple 107 cfg.triple, 191 ia32 = config { triple = "i586-unknown-linux", 193 arm = config { triple = "i586-unknown-linux", 195 x64 = config { triple = "x86_64-unknown-linux",
|
/external/llvm/test/MC/MachO/ARM/ |
D | llvm-objdump-macho-stripped.s | 1 @ RUN: llvm-mc -triple=thumbv7-apple-ios -filetype=obj -o - < %s | llvm-objdump -d -macho -triple=t…
|
/external/llvm/test/MC/ARM/ |
D | thumb-nop.s | 1 @ RUN: llvm-mc -triple=thumbv6-apple-darwin -show-encoding < %s | FileCheck %s -check-prefix=CHECK-… 2 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s | FileCheck %s -check-prefix=CHECK-…
|