< prev index next >

src/cpu/sparc/vm/vm_version_sparc.cpp

Print this page

        

*** 205,215 **** assert((CodeEntryAlignment % relocInfo::addr_unit()) == 0, "alignment is not a multiple of NOP size"); assert((OptoLoopAlignment % relocInfo::addr_unit()) == 0, "alignment is not a multiple of NOP size"); char buf[512]; jio_snprintf(buf, sizeof(buf), ! "%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s", (has_v9() ? "v9" : ""), (has_popc() ? ", popc" : ""), (has_vis1() ? ", vis1" : ""), (has_vis2() ? ", vis2" : ""), (has_blk_init() ? ", blk_init" : ""), --- 205,217 ---- assert((CodeEntryAlignment % relocInfo::addr_unit()) == 0, "alignment is not a multiple of NOP size"); assert((OptoLoopAlignment % relocInfo::addr_unit()) == 0, "alignment is not a multiple of NOP size"); char buf[512]; jio_snprintf(buf, sizeof(buf), ! "%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s" ! "%s%s%s%s%s%s%s%s%s" "%s%s%s%s%s%s%s%s%s" ! "%s%s%s%s%s%s%s", (has_v9() ? "v9" : ""), (has_popc() ? ", popc" : ""), (has_vis1() ? ", vis1" : ""), (has_vis2() ? ", vis2" : ""), (has_blk_init() ? ", blk_init" : ""),
*** 238,247 **** --- 240,259 ---- (has_xmpmul() ? ", xmpmul" : ""), (has_xmont() ? ", xmont" : ""), (has_pause_nsec() ? ", pause_nsec" : ""), (has_vamask() ? ", vamask" : ""), + (has_sparc6() ? ", sparc6" : ""), + (has_dictunp() ? ", dictunp" : ""), + (has_fpcmpshl() ? ", fpcmpshl" : ""), + (has_rle() ? ", rle" : ""), + (has_sha3() ? ", sha3" : ""), + (has_athena_plus2()? ", athena_plus2" : ""), + (has_vis3c() ? ", vis3c" : ""), + (has_sparc5b() ? ", sparc5b" : ""), + (has_mme() ? ", mme" : ""), + (has_fast_idiv() ? ", *idiv" : ""), (has_fast_rdpc() ? ", *rdpc" : ""), (has_fast_bis() ? ", *bis" : ""), (has_fast_ld() ? ", *ld" : ""), (has_fast_cmove() ? ", *cmove" : ""),
< prev index next >