about summary refs log tree commit diff stats
path: root/miasm2/arch/mips32/sem.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* IR: Make IRBlock immutableFabrice Desclaux2017-05-241-11/+8
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-301-2/+2
* All: rename vars bloc -> blockFabrice Desclaux2017-03-131-43/+4
* IR/ir: rename ir to IntermediateRepresentationFabrice Desclaux2017-03-131-4/+4
* IR/ir: rename irbloc to IRBlockFabrice Desclaux2017-03-131-2/+2
* add mips32's addi simulationrootkiter2017-03-081-0/+1
* ExprCompose: add new apiFabrice Desclaux2016-11-041-5/+2
* Update int(XX.arg) -> int(XX)Ajax2016-09-161-4/+4
* Mips/sem: fix missing msbFabrice Desclaux2015-07-291-1/+1
* Mips32Sem: Replace argument namesAjax2015-04-241-189/+194
* Mips32Sem: Update semantic according to sembuilderAjax2015-04-241-22/+8
* SemBuilder: Get back functions parsed for mnemo_funcAjax2015-04-241-83/+27
* SemBuilder: PreInit context with needed valuesAjax2015-04-241-1/+0
* Mips32Sem: Update semantic according to SemBuilderAjax2015-04-231-219/+160
* Mips32: Use variable facility in semanticAjax2015-04-221-6/+9
* Mips32Sem: Use SemBuilderAjax2015-04-221-147/+122
* Mips32/Sem: Import expression as m2_exprAjax2015-02-171-128/+135
* Mips32/Sem: Remove wildcard-import from `regs`Ajax2015-02-171-1/+1
* Mips32/Sem: Describe common MIPS32 instructionsAjax2015-02-171-0/+49
* Arch/jit: add endianess support jittersFabrice Desclaux2014-10-091-2/+9
* mergeFabrice Desclaux2014-09-191-0/+6
* mergeFabrice Desclaux2014-09-151-0/+8
|\
| * mips: add mnemo; fix irdstserpilliere2014-09-121-0/+8
* | mips: add ei/ehb (dummy semantic)Fabrice Desclaux2014-09-151-0/+12
|/
* mips: add multuFabrice Desclaux2014-09-111-0/+10
* Mips sem: temporary comment unimplemented mnemonicCamille Mougey2014-09-051-4/+4
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-051-77/+108
* mips sem: fix slt/sltuFabrice Desclaux2014-09-021-7/+4
* mips: fix conditionnal movFabrice Desclaux2014-09-021-4/+4
* mips: add pc_fetch to support delay slot jump_reg and update_regFabrice Desclaux2014-09-011-0/+36
* Jitter: add mips32l jitserpilliere2014-08-221-2/+6
* mips32: add mnemo JAL/MOVZserpilliere2014-08-211-0/+17
* mips32: little/big endian is now an attribserpilliere2014-08-211-4/+4
* Add mips32 archserpilliere2014-08-061-0/+471