about summary refs log tree commit diff stats
path: root/miasm2/arch/x86/arch.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support for REP instruction prefix (#956)Vladislav Hrčka2019-02-071-18/+24
* Add ENDBR64 and ENDBR32 instructionsWilliam Bruneau2019-02-051-0/+2
* Fix bad englishFabrice Desclaux2019-01-171-1/+1
* Update arch.pyVladislav Hrčka2019-01-111-1/+4
* Fix typos & add codespellPierre LALET2018-12-231-2/+2
* Handle movupd bidirectional modeNicolas Guigo2018-11-261-1/+2
* Expression: replace arg by ptr in ExprMemFabrice Desclaux2018-10-121-20/+20
* X86: fix inc/dec 64bitFabrice Desclaux2018-10-061-2/+2
* Expresion: use ExprAssign instead of ExprAffFabrice Desclaux2018-10-011-1/+1
* Code cleaning: lgtm.comFabrice Desclaux2018-09-201-6/+1
* X86: add nop formFabrice Desclaux2018-08-161-0/+7
* X86: fix 64 bit asmFabrice Desclaux2018-07-171-1/+1
* Add new SSE instruction description and updates old onesAjax2018-07-101-14/+72
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-4/+4
* symbol_pool -> loc_dbAjax2018-07-031-30/+30
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-9/+8
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-16/+15
* Parser: fix arguments nameFabrice Desclaux2018-05-141-11/+11
* Core: updt parser structureFabrice Desclaux2018-05-141-187/+176
* Cpu: fix fromstring arg nameFabrice Desclaux2018-05-091-24/+23
* Cpu: lmask is propertyFabrice Desclaux2018-04-181-2/+4
* X86/sem: fix cmpxchg semFabrice Desclaux2018-04-081-1/+1
* Add EMMS, implemtend as a NOPAjax2018-02-091-0/+2
* Add MASKMOVQ/MASKMOVDQU instructionAjax2018-02-091-0/+6
* Fix PEXTRW 0F C5 formAjax2018-02-091-2/+2
* Add PAVGB/PAVGW instructionAjax2018-02-091-0/+9
* Add PSADBW instructionAjax2018-02-091-0/+5
* Add PMADDWD instructionAjax2018-02-091-0/+4
* Add PMULUDQ instructionAjax2018-02-091-0/+4
* Add PMAXSW instructionAjax2018-02-091-0/+4
* Add PADDSB/PADDSW instructionAjax2018-02-091-0/+8
* Add PSUBSB/PSUBSW instructionAjax2018-02-091-0/+9
* Add PMULHW / PMULHUW instructionAjax2018-02-091-0/+9
* Add PADDUSB/PADDUSW instructionAjax2018-02-091-0/+9
* Add PSUBSUB/PSUBUSW instrAjax2018-02-091-0/+9
* Add PMULLW instructionAjax2018-02-091-0/+6
* Add PACKSSDW instructionAjax2018-02-091-0/+4
* Add PACKUSWB instructionAjax2018-02-091-0/+5
* Add PCMPGTW instruction (semantic already exists)Ajax2018-02-091-0/+5
* Add PACKSSWB instructionAjax2018-02-091-0/+5
* Add PCMPGTB instructionAjax2018-01-261-0/+5
* Add PALIGNR x86 instruction (asm & semantic)Ajax2018-01-261-0/+11
* Add support for BNDMOV instruction (with an empty semantic)Ajax2018-01-261-0/+11
* Add support for BND registers and parsing in disassemblyAjax2018-01-261-10/+71
* X86: add mfence/sfence/prefetchFabrice Desclaux2017-12-301-0/+2
* X86: add instr pcmpFabrice Desclaux2017-09-011-0/+2
* X86: add instr aesFabrice Desclaux2017-09-011-0/+5
* X86: fix sib generationFabrice Desclaux2017-09-011-2/+2
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-301-18/+18
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-1/+1