diff options
| author | Galen Williamson <galen@vector35.com> | 2025-01-21 20:06:55 -0500 |
|---|---|---|
| committer | Galen Williamson <galen@vector35.com> | 2025-06-09 12:40:14 -0400 |
| commit | c8de8363f3dd55ab09bfde7fcb01a11f7d0a0e94 (patch) | |
| tree | e4b3fb4231163980ce972d9c5ea91b45953c7e75 /arch/armv7/il.h | |
| parent | c8f4346609f4b51474481d9e6b869076e5a96534 (diff) | |
[thumb2] add intrinsics for rbit and clz instructions
Diffstat (limited to 'arch/armv7/il.h')
| -rw-r--r-- | arch/armv7/il.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/armv7/il.h b/arch/armv7/il.h index 075c2a2e..e4a57907 100644 --- a/arch/armv7/il.h +++ b/arch/armv7/il.h @@ -51,6 +51,8 @@ enum Armv7Intrinsic : uint32_t ARMV7_INTRIN_EXCLUSIVE_MONITORS_PASS, ARMV7_INTRIN_SET_EXCLUSIVE_MONITORS, + ARMV7_INTRIN_RBIT, + ARMV7_INTRIN_CLZ, }; enum ArmFakeRegister: uint32_t |
