about summary refs log tree commit diff stats
path: root/miasm2/jitter/op_semantics.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-167/+0
* Rename idiv/imod into sdiv/smodFabrice Desclaux2019-01-151-12/+12
* change return type of cntleadzeros to uint64_tw4kfu2018-11-131-1/+1
* Adds Windows support and AppVeyor CI (#835)Axel Souchet2018-09-091-73/+87
* Add support for more FP operations, expand fxamAjax2018-09-031-7/+2
* X86: fix floatFabrice Desclaux2018-08-291-3/+2
* Jitter: use bignumFabrice Desclaux2018-07-131-3/+5
* Add the new float ops support for the C jitterAjax2018-07-101-18/+20
* Add support for 128 bits udiv/umod/idiv/imod operations for CC jittersAjax2018-05-161-0/+3
* Move umod/udiv/imod/idiv operations to op_semanticsAjax2018-05-161-0/+15
* udiv/umod/idiv/imod: remove unused 'vmcpu' argumentAjax2018-05-161-4/+4
* Rename x86 specific op 'cpuid' to 'x86_cpuid'Ajax2018-05-151-1/+1
* Extract operation semantics from 'vm_mngr' to dedicated 'op_semantics'Ajax2018-05-151-0/+137