aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/jmp.cpp
AgeCommit message (Expand)Author
2021-12-14support call(mem, T_FAR)MITSUNARI Shigeo
2021-12-14support jmp(mem, T_FAR)MITSUNARI Shigeo
2020-09-08replace uint32 with uint32_t etc.MITSUNARI Shigeo
2020-05-10fix test for macMITSUNARI Shigeo
2019-12-19add setDefaultJmpNEARv5.87MITSUNARI Shigeo
2019-09-05add loop/loope/loopneMITSUNARI Shigeo
2018-10-29unlink Label when LabelManager is destroyedv5.75MITSUNARI Shigeo
2018-09-04add Label L() for convenienceMITSUNARI Shigeo
2018-08-28update testMITSUNARI Shigeo
2018-07-24add PROTECT_RE mode for protect()v5.66MITSUNARI Shigeo
2018-01-05fix test dependencyv5.60MITSUNARI Shigeo
2016-12-14Label::getAddress() returns 0 if ready() is not called and in AutoGrow modev5.40MITSUNARI Shigeo
2016-12-14add Label::getAddress()MITSUNARI Shigeo
2016-11-21fix error of jmp.cppMITSUNARI Shigeo
2016-11-20add [rip + pointer] addressingv5.10MITSUNARI Shigeo
2016-02-04add jcc(const void*addr);MITSUNARI Shigeo
2015-04-23revise test of jmpMITSUNARI Shigeo
2015-04-23fix wrong addressing for xmm2MITSUNARI Shigeo
2015-04-22now supporting label + offset(under construction)MITSUNARI Shigeo
2014-03-25cast to avoid warningMITSUNARI Shigeo
2014-03-22test state of @@/@b/@fMITSUNARI Shigeo
2014-03-19use reference counter of labelMITSUNARI Shigeo
2014-03-16test of bad use of assignLMITSUNARI Shigeo
2014-03-16use cybozu/test.hpp for test of jmpMITSUNARI Shigeo
2014-03-16add call(Label)MITSUNARI Shigeo
2014-03-16pass test of assignLMITSUNARI Shigeo
2014-03-16assignL ; not run for AutoGrow with T_NEARMITSUNARI Shigeo
2014-03-15add test of new LabelMITSUNARI Shigeo
2014-03-15support putL(label), mov(reg, label)MITSUNARI Shigeo
2014-03-15support multiple use of new LabelMITSUNARI Shigeo
2014-03-15jcxz/jecxz support new LabelMITSUNARI Shigeo
2014-03-15putNop in making labelMITSUNARI Shigeo
2014-03-15add test of AutoGrowMITSUNARI Shigeo
2014-03-15pass small test of new LabelMITSUNARI Shigeo
2014-03-14first test of new LabelMITSUNARI Shigeo
2014-03-14add testLocal for growMITSUNARI Shigeo
2014-03-14remove ok message if successMITSUNARI Shigeo
2014-03-08add test of local labelMITSUNARI Shigeo
2014-03-04add test of local labelMITSUNARI Shigeo
2013-09-18label, jmp, call supports std::stringMITSUNARI Shigeo
2013-07-04change the type of Xbyak::Error from enum to a classMITSUNARI Shigeo
2013-04-14remove vervose message of jmpMITSUNARI Shigeo
2013-03-27add test for @@, @bMITSUNARI Shigeo
2013-03-27jmp test runs wellMITSUNARI Shigeo
2013-03-25support label for mov without AutoGrowMITSUNARI Shigeo
2013-03-13add jcxz, jecxz, jrcxzMITSUNARI Shigeo
2012-03-20Xbyak ver 3.50MITSUNARI Shigeo
2012-03-16distinguish labelMITSUNARI Shigeo
2012-03-16support auto_grow and user allocatorMITSUNARI Shigeo
2010-06-01use 32bit extended encoding for mov(reg64, imm)MITSUNARI Shigeo