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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp836 class LIR_OpRoundFP;
1091 virtual LIR_OpRoundFP* as_OpRoundFP() { return NULL; }
1492 // LIR_OpRoundFP
1493 class LIR_OpRoundFP : public LIR_Op1 { class in inherits:LIR_Op1
1500 LIR_OpRoundFP(LIR_Opr reg, LIR_Opr stack_loc_temp, LIR_Opr result) function in class:LIR_OpRoundFP
1505 virtual LIR_OpRoundFP* as_OpRoundFP() { return this; }
1977 void roundfp(LIR_Opr reg, LIR_Opr stack_loc_temp, LIR_Opr result) { append(new LIR_OpRoundFP(reg, stack_loc_temp, result)); }
H A Dc1_LIR.cpp593 // LIR_OpRoundFP;
596 LIR_OpRoundFP* opRoundFP = (LIR_OpRoundFP*)op;
1935 void LIR_OpRoundFP::print_instr(outputStream* out) const {
H A Dc1_LIRAssembler.cpp517 LIR_OpRoundFP* round_op = op->as_OpRoundFP();

Completed in 58 milliseconds