summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/x64EmitterTest.cpp
AgeCommit message (Collapse)Author
2014-12-06UnitTests: add tests for bitwise AVX instructionsTillmann Karras
2014-12-06UnitTests: fix register symbol name in AVX testsTillmann Karras
2014-10-07X64Emitter: add unit test for FMAFiora
2014-09-14Merge pull request #1083 from FioraAeterna/lzcntRyan Houdek
Add LZCNT support, use in cntlzw
2014-09-14x64Emitter: add LZCNT/TZCNT support and detectionFiora
Also add a unit test.
2014-09-13UnitTests: Fix misplaced braces in the x64Emitter testsLioncash
2014-09-13Add immediate tests for WriteNormalOpFiora
also fix a bug in Bochs that was preventing adc from passing.
2014-09-03x64Emitter: add BMI1/BMI2 supportFiora
TZCNT and LZCNT use a completely different encoding scheme, so they should probably go in a separate patch. Also add some tests.
2014-09-03x64EmitterTest: Fake support for all CPU extensionsPierre Bourdon
2014-09-02UnitTests: Add tests for the x64EmitterPierre Bourdon