Home
last modified time | relevance | path

Searched defs:StoreBytes (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/ppv-lite86/src/
Dtypes.rs261 V: StoreBytes, in read_le()
269 V: StoreBytes, in read_be()
287 pub trait StoreBytes { trait
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1020 unsigned StoreBytes) { in StoreIntToMemory()
1045 const unsigned StoreBytes = getDataLayout().getTypeStoreSize(Ty); in StoreValueToMemory() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1024 const unsigned StoreBytes = getDataLayout().getTypeStoreSize(Ty); in StoreValueToMemory() local
/external/rust/crates/ppv-lite86/src/x86_64/
Dsse2.rs74 impl<S3, S4, NI> StoreBytes for $vec<S3, S4, NI> impl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp3066 unsigned StoreBytes) { in StoreIntToMemory()