Searched defs:x86 (Results 1 - 16 of 16) sorted by relevance

/external/swiftshader/src/Reactor/
H A Dx86.hpp19 namespace x86 namespace in namespace:sw
H A DNucleus.cpp34 #include "x86.hpp"
95 const char *architecture = "x86-64";
97 const char *architecture = "x86";
316 x86::emms();
323 x86::emms();
2058 return x86::paddb(lhs, rhs);
2070 return x86::psubb(lhs, rhs);
2097 return As<Byte8>(x86::pand(As<Short4>(lhs), As<Short4>(rhs)));
2109 return As<Byte8>(x86::por(As<Short4>(lhs), As<Short4>(rhs)));
2121 return As<Byte8>(x86
6939 namespace x86 namespace in namespace:sw
[all...]
/external/syslinux/gpxe/src/arch/i386/include/gpxe/
H A Dx86_io.h6 * gPXE I/O API for x86
37 IOAPI_INLINE ( x86, phys_to_bus ) ( unsigned long phys_addr ) { argument
42 IOAPI_INLINE ( x86, bus_to_phys ) ( unsigned long bus_addr ) { argument
47 IOAPI_INLINE ( x86, ioremap ) ( unsigned long bus_addr, size_t len __unused ) { argument
52 IOAPI_INLINE ( x86, iounmap ) ( volatile const void *io_addr __unused ) { argument
57 IOAPI_INLINE ( x86, io_to_bus ) ( volatile const void *io_addr ) { argument
68 IOAPI_INLINE ( x86, _api_func ) ( volatile _type *io_addr ) { \
77 IOAPI_INLINE ( x86, _api_func ) ( _type data, \
92 IOAPI_INLINE ( x86, in ## _insn_suffix ) ( volatile _type *io_addr ) { \
99 IOAPI_INLINE ( x86, in
139 IOAPI_INLINE( x86, iodelay ) argument
149 IOAPI_INLINE( x86, mb ) argument
[all...]
/external/google-breakpad/src/google_breakpad/processor/
H A Ddump_context.h78 void SetContextX86(MDRawContextX86* x86);
94 MDRawContextX86* x86; member in union:google_breakpad::DumpContext::__anon6837
/external/libvpx/libvpx/build/make/
H A Drtcd.pl241 sub x86() { subroutine
253 #include "vpx_ports/x86.h"
393 if ($opts{arch} eq 'x86') {
395 x86;
400 x86;
/external/curl/projects/
H A Dbuild-openssl.bat75 ) else if /i "%~1%" == "x86" (
76 set BUILD_PLATFORM=x86
110 set OS_PLATFORM=x86
112 if defined PROGRAMFILES(x86) (
113 set "PF=%PROGRAMFILES(x86)%"
144 set BUILD_PLATFORM=x86
146 set BUILD_PLATFORM=x86
148 set BUILD_PLATFORM=x86
154 if "%BUILD_PLATFORM%" == "x86" (
155 set VCVARS_PLATFORM=x86
238 :x86 label
[all...]
H A Dbuild-wolfssl.bat61 ) else if /i "%~1" == "x86" (
62 set BUILD_PLATFORM=x86
96 set OS_PLATFORM=x86
98 if defined PROGRAMFILES(x86) (
99 set "PF=%PROGRAMFILES(x86)%"
115 if "%BUILD_PLATFORM%" == "x86" (
116 set VCVARS_PLATFORM=x86
162 :x86 label
293 echo x86 - Perform a 32-bit build
/external/flac/libFLAC/include/private/
H A Dcpu.h154 FLAC__CPUInfo_x86 x86; member in struct:__anon6542
/external/valgrind/coregrind/m_gdbserver/
H A Dvalgrind-low-x86.c126 VexGuestX86State* x86 = (VexGuestX86State*) get_arch (set, tst); local
131 case 0: VG_(transfer) (&x86->guest_EAX, buf, dir, size, mod); break;
132 case 1: VG_(transfer) (&x86->guest_ECX, buf, dir, size, mod); break;
133 case 2: VG_(transfer) (&x86->guest_EDX, buf, dir, size, mod); break;
134 case 3: VG_(transfer) (&x86->guest_EBX, buf, dir, size, mod); break;
135 case 4: VG_(transfer) (&x86->guest_ESP, buf, dir, size, mod); break;
136 case 5: VG_(transfer) (&x86->guest_EBP, buf, dir, size, mod); break;
137 case 6: VG_(transfer) (&x86->guest_ESI, buf, dir, size, mod); break;
138 case 7: VG_(transfer) (&x86->guest_EDI, buf, dir, size, mod); break;
139 case 8: VG_(transfer) (&x86
261 VexGuestX86State* x86 = (VexGuestX86State*)&tst->arch.vex; local
[all...]
/external/google-breakpad/src/processor/
H A Ddump_context.cc75 BPLOG(ERROR) << "DumpContext cannot get x86 context";
79 return context_.x86;
192 void DumpContext::SetContextX86(MDRawContextX86* x86) { argument
193 context_.x86 = x86;
227 delete context_.x86;
/external/valgrind/memcheck/tests/vbit-test/
H A Dvtest.h100 unsigned x86 : 1; member in struct:__anon23627
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTriple.h62 x86, // X86: i[3-9]86 enumerator in enum:llvm::Triple::ArchType
370 /// architecture name (e.g., "x86").
/external/syslinux/com32/gplinclude/
H A Dcpuid.h70 m_(bool, lm, /* Long Mode (x86-64) */) \
203 "Cx486", "Cx486", "5x86 ", "6x86", "MediaGX ", "6x86MX ",
228 uint8_t x86; /* CPU family */ member in struct:cpuinfo_x86
/external/libtextclassifier/util/hash/
H A Dfarmhash.cc249 #undef x86 macro
251 #define x86 1 macro
253 #define x86 x86_64
/external/llvm/include/llvm/ADT/
H A DTriple.h74 x86, // X86: i[3-9]86 enumerator in enum:llvm::Triple::ArchType
716 /// architecture name (e.g., "x86").
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h123 x86 = 0x14C, member in class:llvm::pdb::PDB_Checksum::PDB_Machine

Completed in 2799 milliseconds