aboutsummaryrefslogtreecommitdiffhomepage
path: root/gen/gen_code.cpp
AgeCommit message (Expand)Author
2018-02-07vmov* supports [mem]|k|zv5.61MITSUNARI Shigeo
2018-01-05add vgf2p8mulbMITSUNARI Shigeo
2018-01-05add gf2p8affineqbMITSUNARI Shigeo
2018-01-05add gf2p8affineinvqbMITSUNARI Shigeo
2018-01-04vpclmulqdq supports AVX-512MITSUNARI Shigeo
2017-12-30vaes* supports AVX-512MITSUNARI Shigeo
2017-08-22fix mpx encodingv5.53MITSUNARI Shigeo
2017-08-22add bnd(0xf2) prefix for MPXMITSUNARI Shigeo
2017-08-17align() uses multibyte nopMITSUNARI Shigeo
2017-08-08add mpxMITSUNARI Shigeo
2017-08-08support sha(thanks to magrosan)MITSUNARI Shigeo
2017-08-08refactor gen_code.cppMITSUNARI Shigeo
2017-08-07add prefetchwRoman Dubtsov
2017-07-12change int to size_t in gen_code.cppMITSUNARI Shigeo
2017-07-12add //-V524 for jcc*, cmov*, set*MITSUNARI Shigeo
2017-05-13add repMITSUNARI Shigeo
2017-05-13add movs{b,w,d,q}v5.42MITSUNARI Shigeo
2017-01-26support prefetchwt1v5.41MITSUNARI Shigeo
2016-12-08fix encoding of vpbroadcast{b,w,d,q}, vpinsr{b,w}, vpextr{b,w} for disp8Nv5.33MITSUNARI Shigeo
2016-11-20add vptest for ymmv5.11MITSUNARI Shigeo
2016-08-03update documentMITSUNARI Shigeo
2016-08-03refactoringMITSUNARI Shigeo
2016-07-24add some error check ; refactorMITSUNARI Shigeo
2016-07-24use opVexMITSUNARI Shigeo
2016-07-20cvt* functions are all okMITSUNARI Shigeo
2016-07-18vcvtsd2si, etc.MITSUNARI Shigeo
2016-07-18add vcvtph2ps, vcvtps2phMITSUNARI Shigeo
2016-07-18add vcvtpd2dq, vcvtpd2udqMITSUNARI Shigeo
2016-07-18current tests are okMITSUNARI Shigeo
2016-07-18vpmov* are okMITSUNARI Shigeo
2016-07-18fma is okMITSUNARI Shigeo
2016-07-18remove T_N16 | T_N_VLMITSUNARI Shigeo
2016-07-18default T_N16 | T_N_VLMITSUNARI Shigeo
2016-07-18put512_X_X_XM() is okMITSUNARI Shigeo
2016-07-18putX_XM is okMITSUNARI Shigeo
2016-07-17vmov* support disp8NMITSUNARI Shigeo
2016-07-17vmov* support disp8NMITSUNARI Shigeo
2016-07-17v(p)broadcast* supports disp8NMITSUNARI Shigeo
2016-07-17fix vcomp*, vucomp* of disp8NMITSUNARI Shigeo
2016-07-17add disp8N constMITSUNARI Shigeo
2016-07-17vcvtpd2dq is ok ; add ywordMITSUNARI Shigeo
2016-07-17fix encoding of vpsrlvq, vsqrtpdMITSUNARI Shigeo
2016-07-15add vcvtdq2pd, vcvtdq2psMITSUNARI Shigeo
2016-07-14add vpermd, vpermps, vpermqMITSUNARI Shigeo
2016-07-14add vpermilps, vpermilpdMITSUNARI Shigeo
2016-07-14add vperm{b,w,d}MITSUNARI Shigeo
2016-07-14add vinsertf{32x4,64x2,32x8,64x4}MITSUNARI Shigeo
2016-07-14add vextract{f,i}{32x4,64x2,32x8,64x4}, vextractpsMITSUNARI Shigeo
2016-07-14vpunpck{h,l}{bw,wd,dq,qdq}MITSUNARI Shigeo
2016-07-13add vpmul{dq,udq,hrsw, huw, hw, ld, lq, lw}MITSUNARI Shigeo