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

/openjdk9/hotspot/src/cpu/arm/vm/
H A Dc1_LIRGenerator_arm.cpp1477 switch (lir_cond(cond)) {
1533 assert(lir_cond(cond) == lir_cond_always, "must be");
1614 __ cmp(lir_cond(cond), left, right);
1618 __ branch(lir_cond(cond), right->type(), x->tsux(), x->usux());
1620 __ branch(lir_cond(cond), right->type(), x->tsux());
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRGenerator_ppc.cpp1218 __ cmp(lir_cond(cond), left, right);
1223 __ branch(lir_cond(cond), right->type(), x->tsux(), x->usux());
1225 __ branch(lir_cond(cond), right->type(), x->tsux());
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp1290 __ cmp(lir_cond(cond), left, right);
1295 __ branch(lir_cond(cond), right->type(), x->tsux(), x->usux());
1297 __ branch(lir_cond(cond), right->type(), x->tsux());
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRGenerator_aarch64.cpp1324 __ cmp(lir_cond(cond), left, right);
1329 __ branch(lir_cond(cond), right->type(), x->tsux(), x->usux());
1331 __ branch(lir_cond(cond), right->type(), x->tsux());
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dc1_LIRGenerator_s390.cpp1087 __ cmp(lir_cond(cond), left, right);
1092 __ branch(lir_cond(cond), right->type(), x->tsux(), x->usux());
1094 __ branch(lir_cond(cond), right->type(), x->tsux());
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp967 __ cmove(lir_cond(cond),
3097 __ cmp(lir_cond(x->cond()), left.result(), right.result());
3098 __ cmove(lir_cond(x->cond()), t_val.result(), f_val.result(), reg, as_BasicType(x->x()->type()));
3574 __ lir_assert(lir_cond(x->cond()), left, right, x->message(), true);
3636 __ cmp(lir_cond(cond), left, right);
3637 __ branch(lir_cond(cond), right->type(), stub);
H A Dc1_LIRGenerator.hpp417 static LIR_Condition lir_cond(If::Condition cond) { function in class:LIRGenerator
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp1522 __ cmp(lir_cond(cond), left, right);
1527 __ branch(lir_cond(cond), right->type(), x->tsux(), x->usux());
1529 __ branch(lir_cond(cond), right->type(), x->tsux());

Completed in 128 milliseconds