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

/openjdk10/hotspot/src/cpu/sparc/vm/
H A DmacroAssembler_sparc.cpp4798 Register const_544 = tmp[CRC32_TMP_REG_NUM-2]; local
4878 set64(CRC32_CONST_544, const_544, tmp[9]);
4882 fold_128bit_crc32(tmp[1], tmp[0], const_480, const_544, tmp[9], tmp[8], buf, 0);
4883 fold_128bit_crc32(tmp[3], tmp[2], const_480, const_544, tmp[11], tmp[10], buf, 16);
4884 fold_128bit_crc32(tmp[5], tmp[4], const_480, const_544, tmp[13], tmp[12], buf, 32);
4885 fold_128bit_crc32(tmp[7], tmp[6], const_480, const_544, tmp[15], tmp[14], buf, 64);

Completed in 58 milliseconds