diff options
| author | Ajax <commial@gmail.com> | 2018-07-10 14:07:57 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2018-07-10 14:14:35 +0200 |
| commit | a5fd75194b2af753e16762c8ea08017e8ae6d5c8 (patch) | |
| tree | f1498b7bd2b571796745168665aa0b10e32453c0 /example/disasm/full.py | |
| parent | b9156bcda28ca8b267f3c7319c4cf917dcab777d (diff) | |
| download | miasm-a5fd75194b2af753e16762c8ea08017e8ae6d5c8.tar.gz miasm-a5fd75194b2af753e16762c8ea08017e8ae6d5c8.zip | |
Introduce the new float notation and operations for x86 semantic
Basically, operations are: - fpconvert_fp32, fpconvert_fp64, fpconvert_fp80: convert from a floating point to another (truncate or extend) - sint_to_fp32, sint_to_fp64, sint_to_fp80: convert from a signed integer to a floating point number (original size can differ) - fp_to_sint32, fp_to_sint64, ...: convert from a floating point number to a signed integer, as ExprInt. Rounding mode is nearbyint. (original size can differ) - fpround_nearbyint: convert from floating point to floating point using the nearest int - fpround_towardszero: convert from floating point to floating point, towards zero
Diffstat (limited to 'example/disasm/full.py')
0 files changed, 0 insertions, 0 deletions