about summary refs log tree commit diff stats
path: root/test/arch/x86/arch.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support for REP instruction prefix (#956)Vladislav HrĨka2019-02-071-1/+1
* Add ENDBR64 and ENDBR32 instructionsWilliam Bruneau2019-02-051-0/+5
* X86: fix inc/dec 64bitFabrice Desclaux2018-10-061-0/+6
* X86: add nop formFabrice Desclaux2018-08-161-0/+4
* Add new SSE instruction description and updates old onesAjax2018-07-101-1/+39
* symbol_pool -> loc_dbAjax2018-07-031-3/+3
* Code cleaning: remove useless / commented codeAjax2018-06-211-7/+0
* Core: updt parser structureFabrice Desclaux2018-05-141-55/+5
* X86/sem: fix cmpxchg semFabrice Desclaux2018-04-081-1/+1
* Add EMMS, implemtend as a NOPAjax2018-02-091-0/+3
* Add MASKMOVQ/MASKMOVDQU instructionAjax2018-02-091-0/+5
* Fix PEXTRW 0F C5 formAjax2018-02-091-4/+4
* 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
* 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
* Remove PYTHONSTARTUP in end-user scriptsAjax2017-04-241-4/+0
* Core/cpu: change ParseAst nameFabrice Desclaux2017-02-131-2/+2
* X86: add pslldqFabrice Desclaux2017-02-031-0/+3
* X86: fix rex_r in reg argsFabrice Desclaux2017-02-031-0/+8
* Arch/x86: fix sldtFabrice Desclaux2016-09-071-1/+5
* 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
* 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