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
/
miasm2
/
arch
/
x86
/
sem.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
X86: fix popfw semantic
Fabrice Desclaux
2019-02-08
1
-1
/
+1
*
Support for REP instruction prefix (#956)
Vladislav HrĨka
2019-02-07
1
-2
/
+2
*
Add ENDBR64 and ENDBR32 instructions
William Bruneau
2019-02-05
1
-0
/
+10
*
Fix bad english
Fabrice Desclaux
2019-01-17
1
-4
/
+4
*
Rename idiv/imod into sdiv/smod
Fabrice Desclaux
2019-01-15
1
-2
/
+2
*
Fix typos & add codespell
Pierre LALET
2018-12-23
1
-17
/
+17
*
X86 SEM SH[LR]D : use masked count for all expression in _shift_tpl
w4kfu
2018-11-15
1
-4
/
+4
*
Merge pull request #883 from w4kfu/zeroextent_cmov
serpilliere
2018-11-15
1
-1
/
+1
|
\
|
*
X86 SEM CMOV : add assignation
w4kfu
2018-11-15
1
-1
/
+1
*
|
X86 SEM ROL/SHL/SHLD/... add assignation
w4kfu
2018-11-15
1
-9
/
+3
*
|
fix simplification that delete affectation
w4kfu
2018-11-14
1
-4
/
+3
|
/
*
add zeroextent if destination size is 32
w4kfu
2018-11-10
1
-11
/
+13
*
Expression: replace arg by ptr in ExprMem
Fabrice Desclaux
2018-10-12
1
-35
/
+35
*
Expresion: use ExprAssign instead of ExprAff
Fabrice Desclaux
2018-10-01
1
-539
/
+539
*
Code cleaning: lgtm.com
Fabrice Desclaux
2018-09-20
1
-8
/
+0
*
X86: rdmsr/wrmsr priv instr
Fabrice Desclaux
2018-09-11
1
-8
/
+2
*
X86: fix aam sem
Fabrice Desclaux
2018-09-10
1
-8
/
+21
*
Add support for more FP operations, expand fxam
Ajax
2018-09-03
1
-12
/
+93
*
X86: fix float
Fabrice Desclaux
2018-08-29
1
-34
/
+77
*
Code cleaning: lgtm.com
Fabrice Desclaux
2018-08-23
1
-4
/
+0
*
X86: Explicit flags
Fabrice Desclaux
2018-08-06
1
-132
/
+352
*
Jitter: use bignum
Fabrice Desclaux
2018-07-13
1
-2
/
+2
*
Add support for new SSE operations (based on QEMU i386 test_sse)
Ajax
2018-07-10
1
-104
/
+299
*
Introduce the new float notation and operations for x86 semantic
Ajax
2018-07-10
1
-94
/
+83
*
symbol_pool -> loc_db
Ajax
2018-07-03
1
-6
/
+6
*
X86/sem: simplify pop addr
Fabrice Desclaux
2018-06-15
1
-1
/
+1
*
Core: replace AsmLabel by LocKey
Fabrice Desclaux
2018-06-09
1
-138
/
+139
*
Expr: Add new word ExprLoc
Fabrice Desclaux
2018-06-08
1
-124
/
+137
*
Rename x86 specific op 'cpuid' to 'x86_cpuid'
Ajax
2018-05-15
1
-4
/
+4
*
Op bsr/bsf are replaced by cnttrailzeros / cntleadzeros, defined in 0
Ajax
2018-05-15
1
-5
/
+9
*
Merge pull request #710 from serpilliere/fix_segm_size
Camille Mougey
2018-04-09
1
-14
/
+32
|
\
|
*
X86: fix segm's size generation
Fabrice Desclaux
2018-04-09
1
-14
/
+32
*
|
X86/sem: fix cmpxchg sem
Fabrice Desclaux
2018-04-08
1
-5
/
+17
|
/
*
Remove the default size of ExprMem expressions
Ajax
2018-02-15
1
-3
/
+3
*
Deprecate expr_cmps/expr_cmpu for a more verbose / understandable API
Ajax
2018-02-14
1
-7
/
+6
*
X86: remove c_rez/rcl_rez/rcr_rez special operator
Fabrice Desclaux
2018-02-13
1
-8
/
+43
*
Merge pull request #674 from commial/feature-more-sse
serpilliere
2018-02-10
1
-88
/
+406
|
\
|
*
Add EMMS, implemtend as a NOP
Ajax
2018-02-09
1
-0
/
+6
|
*
Add MASKMOVQ/MASKMOVDQU instruction
Ajax
2018-02-09
1
-1
/
+48
|
*
Add PAVGB/PAVGW instruction
Ajax
2018-02-09
1
-0
/
+13
|
*
Add PSADBW instruction
Ajax
2018-02-09
1
-0
/
+26
|
*
Add PMADDWD instruction
Ajax
2018-02-09
1
-0
/
+19
|
*
Add PMULUDQ instruction
Ajax
2018-02-09
1
-0
/
+23
|
*
Add PMAXSW instruction
Ajax
2018-02-09
1
-0
/
+2
|
*
Unify the way PMIN / PMAX works
Ajax
2018-02-09
1
-61
/
+17
|
*
Add PADDSB/PADDSW instruction
Ajax
2018-02-09
1
-0
/
+14
|
*
Fix PMINSW semantic
Ajax
2018-02-09
1
-6
/
+15
|
*
Add PSUBSB/PSUBSW instruction
Ajax
2018-02-09
1
-7
/
+19
|
*
Add PMULHW / PMULHUW instruction
Ajax
2018-02-09
1
-0
/
+29
|
*
Add PADDUSB/PADDUSW instruction
Ajax
2018-02-09
1
-0
/
+21
[next]