Lines Matching +full:setup +full:- +full:x86_64
21 /// This is a zero-sized type so that it can be "stored" wherever convenient.
26 pub(crate) fn features() -> Features { in features()
27 // We don't do runtime feature detection on aarch64-apple-* as all AAarch64 in features()
31 target_arch = "x86_64", in features()
40 #[cfg(any(target_arch = "x86", target_arch = "x86_64"))] in features()
55 arm::setup(); in features()
68 pub fn setup() { in setup() function
74 fn getauxval(type_: c_ulong) -> c_ulong; in setup()
128 pub fn setup() { in setup() function
133 fn zx_system_get_features(kind: u32, features: *mut u32) -> zx_status_t; in setup()
172 /// for aarch64-apple-* targets? The first AArch64 iOS
234 pub fn available(&self, _: super::Features) -> bool { in available()
279 // Some non-Rust code still checks this even when it is statically known
285 // controlling that yet: https://github.com/rust-lang/rust/issues/73958.
304 not(any(target_arch = "x86", target_arch = "x86_64")),
316 pub fn available(&self, _: super::Features) -> bool { in available()
317 #[cfg(any(target_arch = "x86", target_arch = "x86_64"))] in available()
325 #[cfg(not(any(target_arch = "x86", target_arch = "x86_64")))] in available()
347 #[cfg(target_arch = "x86_64")]
353 #[cfg(target_arch = "x86_64")]
364 #[cfg(target_arch = "x86_64")]
370 #[cfg(all(target_arch = "x86_64", test))]