Searched refs:x86 (Results 51 - 75 of 543) sorted by relevance

1234567891011>>

/freebsd-10.3-release/sys/amd64/include/
H A Dstdarg.h6 #include <x86/stdarg.h>
H A Dsysarch.h6 #include <x86/sysarch.h>
H A Dtrap.h6 #include <x86/trap.h>
H A Ducontext.h6 #include <x86/ucontext.h>
H A Dvdso.h6 #include <x86/vdso.h>
/freebsd-10.3-release/sys/pc98/include/
H A D_align.h6 #include <x86/_align.h>
H A D_inttypes.h6 #include <x86/_inttypes.h>
H A D_limits.h6 #include <x86/_limits.h>
H A D_stdint.h6 #include <x86/_stdint.h>
H A D_types.h6 #include <x86/_types.h>
H A Dendian.h6 #include <x86/endian.h>
H A Dpsl.h6 #include <x86/psl.h>
H A Dptrace.h6 #include <x86/ptrace.h>
H A Dreg.h6 #include <x86/reg.h>
H A Dsetjmp.h6 #include <x86/setjmp.h>
H A Dspecialreg.h6 #include <x86/specialreg.h>
H A Dstdarg.h6 #include <x86/stdarg.h>
H A Dsysarch.h6 #include <x86/sysarch.h>
H A Dtrap.h6 #include <x86/trap.h>
H A Dvdso.h6 #include <x86/vdso.h>
/freebsd-10.3-release/sys/boot/i386/zfsloader/
H A DMakefile6 NEWVERSWHAT= "ZFS enabled bootstrap loader" x86
/freebsd-10.3-release/lib/clang/liblldbPluginUnwindAssemblyX86/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/UnwindAssembly/x86
8 SRCS= UnwindAssembly-x86.cpp
/freebsd-10.3-release/sys/contrib/x86emu/
H A Dx86emu.c185 push_word(emu, (uint16_t) emu->x86.R_FLG);
188 push_word(emu, emu->x86.R_CS);
189 emu->x86.R_CS = fetch_word(emu, 0, intno * 4 + 2);
190 push_word(emu, emu->x86.R_IP);
191 emu->x86.R_IP = fetch_word(emu, 0, intno * 4);
200 if (emu->x86.intr & INTR_SYNCH) {
201 intno = emu->x86.intno;
202 emu->x86.intr = 0;
218 emu->x86.intno = intrnum;
219 emu->x86
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/objects/
H A Dobj_dat.h71 0x2A,0x86,0x48,0x86,0xF7,0x0D, /* [ 0] OBJ_rsadsi */
72 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01, /* [ 6] OBJ_pkcs */
73 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x02, /* [ 13] OBJ_md2 */
74 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x05, /* [ 21] OBJ_md5 */
75 0x2A,0x86,0x48,0x86,
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/TargetInfo/
H A DX86TargetInfo.cpp18 RegisterTarget<Triple::x86, /*HasJIT=*/true>
19 X(TheX86_32Target, "x86", "32-bit X86: Pentium-Pro and above");
22 Y(TheX86_64Target, "x86-64", "64-bit X86: EM64T and AMD64");

Completed in 113 milliseconds

1234567891011>>