aarchmrs-instructions 0.4.0-2026-06

AARCHMRS-generated ARM instructions functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright (c) 2010-2026 Arm Limited or its affiliates. All rights reserved.
 *
 * This document is Non-confidential and licensed under the BSD 3-clause license.
 */

pub mod bfi;
pub mod bfx;
pub mod extend;
pub mod pack;
pub mod parallel;
pub mod reverse;
pub mod sat16;
pub mod sat32;
pub mod selbytes;
pub mod smul_div;
pub mod udf;
pub mod usad;