about summary refs log tree commit diff stats
path: root/test/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add PAVGB/PAVGW instructionAjax2018-02-091-0/+10
* Add PSADBW instructionAjax2018-02-091-0/+5
* Add PMADDWD instructionAjax2018-02-091-0/+5
* Add PMULUDQ instructionAjax2018-02-091-0/+5
* Add PMAXSW instructionAjax2018-02-091-0/+5
* Add PADDSB/PADDSW instructionAjax2018-02-091-0/+10
* Add PSUBSB/PSUBSW instructionAjax2018-02-091-0/+10
* Add PMULHW / PMULHUW instructionAjax2018-02-091-0/+10
* Add PADDUSB/PADDUSW instructionAjax2018-02-091-0/+9
* Add PSUBSUB/PSUBUSW instrAjax2018-02-091-0/+11
* Add PMULLW instructionAjax2018-02-091-0/+5
* Add PACKSSDW instructionAjax2018-02-091-0/+5
* Add PACKUSWB instructionAjax2018-02-091-0/+5
* Add PACKSSWB instructionAjax2018-02-091-0/+4
* X86: fix cdq/cbw...Fabrice Desclaux2018-02-021-0/+445
* Add PCMPGTB instructionAjax2018-01-261-0/+3
* Add PALIGNR x86 instruction (asm & semantic)Ajax2018-01-261-0/+3
* Add support for BNDMOV instruction (with an empty semantic)Ajax2018-01-261-0/+5
* X86: add mfence/sfence/prefetchFabrice Desclaux2017-12-301-0/+4
* update tests to use the new spacing of expressions' str()Aymeric Vincent2017-12-121-255/+255
* X86: add instr pcmpFabrice Desclaux2017-09-011-0/+6
* X86: add instr aesFabrice Desclaux2017-09-011-0/+9
* X86: fix sib generationFabrice Desclaux2017-09-011-0/+8
* IR: rename add_blocFabrice Desclaux2017-07-071-1/+1
* Add a regression test for DIV 128bitsAjax2017-06-272-0/+27
* Test/X86: add push/pop regression testsFabrice Desclaux2017-05-171-1/+194
* Remove PYTHONSTARTUP in end-user scriptsAjax2017-04-241-4/+0
* Introduce a naive "System V" calling conventionAjax2017-04-061-4/+4
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-132-4/+4
* All: rename vars bloc -> blockFabrice Desclaux2017-03-132-6/+6
* IR/Symbexec: rename symbexec to SymbolicExecutionEngineFabrice Desclaux2017-03-131-2/+2
* Core/cpu: change ParseAst nameFabrice Desclaux2017-02-132-3/+3
* X86: add pslldqFabrice Desclaux2017-02-031-0/+3
* X86: fix rex_r in reg argsFabrice Desclaux2017-02-031-0/+8
* Add regression test for CPUID supportAjax2017-02-021-0/+21
* these files are not top level executables, adaptAymeric Vincent2017-01-051-8/+0
* use python2 as executable name, give adequate permissionsAymeric Vincent2017-01-0518-18/+25
* Expr: Remove exprint_fromFabrice Desclaux2016-12-231-12/+12
* Symbexec: new api for emul_ir_*Fabrice Desclaux2016-11-041-1/+1
* Os_dep: fix get/set strFabrice Desclaux2016-09-291-3/+3
* 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
* 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
* 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