about summary refs log tree commit diff stats
path: root/miasm2/arch/ppc/sem.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-924/+0
* Support python2/python3Fabrice Desclaux2019-03-051-8/+11
* PPC: Explicit flagsFabrice Desclaux2019-01-271-13/+12
* Rename idiv/imod into sdiv/smodFabrice Desclaux2019-01-151-1/+1
* Expression: replace arg by ptr in ExprMemFabrice Desclaux2018-10-121-4/+4
* Expresion: use ExprAssign instead of ExprAffFabrice Desclaux2018-10-011-85/+85
* Code cleaning: lgtm.comFabrice Desclaux2018-09-201-3/+3
* Code cleaning: lgtm.comFabrice Desclaux2018-08-231-3/+1
* PPC: fix tipoFabrice Desclaux2018-07-181-1/+1
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-4/+4
* symbol_pool -> loc_dbAjax2018-07-031-6/+6
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-12/+12
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-3/+6
* Op bsr/bsf are replaced by cnttrailzeros / cntleadzeros, defined in 0Ajax2018-05-151-3/+1
* Fix NEG: write to the destination registerAymeric Vincent2018-03-091-1/+1
* B and BL have variants with a useless CR field. Handle them.Aymeric Vincent2018-03-081-10/+11
* Jitter/python: support little endianFabrice Desclaux2018-03-041-0/+1
* Fix semantics of conditional jumpsAymeric Vincent2018-03-021-3/+3
* Add support for PowerPC 32bit big-endian processors: "ppc32b"Aymeric Vincent2018-02-261-0/+921