Home
last modified time | relevance | path

Searched refs:mod_ (Results 1 - 6 of 6) sorted by relevance

/third_party/vixl/src/aarch64/
H A Doperands-aarch64.h490 mod_(NO_SVE_OFFSET_MODIFIER), in SVEMemOperand()
509 mod_(mod), in SVEMemOperand()
521 mod_(NO_SVE_OFFSET_MODIFIER), in SVEMemOperand()
536 mod_(GetSVEOffsetModifierFor(mod)), in SVEMemOperand()
538 VIXL_ASSERT(mod_ != SVE_LSL); // LSL requires an explicit shift amount. in SVEMemOperand()
552 mod_(GetSVEOffsetModifierFor(mod)), in SVEMemOperand()
562 mod_(NO_SVE_OFFSET_MODIFIER), in SVEMemOperand()
577 mod_(GetSVEOffsetModifierFor(mod)), in SVEMemOperand()
601 ((mod_ == NO_SVE_OFFSET_MODIFIER) || IsMulVl()); in IsScalarPlusImmediate()
608 ((mod_ in IsScalarPlusScalar()
713 SVEOffsetModifier mod_; global() member in vixl::aarch64::SVEMemOperand
[all...]
H A Doperands-aarch64.cc392 switch (mod_) { in IsValid()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dkeywords.rs118 pub static mut mod_: ::std::os::raw::c_int; consts
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Depoll.rs174 pub fn mod_( in mod_() functions
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs177 pub fn mod_( in mod_() functions
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs1178 pub fn module_raw_line<T, U>(mut self, mod_: T, line: U) -> Self in module_raw_line()
1185 .entry(mod_.into()) in module_raw_line()
1192 pub fn module_raw_lines<T, I>(mut self, mod_: T, lines: I) -> Self in module_raw_lines()
1200 .entry(mod_.into()) in module_raw_lines()

Completed in 14 milliseconds