diff options
| author | Mark Rowe <mark@vector35.com> | 2025-10-18 10:31:00 -0700 |
|---|---|---|
| committer | Mark Rowe <mark@vector35.com> | 2025-10-18 22:26:08 -0700 |
| commit | 1ec0d4fced11af730db0d9273fb512563fc02a0a (patch) | |
| tree | ba2890840a1b376ace3bb5cff3d5ae25e55086b2 /arch/arm64/il.h | |
| parent | 419e7ef52e4d0374f19c2836b4eb358359713d57 (diff) | |
[AArch64] Lift FEAT_CSSC instructions
`abs`, `smax`, `smin`, `umax`, and `umin` are lifted to instruction
sequences involving comparisons, while `cnt` and `ctz` are lifted to
intrinsics.
Diffstat (limited to 'arch/arm64/il.h')
| -rw-r--r-- | arch/arm64/il.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/il.h b/arch/arm64/il.h index 6be7cfe7..37192275 100644 --- a/arch/arm64/il.h +++ b/arch/arm64/il.h @@ -73,6 +73,8 @@ enum Arm64Intrinsic : uint32_t ARM64_INTRIN_YIELD, ARM64_INTRIN_ERET, ARM64_INTRIN_CLZ, + ARM64_INTRIN_CNT, + ARM64_INTRIN_CTZ, ARM64_INTRIN_CLREX, ARM64_INTRIN_REV, ARM64_INTRIN_RBIT, |
