Home
last modified time | relevance | path

Searched refs:Misaligned (Results 1 – 4 of 4) sorted by relevance

/freebsd/share/misc/
H A Dscsi_modes311 {MWR (Misaligned Write Reporting)} t2
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp882 bool Misaligned = (Ptr.getAlignment() % TInfo.Width) != 0; in EmitAtomicExpr() local
884 if (Misaligned) { in EmitAtomicExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Features.td693 "IsMisaligned128StoreSlow", "true", "Misaligned 128 bit stores are slow">;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td114 : RISCVExtension<1, 0, "Main Memory Supports Misaligned Loads/Stores">;