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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp1066 LIRItem* yin = &yitem; local
1076 yin = &xitem;
1087 if (is_simm13(yin->result())) {
1089 right = LIR_OprFact::value_type(yin->value()->type());
1090 } else if (tag == longTag && yin->is_constant() && yin->get_jlong_constant() == 0 &&
1093 right = LIR_OprFact::value_type(yin->value()->type());
1094 } else if (tag == objectTag && yin->is_constant() && (yin->get_jobject_constant()->is_null_object())) {
1095 right = LIR_OprFact::value_type(yin
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp1210 LIRItem* yin = &yitem; local
1218 yin = &xitem;
1223 if (tag == longTag && yin->is_constant() && yin->get_jlong_constant() == 0 && (cond == If::eql || cond == If::neq)) {
1225 yin->dont_load_item();
1228 yin->load_item();
1230 yin->dont_load_item();
1242 LIR_Opr right = yin->result();

Completed in 38 milliseconds