Home
last modified time | relevance | path

Searched defs:atomic_rmw (Results 1 – 10 of 10) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/vendor/compiler_builtins/src/
H A Darm_linux.rs58 unsafe fn atomic_rmw<T, F: Fn(u32) -> u32>(ptr: *mut T, f: F) -> u32 { in atomic_rmw() function
91 macro_rules! atomic_rmw { macro
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/tests/relacy/relacy/relacy/
H A Dthread.hpp375 unsigned atomic_rmw(atomic_data* RL_RESTRICT data, bool& aba) in atomic_rmw() function
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dformats.rs7 pub(crate) atomic_rmw: Rc<InstructionFormat>, field
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dformats.rs7 pub(crate) atomic_rmw: Rc<InstructionFormat>, field
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/shared/
H A Dformats.rs7 pub(crate) atomic_rmw: Rc<InstructionFormat>, field
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dformats.rs7 pub(crate) atomic_rmw: Rc<InstructionFormat>, field
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/traits/
H A Dbuilder.rs281 fn atomic_rmw( in atomic_rmw() method
/dports/devel/py-llvmlite/llvmlite-0.34.0/llvmlite/ir/
H A Dbuilder.py976 def atomic_rmw(self, op, ptr, val, ordering, name=''): member in IRBuilder
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dbuilder.rs1092 fn atomic_rmw( in atomic_rmw() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dbuilder.rs1325 …fn atomic_rmw(&mut self, op: AtomicRmwBinOp, dst: RValue<'gcc>, src: RValue<'gcc>, order: AtomicOr… in atomic_rmw() method