Searched
full:x86 (Results
926 -
950 of
5961) sorted by null
<<31323334353637383940>>
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86ELFObjectWriter.cpp | 1 //===-- X86ELFObjectWriter.cpp - X86 ELF Writer ---------------------------===// 65 case X86::reloc_signed_4byte: 66 case X86::reloc_riprel_4byte_movq_load: 67 case X86::reloc_riprel_4byte: 116 case X86::reloc_signed_4byte: 150 case X86::reloc_global_offset_table: 154 case X86::reloc_signed_4byte: 173 case X86::reloc_global_offset_table: 179 case X86::reloc_signed_4byte:
|
X86MCAsmInfo.cpp | 1 //===-- X86MCAsmInfo.cpp - X86 asm properties -----------------------------===// 31 AsmWriterFlavor("x86-asm-syntax", cl::init(ATT), 32 cl::desc("Choose style of code to emit from X86 backend:"), 82 // For ELF, x86-64 pointer size depends on the ABI. 83 // For x86-64 without the x32 ABI, pointer size is 8. For x86 and for x86-64 87 // OTOH, stack slot size is always 8 for x86-64, even with the x32 ABI. 110 T.getArch() == Triple::x86)
|
X86WinCOFFObjectWriter.cpp | 1 //===-- X86WinCOFFObjectWriter.cpp - X86 Win COFF Writer ------------------===// 55 case X86::reloc_riprel_4byte: 56 case X86::reloc_riprel_4byte_movq_load: 59 case X86::reloc_signed_4byte:
|
/external/llvm/test/CodeGen/X86/ |
2007-03-24-InlineAsmVectorOp.ll | 1 ; RUN: llc < %s -mcpu=yonah -march=x86 | FileCheck %s
|
2007-10-29-ExtendSetCC.ll | 1 ; RUN: llc < %s -march=x86 | grep mov | count 1
|
2007-11-01-ISelCrash.ll | 1 ; RUN: llc < %s -march=x86
|
2008-03-19-DAGCombinerBug.ll | 1 ; RUN: llc < %s -march=x86
|
2008-06-18-BadShuffle.ll | 1 ; RUN: llc < %s -march=x86 -mcpu=i386 -mattr=+sse2 | grep pinsrw
|
2008-06-25-VecISelBug.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep pslldq
|
2008-09-29-VolatileBug.ll | 1 ; RUN: llc < %s -march=x86 | not grep movz
|
2008-10-06-MMXISelBug.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2
|
2008-10-24-FlippedCompare.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 -o - | not grep "ucomiss[^,]*esp"
|
2009-01-31-BigShift2.ll | 1 ; RUN: llc < %s -march=x86 | grep "mov.*56"
|
2009-03-03-BitcastLongDouble.ll | 1 ; RUN: llc < %s -march=x86
|
2009-04-12-picrel.ll | 1 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -march=x86-64 -relocation-model=static -code-model=small > %t
|
2009-05-19-SingleElementExtractElement.ll | 1 ; RUN: llc < %s -march=x86-64
|
2009-05-28-DAGCombineCrash.ll | 1 ; RUN: llc < %s -march=x86-64
|
2009-07-19-AsmExtraOperands.ll | 1 ; RUN: llc < %s -march=x86-64
|
2009-08-19-LoadNarrowingMiscompile.ll | 1 ; RUN: llc < %s -march=x86 -mtriple=i386-pc-linux | FileCheck %s
|
20090313-signext.ll | 1 ; RUN: llc < %s -march=x86-64 -relocation-model=pic > %t
|
2010-02-23-DAGCombineBug.ll | 1 ; RUN: llc < %s -march=x86 | FileCheck %s
|
2010-11-18-SelectOfExtload.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+cmov | FileCheck %s
|
2011-06-14-PreschedRegalias.ll | 1 ; RUN: llc < %s -march=x86-64 -stress-sched | FileCheck %s
|
2011-09-18-sse2cmp.ll | 1 ;RUN: llc < %s -march=x86 -mcpu=yonah -mattr=+sse2,-sse41 | FileCheck %s
|
2011-10-27-tstore.ll | 1 ; RUN: llc < %s -march=x86-64 -mcpu=corei7 | FileCheck %s
|
Completed in 1306 milliseconds
<<31323334353637383940>>