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

/vbox/src/recompiler/tests/
H A Dtest-i386.c2329 struct fpxstate { struct
2347 static struct fpxstate fpx_state __attribute__((aligned(16)));
2348 static struct fpxstate fpx_state2 __attribute__((aligned(16)));
2352 struct fpxstate *fp = &fpx_state;
2353 struct fpxstate *fp2 = &fpx_state2;

Completed in 60 milliseconds