HomeSort by relevance Sort by last modified time
    Searched full:x86 (Results 1176 - 1200 of 5961) sorted by null

<<41424344454647484950>>

  /external/llvm/include/llvm/MC/
MCDirectives.h 50 MCAF_Code16, ///< .code16 (X86) / .code 16 (ARM)
51 MCAF_Code32, ///< .code32 (X86) / .code 32 (ARM)
52 MCAF_Code64 ///< .code64 (X86)
  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 1 //===-- X86AsmPrinter.h - X86 implementation of AsmPrinter ------*- C++ -*-===//
13 #include "X86.h"
34 return "X86 Assembly / Object Emitter";
  /external/llvm/test/CodeGen/X86/
2008-08-23-64Bit-maskmovq.ll 1 ; RUN: llc < %s -march=x86-64
22 tail call void @llvm.x86.mmx.maskmovq( x86_mmx %tmp, x86_mmx %tmp2, i8* null ) nounwind
29 declare void @llvm.x86.mmx.maskmovq(x86_mmx, x86_mmx, i8*) nounwind
fold-pcmpeqd-2.ll 4 ; This testcase should need to spill the -1 value on both x86-32 and x86-64,
37 %tmp78 = call <4 x float> @llvm.x86.sse.min.ps(<4 x float> < float 1.280000e+02, float 1.280000e+02, float 1.280000e+02, float 1.280000e+02 >, <4 x float> zeroinitializer) nounwind ; <<4 x float>> [#uses=2]
38 %tmp79 = call <4 x i32> @llvm.x86.sse2.cvttps2dq(<4 x float> %tmp78) nounwind ; <<4 x i32>> [#uses=1]
39 %tmp80 = call <4 x float> @llvm.x86.sse2.cvtdq2ps(<4 x i32> %tmp79) nounwind ; <<4 x float>> [#uses=1]
56 %cmpunord.i11 = call <4 x float> @llvm.x86.sse.cmp.ps(<4 x float> zeroinitializer, <4 x float> zeroinitializer, i8 3) nounwind ; <<4 x float>> [#uses=1]
63 %tmp83 = call <4 x float> @llvm.x86.sse.min.ps(<4 x float> %mul310, <4 x float> zeroinitializer) nounwind ; <<4 x float>> [#uses=1]
72 %tmp84 = call <4 x float> @llvm.x86.sse.min.ps(<4 x float> %mul313, <4 x float> zeroinitializer) nounwind ; <<4 x float>> [#uses=1]
87 declare <4 x float> @llvm.x86.sse.cmp.ps(<4 x float>, <4 x float>, i8) nounwind readnone
89 declare <4 x float> @llvm.x86.sse2.cvtdq2ps(<4 x i32>) nounwind readnon
    [all...]
fp-stack-2results.ll 1 ; RUN: llc < %s -march=x86 | grep fldz
2 ; RUN: llc < %s -march=x86-64 | grep fld1
6 ; This is basically this code on x86-64:
limited-prec.ll 1 ; RUN: llc < %s -limit-float-precision=6 -march=x86 | \
3 ; RUN: llc < %s -limit-float-precision=12 -march=x86 | \
5 ; RUN: llc < %s -limit-float-precision=18 -march=x86 | \
  /external/llvm/test/Transforms/ScalarRepl/
2006-11-07-InvalidArrayPromote.ll 6 %tmp = call <4 x i32> @llvm.x86.sse2.cvttps2dq( <4 x float> %v0 ) ; <<4 x i32>> [#uses=2]
10 %tmp10 = call <4 x i32> @llvm.x86.sse2.cvttps2dq( <4 x float> %v1 ) ; <<4 x i32>> [#uses=2]
19 declare <4 x i32> @llvm.x86.sse2.cvttps2dq(<4 x float>)
  /external/valgrind/main/include/
Makefile.am 49 vki/vki-posixtypes-x86-linux.h \
56 vki/vki-x86-linux.h \
63 vki/vki-scnums-x86-linux.h \
  /external/valgrind/main/none/tests/x86/
Makefile.in 61 bug125959-x86$(EXEEXT) bug126147-x86$(EXEEXT) \
62 bug132813-x86$(EXEEXT) bug135421-x86$(EXEEXT) \
63 bug137714-x86$(EXEEXT) bug152818-x86$(EXEEXT) \
81 subdir = none/tests/x86
117 bug125959_x86_SOURCES = bug125959-x86.c
118 bug125959_x86_OBJECTS = bug125959-x86.$(OBJEXT)
120 bug126147_x86_SOURCES = bug126147-x86.
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 1 //===-- X86MCCodeEmitter.cpp - Convert X86 code to machine code -----------===//
47 return (STI.getFeatureBits() & X86::Mode64Bit) != 0;
52 return (STI.getFeatureBits() & X86::Mode64Bit) == 0;
59 // On regular x86, both XMM0-XMM7 and XMM8-XMM15 are encoded in the range
82 assert(X86::K0 != MI.getOperand(OpNum).getReg() &&
221 const MCOperand &BaseReg = MI.getOperand(Op+X86::AddrBaseReg);
222 const MCOperand &IndexReg = MI.getOperand(Op+X86::AddrIndexReg);
225 X86MCRegisterClasses[X86::GR32RegClassID].contains(BaseReg.getReg())) ||
227 X86MCRegisterClasses[X86::GR32RegClassID].contains(IndexReg.getReg())))
236 const MCOperand &BaseReg = MI.getOperand(Op+X86::AddrBaseReg)
    [all...]
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 20 #include "utils/x86/managed_register_x86.h"
24 namespace x86 { namespace in namespace:art
94 // We spill the argument registers on X86 to free them up for scratch use, we then assume
164 } // namespace x86
  /cts/tests/src/android/os/cts/
CpuFeatures.java 27 public static final String X86ABI = "x86";
  /dalvik/vm/mterp/x86/
binop.S 5 * This could be an x86 instruction or a function call. (If the result
binopLit16.S 5 * This could be an x86 instruction or a function call. (If the result
binopLit8.S 5 * This could be an x86 instruction or a function call. (If the result
  /development/build/tools/
patch_windows_sdk.sh 74 ${TOPDIR}out/host/linux-x86/bin/atree -f ${TOPDIR}development/build/sdk-windows-x86.atree \
75 -I $WIN_OUT_DIR/host/windows-x86 \
90 cp -f $V $WIN_OUT_DIR/host/windows-x86/bin/$i $TEMP_SDK_DIR/../$i
  /external/chromium_org/chrome/browser/extensions/api/system_cpu/
system_cpu_apitest.cc 18 info_.arch_name = "x86";
  /external/chromium_org/chrome/
chrome.user32.delay.imports 9 'architecture': 'x86',
  /external/chromium_org/remoting/host/
logging_win.cc 15 { 0xb5, 0xa2, 0xfb, 0x86, 0x06, 0xb6, 0x6b, 0x02 } };
  /external/chromium_org/third_party/icu/source/test/perf/ucnvavailperf/
ucnvavailperf.vcxproj 40 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\$(Configuration)\</OutDir>
41 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\$(Configuration)\</IntDir>
43 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\$(Configuration)\</OutDir>
44 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\$(Configuration)\</IntDir>
  /external/chromium_org/third_party/mesa/src/src/mesa/libdricore/
Makefile.am 62 -I$(top_builddir)/src/mesa/x86 \
63 -I$(top_srcdir)/src/mesa/x86
69 -I$(top_builddir)/src/mesa/x86-64 \
70 -I$(top_srcdir)/src/mesa/x86-64
  /external/chromium_org/third_party/sqlite/src/test/
tkt1435.test 56 INSERT INTO "Flavors" VALUES(1, '1#x86');
66 values(NULL, 'libhello:script', '/localhost@rpl:linux/0-1-1', '1#x86');
68 values(NULL, 'libhello:user', '/localhost@rpl:linux/0-1-1', '1#x86');
70 values(NULL, 'libhello:runtime', '/localhost@rpl:linux/0-1-1', '1#x86');
  /external/chromium_org/tools/gyp/test/configurations/x64/
gyptest-x86.py 24 for machine, suffix in [('14C machine (x86)', ''),
  /external/chromium_org/tools/gyp/test/ninja/use-custom-environment-files/
gyptest-use-custom-environment-files.py 23 if os.path.exists(test.built_file_path('environment.x86')):
  /external/clang/test/CodeGenObjC/
debug-info-block-helper.m 1 // REQUIRES: x86-64-registered-target

Completed in 2144 milliseconds

<<41424344454647484950>>