about summary refs log tree commit diff stats
path: root/miasm2/jitter/op_semantics.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename idiv/imod into sdiv/smodFabrice Desclaux2019-01-151-9/+9
* change return type of cntleadzeros to uint64_tw4kfu2018-11-131-3/+3
* Adds Windows support and AppVeyor CI (#835)Axel Souchet2018-09-091-7/+7
* Add support for more FP operations, expand fxamAjax2018-09-031-96/+6
* X86: fix floatFabrice Desclaux2018-08-291-8/+2
* CPUID: add suport for more cpuid leavesAjax2018-07-191-6/+54
* Jitter: use bignumFabrice Desclaux2018-07-131-4/+4
* Add the new float ops support for the C jitterAjax2018-07-101-113/+114
* Add support for 128 bits udiv/umod/idiv/imod operations for CC jittersAjax2018-05-161-0/+4
* Move umod/udiv/imod/idiv operations to op_semanticsAjax2018-05-161-0/+16
* Rename x86 specific op 'cpuid' to 'x86_cpuid'Ajax2018-05-151-3/+3
* Extract operation semantics from 'vm_mngr' to dedicated 'op_semantics'Ajax2018-05-151-0/+776