Home | History | Annotate | Download | only in amd64

Lines Matching defs:buf3

161    unsigned char* buf3 = memalign16(512);
170 memset(buf3, 0x55, 512);
184 /* Reload x87/xmm state from buf1 and dump it in buf3. */
186 do_fxsave(buf3, 0);
188 show(buf3, xx);
194 memset(buf3, 0x55, 512);
208 /* Reload x87/xmm state from buf1 and dump it in buf3. */
210 do_fxsave(buf3, 1);
212 show(buf3, xx);
215 free(buf1); free(buf2); free(buf3);