aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sf_test.cpp
AgeCommit message (Expand)Author
2021-10-05use original uint8_tMITSUNARI Shigeo
2020-09-08replace uint32 with uint32_t etc.MITSUNARI 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
2013-07-04change the type of Xbyak::Error from enum to a classMITSUNARI Shigeo
2013-05-02add Pack ; change api to access reg for StackFramelsss2-releasedMITSUNARI Shigeo
2013-04-17avoid mov if unnecessaryMITSUNARI Shigeo
2013-04-17use leaMITSUNARI Shigeo
2013-04-17reduce pNumMITSUNARI Shigeo
2013-04-17rename numQword as stackSizeByteMITSUNARI Shigeo
2013-04-17unify parameter tNum and useRCX, useRDXMITSUNARI Shigeo
2013-04-16fix bug and add test for StackFrameMITSUNARI Shigeo