Searched defs:isAligned (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DAssemblerBuffer.h89 bool isAligned(int alignment) const function in class:JSC::AssemblerBuffer
H A DAssemblerBufferWithConstantPool.h135 bool isAligned(int alignment) function in class:JSC::AssemblerBufferWithConstantPool
H A DARMv7Assembler.h2772 bool isAligned(int alignment) const { return m_buffer.isAligned(alignment); } function in class:JSC::ARMRegisters::ARMInstructionFormatter
H A DX86Assembler.h2349 bool isAligned(int alignment) const { return m_buffer.isAligned(alignment); } function in class:JSC::X86Assembler::X86InstructionFormatter
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_fax3.c97 #define isAligned(p,t) ((((unsigned long)(p)) & (sizeof (t)-1)) == 0) macro
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86InstrInfo.cpp2958 bool isAligned = (TM.getFrameLowering()->getStackAlignment() >= Alignment) || local
2974 bool isAligned = MMOBegin != MMOEnd && local
2994 bool isAligned = (TM.getFrameLowering()->getStackAlignment() >= Alignment) || local
3008 bool isAligned = MMOBegin != MMOEnd && local
4226 bool isAligned = (*MMOs.first) && local
4270 bool isAligned = (*MMOs.first) && local
[all...]

Completed in 206 milliseconds