Home
last modified time | relevance | path

Searched refs:HWCAP2_SVEPMULL (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/libc/libc-test/semver/
Dandroid-aarch64.txt7 HWCAP2_SVEPMULL
/third_party/musl/arch/aarch64/bits/
Dhwcap.h37 #define HWCAP2_SVEPMULL (1 << 3) macro
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
Dmod.rs104 pub const HWCAP2_SVEPMULL: ::c_ulong = 1 << 3; constant