diff options
| author | Rusty Wagner <rusty@vector35.com> | 2018-02-02 18:02:57 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2018-02-02 18:02:57 -0500 |
| commit | 331bfd4e4a648de8aba4fefd8301703a6a3440c9 (patch) | |
| tree | 6a2287c7d4731c787918e47161eb944fc225051c /binaryninjacore.h | |
| parent | fd51307c7fa5baff29860b1e3be09aafca13c2f0 (diff) | |
Add rounding instructions
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index a946df31..945badce 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -368,6 +368,10 @@ extern "C" LLIL_FLOAT_TO_INT, LLIL_INT_TO_FLOAT, LLIL_FLOAT_CONV, + LLIL_ROUND_TO_INT, + LLIL_FLOOR, + LLIL_CEIL, + LLIL_FTRUNC, LLIL_FCMP_E, LLIL_FCMP_NE, LLIL_FCMP_LT, @@ -878,6 +882,10 @@ extern "C" MLIL_FLOAT_TO_INT, MLIL_INT_TO_FLOAT, MLIL_FLOAT_CONV, + MLIL_ROUND_TO_INT, + MLIL_FLOOR, + MLIL_CEIL, + MLIL_FTRUNC, MLIL_FCMP_E, MLIL_FCMP_NE, MLIL_FCMP_LT, |
