Home | History | Annotate | Download | only in amd64

Lines Matching refs:fives

239    UChar* fives = memalign_zeroed64(XSAVE_AREA_SIZE);
240 my_memset(fives, 0x55, XSAVE_AREA_SIZE);
242 fives[24] = 0x80;
243 fives[25] = 0x1f;
244 fives[26] = 0;
245 fives[27] = 0;
247 fives[512] = 7;
249 for (i = 1; i <= 23; i++) fives[512+i] = 0;
254 UChar* p = &fives[32 + 16 * i];
259 fives[4/*FTW*/] = 0xFF;
296 do_xrstor(fives, 7);