HomeSort by relevance Sort by last modified time
    Searched refs:triple (Results 1 - 25 of 319) 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 -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_incbin.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
directive_line.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s
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_subsections_via_symbols.s 1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
conditional_asm.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
directive_file.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_loc.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s
directive_thread_init_func.s 1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
directive_darwin_section.s 1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
directive_tbss.s 1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
  /external/llvm/bindings/python/llvm/tests/
test_disassembler.py 11 triple = 'i686-apple-darwin9'
13 disassembler = Disassembler(triple)
32 triple = 'arm-linux-android'
34 disassembler = Disassembler(triple)
  /external/llvm/test/MC/ARM/
arm_word_directive.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown %s | FileCheck %s
deprecated-v8.s 1 @ RUN: llvm-mc -triple armv8 -show-encoding < %s 2>&1 | FileCheck %s
  /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
  /external/llvm/test/MC/X86/AlignedBundling/
bundle-group-too-large-error.s 1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
lock-without-bundle-mode-error.s 1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
unlock-without-lock-error.s 1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
  /external/llvm/test/MC/X86/
x86_directives.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
  /external/llvm/test/MC/PowerPC/
ppc-nop.s 1 # RUN: llvm-mc -filetype=obj -triple=powerpc-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileCheck %s
2 # RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileCheck %s
  /external/llvm/test/MC/ELF/
elf_directive_previous.s 1 # RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s

Completed in 383 milliseconds

1 2 3 4 5 6 7 8 91011>>