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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp181 LIR_Op1* op1 = op->as_Op1();
279 assert(op->as_Op1() != NULL, "must be LIR_Op1");
282 handle_op1((LIR_Op1*)op);
360 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);
463 void FpuStackAllocator::handle_op1(LIR_Op1* op1) {
470 // Note: this switch is processed for all LIR_Op1, regardless if they have FPU-arguments,
938 LIR_Op1* mov
[all...]
H A Dc1_LinearScan_x86.hpp164 void handle_op1(LIR_Op1* op1);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp832 class LIR_Op1;
1096 virtual LIR_Op1* as_Op1() { return NULL; }
1273 // LIR_Op1
1276 class LIR_Op1: public LIR_Op { class in inherits:LIR_Op
1292 LIR_Op1(LIR_Code code, LIR_Opr opr, LIR_Opr result = LIR_OprFact::illegalOpr, BasicType type = T_ILLEGAL, LIR_PatchCode patch = lir_patch_none, CodeEmitInfo* info = NULL) function in class:LIR_Op1
1298 LIR_Op1(LIR_Code code, LIR_Opr opr, LIR_Opr result, BasicType type, LIR_PatchCode patch, CodeEmitInfo* info, LIR_MoveKind kind) function in class:LIR_Op1
1307 LIR_Op1(LIR_Code code, LIR_Opr opr, CodeEmitInfo* info) function in class:LIR_Op1
1323 virtual LIR_Op1* as_Op1() { return this; }
1401 class LIR_OpConvert: public LIR_Op1 {
1414 : LIR_Op1(lir_conver
[all...]
H A Dc1_LIR.cpp426 void LIR_Op1::verify() const {
501 // LIR_Op1
519 LIR_Op1* op1 = (LIR_Op1*)op;
531 LIR_Op1* op1 = (LIR_Op1*)op;
708 LIR_Op1* op1 = (LIR_Op1*)op;
1052 void LIR_Op1::emit_code(LIR_Assembler* masm) {
1174 append(new LIR_Op1(lir_mov
[all...]
H A Dc1_LinearScan.cpp447 assert(op->as_Op1() != NULL, "move must be LIR_Op1");
450 LIR_Op1* op1 = (LIR_Op1*)op;
1035 assert(op->as_Op1() != NULL, "lir_move must be LIR_Op1");
1036 LIR_Op1* move = (LIR_Op1*)op;
1071 assert(op->as_Op1() != NULL, "lir_move must be LIR_Op1");
1072 LIR_Op1* move = (LIR_Op1*)op;
1174 assert(op->as_Op1() != NULL, "must be LIR_Op1");
[all...]
H A Dc1_LIRAssembler.hpp189 void emit_op1(LIR_Op1* op);
H A Dc1_LIRAssembler.cpp494 void LIR_Assembler::emit_op1(LIR_Op1* op) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp78 LIR_Op1* op1 = op->as_Op1();
3405 inst->insert_before(i + 1, new LIR_Op1(lir_unpack64, FrameMap::g1_long_single_opr, callop->result_opr(),

Completed in 3231 milliseconds