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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp202 r = LIR_OprFact::intConst(x);
218 __ add((LIR_Opr)addr, LIR_OprFact::intConst(step), (LIR_Opr)addr);
573 __ cmp(lir_cond_equal, right.result(), LIR_OprFact::intConst(0));
802 __ cmove(lir_cond_equal, LIR_OprFact::intConst(1), LIR_OprFact::intConst(0),
1125 __ move(LIR_OprFact::intConst(x->rank()), rank);
1268 store_stack_parameter(LIR_OprFact::intConst(block->block_id()), in_ByteSize(0));
H A Dc1_LinearScan_x86.cpp360 LIR_Op1* fxch_op = new LIR_Op1(lir_fxch, LIR_OprFact::intConst(offset), LIR_OprFact::illegalOpr);
410 LIR_Op1* fld = new LIR_Op1(lir_fld, LIR_OprFact::intConst(offset), LIR_OprFact::illegalOpr);
955 LIR_Op1* fxch = new LIR_Op1(lir_fxch, LIR_OprFact::intConst(slot));
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp97 case intTag : return LIR_OprFact::intConst(type->as_IntConstant()->value());
101 default: ShouldNotReachHere(); return LIR_OprFact::intConst(-1);
110 case intTag: return LIR_OprFact::intConst(0);
114 default: ShouldNotReachHere(); return LIR_OprFact::intConst(-1);
1220 LIR_OprFact::intConst(v),
1287 LIR_OprFact::intConst(right),
1309 LIR_OprFact::intConst(right),
1321 LIR_OprFact::intConst(c),
H A Dc1_LIRGenerator.cpp1484 __ cmp(lir_cond_notEqual, flag_val, LIR_OprFact::intConst(0));
1553 LIR_OprFact::intConst(HeapRegion::LogOfHRGrainBytes),
1559 LIR_OprFact::intConst(HeapRegion::LogOfHRGrainBytes),
1615 __ move(LIR_OprFact::intConst(0), tmp_zero);
1627 __ move(LIR_OprFact::intConst(0),
1630 __ move(LIR_OprFact::intConst(0),
2276 referent_off = LIR_OprFact::intConst(java_lang_ref_Reference::referent_offset);
2299 __ cmp(lir_cond_equal, reference_type, LIR_OprFact::intConst(REF_NONE));
3055 __ add(result, LIR_OprFact::intConst(InvocationCounter::count_increment), result);
3060 __ cmp(lir_cond_equal, result, LIR_OprFact::intConst(
[all...]
H A Dc1_LIR.hpp801 static LIR_Opr intConst(jint i) { return (LIR_Opr)(new LIR_Const(i)); } function in class:LIR_OprFact
2038 cmp(condition, left, LIR_OprFact::intConst(right), info);
2119 void shift_left(LIR_Opr value, int count, LIR_Opr dst) { shift_left(value, LIR_OprFact::intConst(count), dst, LIR_OprFact::illegalOpr); }
2120 void shift_right(LIR_Opr value, int count, LIR_Opr dst) { shift_right(value, LIR_OprFact::intConst(count), dst, LIR_OprFact::illegalOpr); }
2121 void unsigned_shift_right(LIR_Opr value, int count, LIR_Opr dst) { unsigned_shift_right(value, LIR_OprFact::intConst(count), dst, LIR_OprFact::illegalOpr); }
2135 void load_stack_address_monitor(int monitor_ix, LIR_Opr dst) { append(new LIR_Op1(lir_monaddr, LIR_OprFact::intConst(monitor_ix), dst)); }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp247 r = LIR_OprFact::intConst(x);
683 __ cmove(lir_cond_equal, LIR_OprFact::intConst(1), LIR_OprFact::intConst(0),
991 __ move(LIR_OprFact::intConst(x->rank()), rank);
1129 __ move(LIR_OprFact::intConst(block->block_id()), FrameMap::O0_opr);

Completed in 73 milliseconds