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.cpp843 bool Misaligned = (Ptr.getAlignment() % TInfo.Width) != 0; in EmitAtomicExpr() local
845 if (Misaligned) { in EmitAtomicExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Features.td618 "IsMisaligned128StoreSlow", "true", "Misaligned 128 bit stores are slow">;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td107 "'Zicclsm' (Main Memory Supports Misaligned Loads/Stores)">;