index
:
miasm
this commit
ck/x86-blsi
develop
master
ta/arm64-ldsmaxb
ta/nix
ta/x86-adcx
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
arch
/
x86
/
arch.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for REP instruction prefix (#956)
Vladislav HrĨka
2019-02-07
1
-1
/
+1
*
Add ENDBR64 and ENDBR32 instructions
William Bruneau
2019-02-05
1
-0
/
+5
*
X86: fix inc/dec 64bit
Fabrice Desclaux
2018-10-06
1
-0
/
+6
*
X86: add nop form
Fabrice Desclaux
2018-08-16
1
-0
/
+4
*
Add new SSE instruction description and updates old ones
Ajax
2018-07-10
1
-1
/
+39
*
symbol_pool -> loc_db
Ajax
2018-07-03
1
-3
/
+3
*
Code cleaning: remove useless / commented code
Ajax
2018-06-21
1
-7
/
+0
*
Core: updt parser structure
Fabrice Desclaux
2018-05-14
1
-55
/
+5
*
X86/sem: fix cmpxchg sem
Fabrice Desclaux
2018-04-08
1
-1
/
+1
*
Add EMMS, implemtend as a NOP
Ajax
2018-02-09
1
-0
/
+3
*
Add MASKMOVQ/MASKMOVDQU instruction
Ajax
2018-02-09
1
-0
/
+5
*
Fix PEXTRW 0F C5 form
Ajax
2018-02-09
1
-4
/
+4
*
Add PAVGB/PAVGW instruction
Ajax
2018-02-09
1
-0
/
+10
*
Add PSADBW instruction
Ajax
2018-02-09
1
-0
/
+5
*
Add PMADDWD instruction
Ajax
2018-02-09
1
-0
/
+5
*
Add PMULUDQ instruction
Ajax
2018-02-09
1
-0
/
+5
*
Add PMAXSW instruction
Ajax
2018-02-09
1
-0
/
+5
*
Add PADDSB/PADDSW instruction
Ajax
2018-02-09
1
-0
/
+10
*
Add PSUBSB/PSUBSW instruction
Ajax
2018-02-09
1
-0
/
+10
*
Add PMULHW / PMULHUW instruction
Ajax
2018-02-09
1
-0
/
+10
*
Add PADDUSB/PADDUSW instruction
Ajax
2018-02-09
1
-0
/
+9
*
Add PSUBSUB/PSUBUSW instr
Ajax
2018-02-09
1
-0
/
+11
*
Add PMULLW instruction
Ajax
2018-02-09
1
-0
/
+5
*
Add PACKSSDW instruction
Ajax
2018-02-09
1
-0
/
+5
*
Add PACKUSWB instruction
Ajax
2018-02-09
1
-0
/
+5
*
Add PACKSSWB instruction
Ajax
2018-02-09
1
-0
/
+4
*
Add PCMPGTB instruction
Ajax
2018-01-26
1
-0
/
+3
*
Add PALIGNR x86 instruction (asm & semantic)
Ajax
2018-01-26
1
-0
/
+3
*
Add support for BNDMOV instruction (with an empty semantic)
Ajax
2018-01-26
1
-0
/
+5
*
X86: add mfence/sfence/prefetch
Fabrice Desclaux
2017-12-30
1
-0
/
+4
*
update tests to use the new spacing of expressions' str()
Aymeric Vincent
2017-12-12
1
-255
/
+255
*
X86: add instr pcmp
Fabrice Desclaux
2017-09-01
1
-0
/
+6
*
X86: add instr aes
Fabrice Desclaux
2017-09-01
1
-0
/
+9
*
X86: fix sib generation
Fabrice Desclaux
2017-09-01
1
-0
/
+8
*
Remove PYTHONSTARTUP in end-user scripts
Ajax
2017-04-24
1
-4
/
+0
*
Core/cpu: change ParseAst name
Fabrice Desclaux
2017-02-13
1
-2
/
+2
*
X86: add pslldq
Fabrice Desclaux
2017-02-03
1
-0
/
+3
*
X86: fix rex_r in reg args
Fabrice Desclaux
2017-02-03
1
-0
/
+8
*
Arch/x86: fix sldt
Fabrice Desclaux
2016-09-07
1
-1
/
+5
*
X86: fix pextrw
Fabrice Desclaux
2016-08-04
1
-0
/
+3
*
X86: add setalc
Fabrice Desclaux
2016-07-29
1
-0
/
+2
*
X86: add no_rex/fix xchg
Fabrice Desclaux
2016-06-19
1
-0
/
+3
*
x86 arch: added x86 opcode decoding for PCMPGTD
Tim Blazytko
2016-04-27
1
-0
/
+4
*
x86 arch: added x86 opcode decoding for SHUFPD
Tim Blazytko
2016-04-27
1
-0
/
+2
*
x86 arch: added x86 opcode decoding for SHUFPS
Tim Blazytko
2016-04-27
1
-0
/
+3
*
x86 arch: added opcode decoding for MOVMSKPS
Tim Blazytko
2016-04-27
1
-0
/
+3
*
x86 arch: added opcode decoding for LFENCE
Tim Blazytko
2016-04-27
1
-0
/
+2
*
x86 arch: added opcode decoding for PREFETCHW
Tim Blazytko
2016-04-27
1
-1
/
+2
*
arch: added x86 opcode decoding for PSRLDQ
Tim Blazytko
2016-04-26
1
-0
/
+2
*
x86 arch: extended opcode decoding for MOVUPS
Tim Blazytko
2016-04-26
1
-0
/
+2
[next]