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

<<11121314151617181920>>

  /external/llvm/test/MC/Mips/mips32r3/
invalid-mips64r2.s 3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding \
  /external/llvm/test/MC/Mips/mips32r5/
invalid-mips64r2.s 3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding \
  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips2-wrong-error.s 4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
invalid-mips4-wrong-error.s 4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
invalid-mips5-wrong-error.s 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
invalid-mips5.s 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
  /external/llvm/test/MC/Mips/mips4/
invalid-mips32.s 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips4 \
invalid-mips5.s 3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
  /external/llvm/test/MC/Mips/mips5/
invalid-mips32.s 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips5 \
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips4-wrong-error.s 4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
  /external/llvm/test/MC/Mips/
mips_directives_bad.s 2 # RUN: not llvm-mc -triple mips-unknown-unknown %s 2>&1 | FileCheck %s
set-mips0-directive.s 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 | \
set-nodsp.s 1 # RUN: not llvm-mc %s -mcpu=mips32 -mattr=+dsp -triple mips-unknown-linux 2>%t1
higher-highest-addressing.s 1 # RUN: llvm-mc -filetype=obj -triple=mips64el-unknown-linux -mcpu=mips64r2 %s \
2 # RUN: | llvm-objdump -disassemble -triple mips64el - | FileCheck %s
4 # RUN: llvm-mc -filetype=obj -triple=mips64el-unknown-linux -mcpu=mips64r2 %s \
nabi-regs.s 6 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
9 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
12 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
  /external/llvm/test/MC/X86/AlignedBundling/
pad-bundle-groups.s 1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
3 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - \
relax-in-bundle-group.s 1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
3 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - \
switch-section-locked-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/
gnux32-dwarf-gen.s 1 # RUN: llvm-mc -g -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t.64
4 # RUN: llvm-mc -g -filetype=obj -triple x86_64-pc-linux-gnux32 %s -o %t.32
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMEmulation.cpp 49 if (pConfig.targets().triple().isOSDarwin()) {
53 if (pConfig.targets().triple().isOSWindows()) {
  /external/llvm/test/MC/ARM/
deprecated-v8.s 1 @ RUN: llvm-mc -triple armv8 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ARMV8
2 @ RUN: llvm-mc -triple thumbv8 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMBV8
3 @ RUN: llvm-mc -triple armv7 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ARMV7
4 @ RUN: llvm-mc -triple thumbv7 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMBV7
5 @ RUN: llvm-mc -triple armv6 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ARMV6
  /external/lldb/examples/python/
diagnose_unwind.py 62 if initial_fp == lldb.LLDB_INVALID_ADDRESS and target.triple[0:3] == "arm":
94 if target.triple[0:6] == "x86_64" or target.triple[0:4] == "i386" or target.triple[0:3] == "arm":
103 if target.triple[0:3] == "arm" and (next_pc & 1) == 1:
225 if target.triple[0:6] == "x86_64" or target.triple[0:4] == "i386":
237 if target.triple[0:6] == "x86_64" or target.triple[0:4] == "i386":
  /external/lldb/include/lldb/API/
SBInstruction.h 73 DumpEmulation (const char * triple); // triple is to specify the architecture, e.g. 'armv6' or 'armv7-apple-ios'
  /external/lldb/source/API/
SBModuleSpec.cpp 108 std::string triple (m_opaque_ap->GetArchitecture().GetTriple().str());
112 ConstString const_triple (triple.c_str());
117 SBModuleSpec::SetTriple (const char *triple)
119 m_opaque_ap->GetArchitecture().SetTriple(triple);
  /external/llvm/bindings/python/llvm/
disassembler.py 62 Disassembler instances are tied to specific "triple," which must be defined
67 def __init__(self, triple):
70 The triple argument is the triple to create the disassembler for. This
76 ptr = lib.LLVMCreateDisasm(c_char_p(triple), c_void_p(None), c_int(0),
79 raise Exception('Could not obtain disassembler for triple: %s' %
80 triple)

Completed in 675 milliseconds

<<11121314151617181920>>