aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2015-10-05add push/pop for segment registersMITSUNARI Shigeo
2015-10-04support mov(ax, cs);MITSUNARI Shigeo
2015-09-14disable warning for VC2015MITSUNARI Shigeo
2015-08-18add test of ripv4.86MITSUNARI Shigeo
2015-08-18fix mov([rip+label], imm)MITSUNARI Shigeo
2015-08-18test of rip + label + immMITSUNARI Shigeo
2015-08-18remove warning to tsetMITSUNARI Shigeo
2015-08-18remove some warnings of vcMITSUNARI Shigeo
2015-08-17fix range test of mov(Operand, imm)MITSUNARI Shigeo
2015-08-17change error range of immMITSUNARI Shigeo
2015-08-16check imm of mov(Operand, imm)MITSUNARI Shigeo
2015-08-10fix Address::operator==()v4.85MITSUNARI Shigeo
2015-06-16add movbev4.83MITSUNARI Shigeo
2015-04-25add test of setSizeMITSUNARI 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
2015-02-04fix test for nasmMITSUNARI Shigeo
2015-01-28add stac/rdseedMITSUNARI Shigeo
2015-01-28support adox, adcxMITSUNARI Shigeo
2015-01-28add cmpxchgMITSUNARI Shigeo
2014-10-14test of MmapAllocatorMITSUNARI Shigeo
2014-08-31fix mode of testMITSUNARI Shigeo
2014-05-30add bt, bts, btr, btcMITSUNARI Shigeo
2014-05-28add vcvtph2ps, vcvtps2phMITSUNARI Shigeo
2014-05-20lost to upload of TEST_EXCEPTIONMITSUNARI Shigeo
2014-03-25cast to avoid warningMITSUNARI Shigeo
2014-03-23state of @@, @f, @bMITSUNARI Shigeo
2014-03-22test state of @@/@b/@fMITSUNARI Shigeo
2014-03-19use reference counter of labelMITSUNARI Shigeo
2014-03-16add build pathMITSUNARI 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-12-03add cvt{8,16,32,64} for Regrelease20131205MITSUNARI Shigeo
2013-11-03code size of mov(reg64, imm) is reduced if imm is in 32-bitMITSUNARI Shigeo