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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/
irgen.h 1 static inline int triple(int x) { return x * 3; } function
  /external/clang/test/Modules/
irgen.c 2 // RUN: %clang_cc1 -fmodules -x objective-c -fmodules-cache-path=%t -emit-module -fmodule-name=irgen -triple x86_64-apple-darwin10 %S/Inputs/module.map
3 // RUN: %clang_cc1 -fmodules -x objective-c -fmodules-cache-path=%t -I %S/Inputs -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s
10 *px = triple(*px);
13 // CHECK: define internal i32 @triple(i32
  /external/llvm/test/MC/AsmParser/
directive_line.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s
2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
dollars-in-identifiers.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s > %t
extern.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
line_with_hash.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
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
directive_file.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
directive_loc.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
directive_subsections_via_symbols.s 1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
  /external/llvm/test/MC/Mips/
unaligned-nops.s 1 # RUN: llvm-mc -filetype=obj -triple=mipsel %s -o %t
elf_eflags_abicalls.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
elf_eflags_noreorder.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
elf_eflags_pic0.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
elf_eflags_pic2.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
  /external/boringssl/src/crypto/obj/
obj_xref.c 73 const nid_triple *triple; local
77 triple = bsearch(&key, sigoid_srt, sizeof(sigoid_srt) / sizeof(nid_triple),
80 if (triple == NULL) {
84 *out_digest_nid = triple->hash_id;
87 *out_pkey_nid = triple->pkey_id;
107 const nid_triple **triple; local
113 triple = bsearch(&pkey, sigoid_srt_xref,
117 if (triple == NULL) {
121 *out_sign_nid = (*triple)->sign_id;
  /external/llvm/test/MC/COFF/
invalid-endef.s 1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
invalid-scl.s 1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
invalid-type.s 1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
  /external/llvm/test/MC/ARM/
thumb2-bxj.s 1 @ RUN: llvm-mc -triple=thumbv6t2--none-eabi -show-encoding < %s | FileCheck %s
2 @ RUN: llvm-mc -triple=thumbv7a--none-eabi -show-encoding < %s | FileCheck %s
3 @ RUN: llvm-mc -triple=thumbv7r--none-eabi -show-encoding < %s | FileCheck %s
4 @ RUN: llvm-mc -triple=thumbv8a--none-eabi -show-encoding < %s | FileCheck %s
5 @ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
2013-03-18-Br-to-label-named-like-reg.s 1 @ RUN: llvm-mc -triple arm-eabi %s -o - | FileCheck %s
align_arm_2_thumb.s 1 @ RUN: llvm-mc -triple armv7-none-linux -filetype=obj -o %t.o %s
2 @ RUN: llvm-objdump -triple thumbv7-none-linux -d %t.o | FileCheck --check-prefix=ARM_2_THUMB %s
4 @ RUN: llvm-mc -triple armv7-apple-darwin -filetype=obj -o %t_darwin.o %s
5 @ RUN: llvm-objdump -triple thumbv7-apple-darwin -d %t_darwin.o | FileCheck --check-prefix=ARM_2_THUMB %s
align_thumb_2_arm.s 1 @ RUN: llvm-mc -triple thumbv7-none-linux -filetype=obj -o %t.o %s
2 @ RUN: llvm-objdump -triple armv7-none-linux -d %t.o | FileCheck --check-prefix=THUMB_2_ARM %s
4 @ RUN: llvm-mc -triple thumbv7-apple-darwin -filetype=obj -o %t_darwin.o %s
5 @ RUN: llvm-objdump -triple armv7-apple-darwin -d %t_darwin.o | FileCheck --check-prefix=THUMB_2_ARM %s
  /external/llvm/test/MC/X86/
x86_nop.s 1 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=generic %s | llvm-objdump -d - | FileCheck %s
2 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i386 %s | llvm-objdump -d - | FileCheck %s
3 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i486 %s | llvm-objdump -d - | FileCheck %s
4 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i586 %s | llvm-objdump -d - | FileCheck %s
5 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium %s | llvm-objdump -d - | FileCheck %s
6 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium-mmx %s | llvm-objdump -d - | FileCheck %s
7 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=geode %s | llvm-objdump -d - | FileCheck %s
8 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i686 %s | llvm-objdump -d - | FileCheck %s
9 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6 %s | llvm-objdump -d - | FileCheck %s
10 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6-2 %s | llvm-objdump -d - | FileCheck %
    [all...]
  /external/llvm/test/MC/MachO/ARM/
llvm-objdump-macho-stripped.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-ios -filetype=obj -o - < %s | llvm-objdump -d -macho -triple=thumbv7-apple-ios - | FileCheck %s

Completed in 283 milliseconds

1 2 3 4 5 6 7 8 91011>>