Searched refs:x86 (Results 1 – 25 of 155) sorted by relevance
1234567
| /f-stack/freebsd/contrib/x86emu/ |
| H A D | x86emu.c | 2256 emu->x86.R_AX = emu->x86.R_CX; in x86emuOp_xchg_word_AX_CX() 2276 emu->x86.R_AX = emu->x86.R_DX; in x86emuOp_xchg_word_AX_DX() 2296 emu->x86.R_AX = emu->x86.R_BX; in x86emuOp_xchg_word_AX_BX() 2316 emu->x86.R_AX = emu->x86.R_SP; in x86emuOp_xchg_word_AX_SP() 2336 emu->x86.R_AX = emu->x86.R_BP; in x86emuOp_xchg_word_AX_BP() 2356 emu->x86.R_AX = emu->x86.R_SI; in x86emuOp_xchg_word_AX_SI() 2376 emu->x86.R_AX = emu->x86.R_DI; in x86emuOp_xchg_word_AX_DI() 2807 store_byte(emu, emu->x86.R_ES, emu->x86.R_DI, emu->x86.R_AL); in x86emuOp_stos_byte() 3354 emu->x86.R_SP = emu->x86.R_BP; in x86emuOp_leave() 5264 hw_cpuid(&emu->x86.R_EAX, &emu->x86.R_EBX, &emu->x86.R_ECX, in x86emuOp2_cpuid() [all …]
|
| H A D | x86emu_regs.h | 118 #define SET_FLAG(flag) (emu->x86.R_FLG |= (flag)) 119 #define CLEAR_FLAG(flag) (emu->x86.R_FLG &= ~(flag)) 120 #define ACCESS_FLAG(flag) (emu->x86.R_FLG & (flag)) 121 #define CLEARALL_FLAG(m) (emu->x86.R_FLG = 0)
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/msvc/ |
| H A D | jemalloc_vc2015.sln | 18 Debug|x86 = Debug|x86 20 Debug-static|x86 = Debug-static|x86 22 Release|x86 = Release|x86 24 Release-static|x86 = Release-static|x86 29 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug|x86.ActiveCfg = Debug|Win32 30 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug|x86.Build.0 = Debug|Win32 37 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Release|x86.ActiveCfg = Release|Win32 38 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Release|x86.Build.0 = Release|Win32 45 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x86.ActiveCfg = Debug|Win32 46 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x86.Build.0 = Debug|Win32 [all …]
|
| H A D | jemalloc_vc2017.sln | 18 Debug|x86 = Debug|x86 20 Debug-static|x86 = Debug-static|x86 22 Release|x86 = Release|x86 24 Release-static|x86 = Release-static|x86 29 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug|x86.ActiveCfg = Debug|Win32 30 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug|x86.Build.0 = Debug|Win32 37 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Release|x86.ActiveCfg = Release|Win32 38 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Release|x86.Build.0 = Release|Win32 45 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x86.ActiveCfg = Debug|Win32 46 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x86.Build.0 = Debug|Win32 [all …]
|
| /f-stack/freebsd/contrib/libsodium/packaging/nuget/ |
| H A D | package.gsl | 53 <!-- x86 Dynamic libraries (.dll) --> 57 <!-- x86 Debugging symbols (.pdb) --> 61 <!-- x86 Import libraries (.imp.lib) --> 65 <!-- x86 Export libraries (.exp) --> 69 <!-- x86 Static libraries (.lib) --> 73 <!-- x86 Static link time code generation libraries (.ltcg.lib) --> 141 …<AdditionalDependencies>$(package.target)-x86-$(package.platformtoolset)-mt-s-$(package.pathversio… 146 …<AdditionalDependencies>$(package.target)-x86-$(package.platformtoolset)-mt-sgd-$(package.pathvers… 163 …<AdditionalDependencies>$(package.target)-x86-$(package.platformtoolset)-mt-s-$(package.pathversio… 185 …<AdditionalDependencies>$(package.target)-x86-$(package.platformtoolset)-mt-$(package.pathversion)… [all …]
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | openwrt.rst | 8 OpenWrt in both a virtual and physical x86 environment. 30 * Select ``x86`` in ``Target System`` 59 ``<OpenWrt Root>/bin/targets/x86/64-glibc/``. 68 NUMA is required to run DPDK in x86. 82 …export PATH=<OpenWrt SDK>/glibc/openwrt-sdk-x86-64_gcc-8.3.0_glibc.Linux-x86_64/staging_dir/toolch… 116 gzip -d openwrt-x86-64-combined-ext4.img.gz 129 …-drive file=<Your OpenWrt images folder>/openwrt-x86-64-combined-ext4.img,id=d0,if=none,bus=0,unit… 145 dd if=openwrt-18.06.1-x86-64-combined-squashfs.img of=/dev/sdX
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | .appveyor.yml | 10 MSVC: x86 21 MSVC: x86 32 …- if defined MSVC call "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %MSV…
|
| /f-stack/dpdk/doc/guides/vdpadevs/features/ |
| H A D | ifcvf.ini | 7 x86-32 = Y 8 x86-64 = Y
|
| H A D | mlx5.ini | 25 x86-32 = Y 26 x86-64 = Y
|
| /f-stack/freebsd/contrib/xz-embedded/linux/scripts/ |
| H A D | xz_wrap.sh | 16 x86) BCJ=--x86 ;;
|
| /f-stack/dpdk/doc/guides/nics/features/ |
| H A D | memif.ini | 12 x86-32 = Y 13 x86-64 = Y
|
| H A D | vhost.ini | 12 x86-32 = Y 13 x86-64 = Y
|
| H A D | pcap.ini | 13 x86-32 = Y 14 x86-64 = Y
|
| H A D | ice_dcf.ini | 18 x86-32 = Y 19 x86-64 = Y
|
| H A D | axgbe.ini | 21 x86-32 = Y 22 x86-64 = Y
|
| H A D | netvsc.ini | 21 x86-32 = Y 22 x86-64 = Y
|
| H A D | ena.ini | 22 x86-32 = Y 23 x86-64 = Y
|
| H A D | tap.ini | 26 x86-32 = Y 27 x86-64 = Y
|
| H A D | cxgbevf.ini | 27 x86-32 = Y 28 x86-64 = Y
|
| H A D | virtio.ini | 27 x86-32 = Y 28 x86-64 = Y
|
| H A D | fm10k_vf.ini | 30 x86-32 = Y 31 x86-64 = Y
|
| H A D | failsafe.ini | 29 x86-32 = Y 30 x86-64 = Y
|
| H A D | vmxnet3.ini | 28 x86-32 = Y 29 x86-64 = Y
|
| /f-stack/freebsd/contrib/libsodium/dist-build/ |
| H A D | Makefile.am | 9 android-x86.sh \ 16 nativeclient-x86.sh \
|
| /f-stack/freebsd/contrib/zlib/contrib/ |
| H A D | README.contrib | 29 GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64 36 Tuned x86 gcc asm code to replace inflate_fast() 49 x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to 50 replace longest_match() and inflate_fast(), also masm x86 54 x86 asm code to replace longest_match() and inflate_fast(),
|
1234567