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

/gem5/src/systemc/tests/systemc/bugs/stack_alignment/
H A Dstack_alignment.cpp64 * when using the myfpxregs address which is aligned on 16-byte boundary.
101 char * volatile myfpxregs = fpxregs64; local
102 while ((uintptr_t)myfpxregs & 0xF)
103 myfpxregs++;
107 sc_assert( !((uintptr_t)myfpxregs & 0xF) );
108 sc_assert( myfpxregs == fpxregs64 );
111 ASM( FXSAVE " (%0)" :: "r"(myfpxregs) );

Completed in 4 milliseconds