Home | History | Annotate | Download | only in amd64

Lines Matching refs:buf3

153    unsigned char* buf3 = memalign16(512);
162 memset(buf3, 0x55, 512);
176 /* Reload x87/xmm state from buf1 and dump it in buf3. */
178 do_fxsave(buf3, 0);
180 show(buf3, xx);
186 memset(buf3, 0x55, 512);
200 /* Reload x87/xmm state from buf1 and dump it in buf3. */
202 do_fxsave(buf3, 1);
204 show(buf3, xx);
207 free(buf1); free(buf2); free(buf3);