aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/make_nm.cpp
AgeCommit message (Expand)Author
2024-10-08[fix] v{max,min}{ph,sh} supports not {er} but {sae}MITSUNARI Shigeo
2024-10-08add tests of v{add,max,min} with {er}/{sae}MITSUNARI Shigeo
2024-10-08add tests of vfmadd with {er}MITSUNARI Shigeo
2024-10-08add test of vcvttpd2dq with saeMITSUNARI Shigeo
2024-10-08move test of rdfsbase etc.MITSUNARI Shigeo
2023-08-02add xabort/xbegin/xendMITSUNARI Shigeo
2023-07-27disable wrong detection of gccMITSUNARI Shigeo
2023-07-05add test of alias of vpclmulqdqMITSUNARI Shigeo
2023-07-05fix alias of pclmulqdqMITSUNARI Shigeo
2022-11-24remove warning of blaceMITSUNARI Shigeo
2022-11-20disable some tests on x32MITSUNARI Shigeo
2022-09-15add serializeMITSUNARI Shigeo
2022-07-22fix movzx eax, ah on 64bit and test itMITSUNARI Shigeo
2022-05-11add clwbMITSUNARI Shigeo
2022-04-05add tpauseMITSUNARI Shigeo
2022-01-28v6.02MITSUNARI Shigeo
2021-12-14supprt retfMITSUNARI Shigeo
2021-12-14support call(mem, T_FAR)MITSUNARI Shigeo
2021-12-14support jmp(mem, T_FAR)MITSUNARI Shigeo
2021-12-09add test of hltMITSUNARI Shigeo
2021-06-06gather test does not generate bad combination of regsMITSUNARI Shigeo
2020-10-17support [scale * reg]MITSUNARI Shigeo
2020-09-08replace uint32 with uint32_t etc.MITSUNARI Shigeo
2020-08-24change the behavior of push((byte|word), imm) to cast imm to int8_t/int16_tMITSUNARI Shigeo
2020-04-20accept k0 mask register (it means no mask)MITSUNARI Shigeo
2020-02-26remove warning of testv5.891MITSUNARI Shigeo
2020-01-03refactor testMITSUNARI Shigeo
2019-09-23v5.82v5.82MITSUNARI Shigeo
2019-09-10add lds/lss/les/lfs/lgsMITSUNARI Shigeo
2019-09-09add some fpu mnemonicsMITSUNARI 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
2018-08-13add cmpsb/scasb/...MITSUNARI Shigeo
2018-06-26fix push(qword[mem])v5.65MITSUNARI Shigeo
2018-02-07vmov* supports [mem]|k|zv5.61MITSUNARI Shigeo
2018-02-07define XBYAK_NO_OP_NAMES for testMITSUNARI Shigeo
2017-08-22fix mpx encodingv5.53MITSUNARI Shigeo
2017-08-08add mpxMITSUNARI Shigeo
2017-08-08support sha(thanks to magrosan)MITSUNARI Shigeo
2017-08-08support prefetchwMITSUNARI Shigeo
2017-01-26support prefetchwt1v5.41MITSUNARI Shigeo
2016-11-20add vptest for ymmv5.11MITSUNARI Shigeo
2016-08-15xbyak_bin2hex.h does not included by xbyak.hMITSUNARI Shigeo
2016-07-20cvt* functions are all okMITSUNARI Shigeo
2016-07-17add disp8N constMITSUNARI Shigeo