aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2020-10-19default encoding is always evexMITSUNARI Shigeo
2020-10-19refactor vnniMITSUNARI Shigeo
2020-10-17support [scale * reg]MITSUNARI Shigeo
2020-09-25Use sh instead of tcsh for test scriptsMitsuru Kariya
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-07-21rename XBYAK_NOEXCEPTION to XBYAK_NO_EXCEPTIONMITSUNARI Shigeo
2020-07-20test_nm.bat supports noexceptMITSUNARI Shigeo
2020-07-20XBYAK_NOEXCEPTION for -fno-exceptionsMITSUNARI Shigeo
2020-06-30throw exception if not supported amx sibmem 2MITSUNARI Shigeo
2020-06-30throw exception if not supported amx sibmemMITSUNARI Shigeo
2020-06-28fix test of sizeof(Operand)MITSUNARI Shigeo
2020-05-10fix test for macMITSUNARI Shigeo
2020-04-20accept k0 mask register (it means no mask)MITSUNARI Shigeo
2020-04-09kmov{b,w,d,q} throws for unsupported regv5.90MITSUNARI Shigeo
2020-02-26remove warning of testv5.891MITSUNARI Shigeo
2020-01-07add test_avx512 to batMITSUNARI Shigeo
2020-01-03refactor testMITSUNARI Shigeo
2019-12-19add setDefaultJmpNEARv5.87MITSUNARI 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 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-05-29add set_opt.bat for test on WindowsMITSUNARI 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-10-29unlink Label when LabelManager is destroyedv5.75MITSUNARI Shigeo
2018-10-21Xbyak::CastTo is removedMITSUNARI Shigeo
2018-10-15increase max temp regs for StackFrameMITSUNARI Shigeo
2018-10-15util::StackFrame uses push/pop instead of movMITSUNARI 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-09-04add Label L() for convenienceMITSUNARI Shigeo
2018-08-28update testMITSUNARI Shigeo
2018-08-24fix wrong VSIB encoding with idx >= 16v5.68MITSUNARI Shigeo
2018-08-14update test/cybozuv5.67MITSUNARI Shigeo
2018-08-14remove mutable in AddressMITSUNARI Shigeo
2018-08-13add cmpsb/scasb/...MITSUNARI Shigeo
2018-07-24add PROTECT_RE mode for protect()v5.66MITSUNARI 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