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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp880 int save_in = 2 - 1; // 2 operations per instruction in packed form local
888 save_in += adjacent_profit(x1, x2);
890 save_in -= pack_cost(2);
892 save_in += unpack_cost(2);
921 return MAX2(save_in, save_use);

Completed in 46 milliseconds