aboutsummaryrefslogtreecommitdiffhomepage
path: root/gen
AgeCommit message (Expand)Author
2020-10-19refactor vnniMITSUNARI Shigeo
2020-10-15add AVX VNNI instruction supportAndrey Kharitonchik
2020-09-08replace uint32 with uint32_t etc.MITSUNARI Shigeo
2020-07-20XBYAK_NOEXCEPTION for -fno-exceptionsMITSUNARI Shigeo
2020-06-30mov amx insts from avx512MITSUNARI Shigeo
2020-06-30throw exception if not supported amx sibmemMITSUNARI Shigeo
2020-06-28remove T_TMMMITSUNARI Shigeo
2020-06-28gen_amx.cpp is merged into gen_avx512.cppMITSUNARI Shigeo
2020-06-28remove my alias for tmm registersMITSUNARI Shigeo
2020-06-26add generation of Intel(R) AMX ISA mnemonicsShustrov, Nikita
2020-04-09kmov{b,w,d,q} throws for unsupported regv5.90MITSUNARI Shigeo
2019-09-23Support AMD Zen New Instructions.Masaki Ota @MagurosanTeam
2019-09-10add lds/lss/les/lfs/lgsMITSUNARI Shigeo
2019-09-09add repe, repne, repne, prezMITSUNARI Shigeo
2019-09-09add some fpu mnemonicsMITSUNARI Shigeo
2019-09-05add loop/loope/loopneMITSUNARI Shigeo
2019-09-05add enter/leaveMITSUNARI Shigeo
2019-09-03add in_, out_MITSUNARI Shigeo
2019-09-01add lods{b,w,d,q}, outs{b,w,d}MITSUNARI Shigeo
2019-09-01add int3, int_, intoMITSUNARI Shigeo
2019-09-01add pushfq, popfqMITSUNARI Shigeo
2019-09-01syscall, sysenter, sysexit, sysretMITSUNARI Shigeo
2019-09-01add clflushopt, fldenv, fnstwMITSUNARI Shigeo
2019-06-05tweak ; vcvtneps2bf16 calls opCvt2MITSUNARI Shigeo
2019-05-28add vp2intersectd/vp2intersectqMITSUNARI Shigeo
2019-05-26add avx512_bf16v5.80MITSUNARI Shigeo
2019-04-27fix vcmppd/vcmpps for ptr_bv5.79MITSUNARI Shigeo
2019-04-15fix Reg::changeBitv5.78MITSUNARI Shigeo
2018-09-19use evex encoding for vpslld/vpslldq/vpsraw/...(reg, mem, imm);v5.73MITSUNARI Shigeo
2018-09-19fix the encoding of vinsertps for disp8NMITSUNARI Shigeo
2018-08-14remove mutable in AddressMITSUNARI Shigeo
2018-08-13add cmpsb/scasb/...MITSUNARI Shigeo
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-05add vpshufbitqmbMITSUNARI Shigeo
2018-01-05add vpexpand{b,w}MITSUNARI Shigeo
2018-01-05vpopcnt{d,q} supports ptr_bMITSUNARI Shigeo
2018-01-05add vpdpbusd(s), vpdpwssd(s)MITSUNARI Shigeo
2018-01-05add vpdpbusd, vpdpbusdsMITSUNARI Shigeo
2018-01-05add vpopcnt{b,w,d,q}MITSUNARI Shigeo
2018-01-05add vpshrd(v){w,d,q}MITSUNARI Shigeo
2018-01-05add vpshld(v){w,d,q}MITSUNARI Shigeo
2018-01-04add vcompressb, vcompresswMITSUNARI 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