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

/darwin-on-arm/xnu/osfmk/i386/
H A Di386_lock.s122 #define ALIGN_STACK() subl $8, %esp; andl $0xFFFFFFF0, %esp ; define
128 #define ALIGN_STACK() and $0xFFFFFFFFFFFFFFF0, %rsp ; define
[all...]

Completed in 9 milliseconds