Searched defs:x86 (Results 1 - 6 of 6) sorted by path

/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Drtcd.pl241 sub x86() { subroutine
253 #include "vpx_ports/x86.h"
362 if ($opts{arch} eq 'x86') {
364 x86;
369 x86;
/external/compiler-rt/
H A DAndroid.mk225 $(if $(findstring $(1),x86),$(call get-libcompiler-rt-x86-source-files),
227 $(if $(findstring $(1),x32),$(call get-libcompiler-rt-x86-source-files),
289 define get-libcompiler-rt-x86-source-files
333 LOCAL_SRC_FILES_x86 := $(call get-libcompiler-rt-source-files,x86)
335 LOCAL_MODULE_TARGET_ARCH := arm arm64 mips mips64 x86 x86_64
375 LOCAL_MODULE_TARGET_ARCH := arm arm64 mips mips64 x86 x86_64
/external/libvpx/libvpx/build/make/
H A Drtcd.pl239 sub x86() { subroutine
251 #include "vpx_ports/x86.h"
357 if ($opts{arch} eq 'x86') {
359 x86;
364 x86;
/external/llvm/include/llvm/ADT/
H A DTriple.h71 x86, // X86: i[3-9]86 enumerator in enum:llvm::Triple::ArchType
510 /// architecture name (e.g., "x86").
/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low-x86.c127 VexGuestX86State* x86 = (VexGuestX86State*) get_arch (set, tst); local
132 case 0: VG_(transfer) (&x86->guest_EAX, buf, dir, size, mod); break;
133 case 1: VG_(transfer) (&x86->guest_ECX, buf, dir, size, mod); break;
134 case 2: VG_(transfer) (&x86->guest_EDX, buf, dir, size, mod); break;
135 case 3: VG_(transfer) (&x86->guest_EBX, buf, dir, size, mod); break;
136 case 4: VG_(transfer) (&x86->guest_ESP, buf, dir, size, mod); break;
137 case 5: VG_(transfer) (&x86->guest_EBP, buf, dir, size, mod); break;
138 case 6: VG_(transfer) (&x86->guest_ESI, buf, dir, size, mod); break;
139 case 7: VG_(transfer) (&x86->guest_EDI, buf, dir, size, mod); break;
140 case 8: VG_(transfer) (&x86
[all...]
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dvtest.h75 unsigned x86 : 1; member in struct:__anon33082

Completed in 309 milliseconds