Searched refs:STACK_ALIGN (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/mips/include/
H A Dabi.h68 #define STACK_ALIGN 8 macro
70 #define STACK_ALIGN 16 macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DRISCVAttributes.h29 STACK_ALIGN = 4,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DRISCVAttributes.cpp15 {STACK_ALIGN, "Tag_stack_align"},
H A DRISCVAttributeParser.cpp33 RISCVAttrs::STACK_ALIGN,
/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/sys/ia32/
H A Dstack.h109 #define STACK_ALIGN STACK_ALIGN64 macro
118 #define STACK_ALIGN STACK_ALIGN32 macro
130 #if STACK_ALIGN == 4
134 ASSERT((((uintptr_t)&__tmp) & (STACK_ALIGN - 1)) == 0); \
136 #elif (STACK_ALIGN == 16) && (_LONG_DOUBLE_ALIGNMENT == 16)
140 ASSERT((((uintptr_t)&__tmp) & (STACK_ALIGN - 1)) == 0); \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp42 emitAttribute(RISCVAttrs::STACK_ALIGN, RISCVAttrs::ALIGN_4);
44 emitAttribute(RISCVAttrs::STACK_ALIGN, RISCVAttrs::ALIGN_16);
/freebsd-13-stable/lib/libc/mips/gen/
H A Dmakecontext.c83 sp = (register_t *)((uintptr_t)sp & ~(STACK_ALIGN - 1));
/freebsd-13-stable/sys/mips/mips/
H A Dpm_machdep.c134 & ~(STACK_ALIGN - 1));
137 sizeof(struct sigframe)) & ~(STACK_ALIGN - 1));
414 td->td_frame->sp = ((register_t)stack) & ~(STACK_ALIGN - 1);
H A Dvm_machdep.c420 sp = (((intptr_t)stack->ss_sp + stack->ss_size) & ~(STACK_ALIGN - 1)) -

Completed in 354 milliseconds