HomeSort by relevance Sort by last modified time
    Searched full:x86 (Results 1351 - 1375 of 4487) sorted by null

<<51525354555657585960>>

  /external/markdown/MarkdownTest/Tests_2004/
Links, inline style.text-out 5 "HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org">
Links, inline style.text-res 5 "HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org">
Strong and em together.text-out 5 "HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org">
Strong and em together.text-res 5 "HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org">
Yuri-Email.text-out 5 "HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org">
Yuri-Email.text-res 5 "HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org">
Yuri-Links-in-Headers.text-out 5 "HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org">
Yuri-Links-in-Headers.text-res 5 "HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org">
  /external/netcat/data/
nfs-0.d 21 0x86
  /external/srec/make/asr/
Makefile.config 18 ifeq ($(TARGET_ARCH),x86)
  /external/valgrind/main/none/tests/
nestedfns.c 4 modifying code on the stack, at least on x86 and amd64. It now
shell.stderr.exp 1 ./shell: ./x86/: is a directory
  /prebuilt/linux-x86/sdl/lib/pkgconfig/
sdl.pc 3 prefix=/opt/digit/cupcake/android/prebuilt/linux-x86/sdl
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sembuf.h 5 * The semid64_ds structure for x86 architecture.
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/
SdkManagerTest.java 69 "SystemImage ABI=x86, location in platform subfolder='$SDK/platforms/v0_0/images/x86']",
73 // The x86 one from the platform subfolder is still visible.
89 "SystemImage ABI=x86, location in platform subfolder='$SDK/platforms/v0_0/images/x86']",
118 "SystemImage ABI=x86, location in system image='$SDK/system-images/android-0/x86']",
134 "SystemImage ABI=x86, location in system image='$SDK/system-images/android-0/x86']",
  /external/valgrind/tsan/offline_tests/
301.tst.gz 
311.tst.gz 
  /external/llvm/test/CodeGen/X86/
2006-05-01-SchedCausingSpills.ll 1 ; RUN: llc < %s -march=x86 -mcpu=yonah -stats |& \
16 %tmp74 = tail call <4 x float> @llvm.x86.sse.cmp.ps( <4 x float> %tmp52, <4 x float> %tmp44, i8 1 ) ; <<4 x float>> [#uses=1]
18 %tmp88 = tail call <4 x float> @llvm.x86.sse.cmp.ps( <4 x float> %tmp44, <4 x float> %tmp61, i8 1 ) ; <<4 x float>> [#uses=1]
20 %tmp98 = tail call <8 x i16> @llvm.x86.sse2.packssdw.128( <4 x i32> %tmp75, <4 x i32> %tmp89 ) ; <<4 x i32>> [#uses=1]
31 %tmp133 = tail call <4 x float> @llvm.x86.sse.cmp.ps( <4 x float> %tmp109.upgrd.3, <4 x float> %tmp44, i8 1 ) ; <<4 x float>> [#uses=1]
33 %tmp147 = tail call <4 x float> @llvm.x86.sse.cmp.ps( <4 x float> %tmp44, <4 x float> %tmp120, i8 1 ) ; <<4 x float>> [#uses=1]
35 %tmp159 = tail call <8 x i16> @llvm.x86.sse2.packssdw.128( <4 x i32> %tmp134, <4 x i32> %tmp148 ) ; <<4 x i32>> [#uses=1]
46 %tmp194 = tail call <4 x float> @llvm.x86.sse.cmp.ps( <4 x float> %tmp170.upgrd.5, <4 x float> %tmp44, i8 1 ) ; <<4 x float>> [#uses=1]
48 %tmp208 = tail call <4 x float> @llvm.x86.sse.cmp.ps( <4 x float> %tmp44, <4 x float> %tmp181, i8 1 ) ; <<4 x float>> [#uses=1]
50 %tmp220 = tail call <8 x i16> @llvm.x86.sse2.packssdw.128( <4 x i32> %tmp195, <4 x i32> %tmp209 ) ; <<4 x i32>> [#uses=1
    [all...]
  /external/valgrind/main/docs/internals/
3_1_BUGSTATUS.txt 32 wontfix 124697 vex x86->IR: 0xF 0x70 0xC9 0x0 (pshufw)
33 vx1603 fixed 124892 vex x86->IR: 0xF3 0xAE (REPx SCASB)
47 segfaults on 2.4.24-cm32lnxi6plsd2pcsmp (x86)
50 vx1607 fixed 126253 x86 movx is wrong
53 n-i-bz none/tests/x86/int patch (devs, 29 Apr)
56 vx1611 fixed 126243 vex x86->IR: popw mem
57 low 125265 vex x86->IR: 0xD9 0xD0 (fnop)
58 low 126257 vex x86->IR: 0xF2 0x0F 0xF0 0x40 (lddqu) (sse3)
59 low 126258 vex x86->IR: 0xDF 0x4D (fisttp) (sse3)
85 v5470 v5479 117332 missing line info with icc 8.1 (x86)
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
cmpxchg_32.h 27 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
28 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_local((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
  /build/target/board/vbox_x86/
BoardConfig.mk 5 TARGET_ARCH=x86
14 TARGET_CPU_ABI := x86
  /dalvik/vm/mterp/
rebuild.sh 23 for arch in portable allstubs armv5te armv5te-vfp armv7-a armv7-a-neon x86 x86-atom; do TARGET_ARCH_EXT=$arch make -f Makefile-mterp; done
  /development/ndk/platforms/android-9/arch-x86/include/asm/
cmpxchg_32.h 27 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
28 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_local((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
  /external/clang/test/CodeGenCXX/
array-construction.cpp 1 // REQUIRES: x86-registered-target,x86-64-registered-target
array-operator-delete-call.cpp 1 // REQUIRES: x86-registered-target,x86-64-registered-target

Completed in 379 milliseconds

<<51525354555657585960>>