about summary refs log tree commit diff stats
path: root/test/arch (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* x86 arch: added x86 opcode decoding for PCMPGTDTim Blazytko2016-04-271-0/+4
|
* x86 arch: added x86 opcode decoding for SHUFPDTim Blazytko2016-04-271-0/+2
|
* x86 arch: added x86 opcode decoding for SHUFPSTim Blazytko2016-04-271-0/+3
|
* x86 arch: added opcode decoding for MOVMSKPSTim Blazytko2016-04-271-0/+3
|
* x86 arch: added opcode decoding for LFENCETim Blazytko2016-04-271-0/+2
|
* x86 arch: added opcode decoding for PREFETCHWTim Blazytko2016-04-271-1/+2
|
* arch: added x86 opcode decoding for PSRLDQTim Blazytko2016-04-261-0/+2
|
* x86 arch: extended opcode decoding for MOVUPSTim Blazytko2016-04-261-0/+2
| | | | arch: fixed x86 opcode decoding for movups. creds @serpilliere
* Merge pull request #362 from commial/test-qemu-sseserpilliere2016-04-265-83/+543
|\ | | | | Test qemu sse
| * QEMU tests: update expected output according to the new binaryAjax2016-04-262-83/+83
| |
| * Add expected SSE result for QEMU i386Ajax2016-04-261-0/+453
| |
| * QEMU test: add a GS segment in test scriptAjax2016-04-261-0/+7
| |
| * Update QEMU x86 tests binary with sse supportAjax2016-04-261-0/+0
| |
* | Merge pull request #357 from serpilliere/jit_gccCamille Mougey2016-04-2621-41/+68
|\ \ | | | | | | Jit gcc
| * | Test: TCC conditional testsserpilliere2016-04-2621-41/+68
| |/
* / X86/arch: fix call @immserpilliere2016-04-241-0/+7
|/
* X86/test: add pusha/popaFabrice Desclaux2016-04-181-0/+125
|
* X86/test: updt test apiFabrice Desclaux2016-04-1816-51/+86
|
* remove old ida workaround executable for the 64bit caseAymeric Vincent2016-02-091-13/+2
|
* Sem/x86: fix call fromstringFabrice Desclaux2016-01-301-4/+32
|
* Test: add x86 reg testFabrice Desclaux2016-01-062-0/+31
|
* X86: add andnp[sd]Fabrice Desclaux2016-01-061-0/+5
|
* X86: add pshufdFabrice Desclaux2016-01-061-0/+2
|
* X86: add sse sqrtFabrice Desclaux2016-01-061-0/+10
|
* X86: add mov[hl]p[ds]Fabrice Desclaux2016-01-061-0/+27
|
* X86: add unpck[hl]p[sd]Fabrice Desclaux2016-01-061-0/+11
|
* Test: add x86 reg testFabrice Desclaux2015-12-241-0/+25
|
* X86: add pextrFabrice Desclaux2015-12-241-0/+26
|
* Test: add x86 reg testFabrice Desclaux2015-12-241-0/+25
|
* X86: add pinsrFabrice Desclaux2015-12-241-0/+44
|
* Test: add x86 reg testFabrice Desclaux2015-12-241-1/+62
|
* X86: add punpcklFabrice Desclaux2015-12-241-1/+19
|
* Test: add x86 reg testFabrice Desclaux2015-12-241-0/+63
|
* X86: add punpckFabrice Desclaux2015-12-241-0/+20
|
* Test: add x86 reg testFabrice Desclaux2015-12-241-0/+64
|
* X86: add pcmpeqFabrice Desclaux2015-12-241-0/+16
|
* Test: add x86 reg testFabrice Desclaux2015-12-241-0/+25
|
* X86: add pminuFabrice Desclaux2015-12-241-0/+12
|
* Test: add x86 reg testFabrice Desclaux2015-12-241-0/+25
|
* X86: add pmaxFabrice Desclaux2015-12-241-0/+9
|
* Test: add x86 reg testFabrice Desclaux2015-12-242-0/+80
|
* X86: add psrl/psllFabrice Desclaux2015-12-241-0/+61
|
* X86: add pandnFabrice Desclaux2015-12-231-0/+12
|
* X86: add pushfbFabrice Desclaux2015-12-231-0/+5
|
* Qemu/test: update expected output for test_stringAjax2015-11-171-78/+78
|
* TestQEMU: workaround/hack for displaying extended hexAjax2015-11-171-0/+6
|
* x86/arch: add cmpxchg8b and cmpxchg16b in disass and testsAjax2015-11-161-0/+8
|
* Test/QEMU: emulate puts, enabling test_self_modifying_codeAjax2015-11-161-0/+16
|
* Test/Qemu: add an emulator for test-i386 and expected outputsAjax2015-11-1642-0/+4923
|
* Tests: add the "test-i386" regression test from QEMUAjax2015-11-161-0/+0
|