about summary refs log tree commit diff stats
path: root/test/arch (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Arch/x86: fix sldtFabrice Desclaux2016-09-071-1/+5
|
* Jitter/win: fix TIB accessesFabrice Desclaux2016-09-061-2/+3
|
* Regression test for SEH with a double handlerAjax2016-09-011-1/+41
|
* Add a regression test for SEH handlingAjax2016-09-011-0/+66
| | | | | XOR EDX, EDX is used to obtain a 32bits 0 in FS:[0x0], because this is an ambiguity in Intel representation
* X86: fix pextrwFabrice Desclaux2016-08-041-0/+3
|
* X86: add setalcFabrice Desclaux2016-07-291-0/+2
|
* X86: add no_rex/fix xchgFabrice Desclaux2016-06-191-0/+3
|
* Arch/armt: add pld instructionFabrice Desclaux2016-06-051-0/+5
|
* 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
|