This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
Bochs
Watch
1
Star
0
Fork
0
You've already forked Bochs
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Bochs
/
bochs
/
cpu
/
avx
History
Stanislav Shwartsman
5dc5e01a12
disasm fixes and reorg of pinsr* opcodes
2017-12-16 18:34:20 +00:00
..
avx2.cc
…
avx512_bitalg.cc
implemented AVX-512 BITALG instructions/bugfix for VPOPCNT instructions
2017-10-15 20:33:19 +00:00
avx512_cvt.cc
…
avx512_fma.cc
…
avx512_mask8.cc
…
avx512_mask16.cc
…
avx512_mask32.cc
…
avx512_mask64.cc
…
avx512_move.cc
…
avx512_pfp.cc
…
avx512_rcp14.cc
…
avx512_rsqrt14.cc
…
avx512_vnni.cc
implemented GFNI instructions
2017-10-21 19:57:12 +00:00
avx512.cc
implemented (experimental, still untested) AVX512 VBMI2 extensions
2017-10-20 18:38:15 +00:00
avx_cvt.cc
…
avx_fma.cc
…
avx_pfp.cc
…
avx.cc
disasm fixes and reorg of pinsr* opcodes
2017-12-16 18:34:20 +00:00
gather.cc
…
Makefile.in
small change to extract ia_opcodes.h from instr.h to dedicated file. this would remove compilation dep of all files on ia_opcodes.h (now called ia_opcdes.def). regenerating dep ober all files in Makefiles.in
2017-10-19 21:27:25 +00:00
tbm32.cc
…
tbm64.cc
…
xop.cc
…