Searched refs:arithmetic_op_long (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp520 arithmetic_op_long(x->op(), reg, left.result(), right.result(), NULL);
532 arithmetic_op_long(x->op(), x->operand(), left.result(), right.result(), NULL);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp317 void arithmetic_op_long (Bytecodes::Code code, LIR_Opr result, LIR_Opr left, LIR_Opr right, CodeEmitInfo* info = NULL);
H A Dc1_LIRGenerator.cpp586 void LIRGenerator::arithmetic_op_long(Bytecodes::Code code, LIR_Opr result, LIR_Opr left, LIR_Opr right, CodeEmitInfo* info) { function in class:LIRGenerator
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp538 arithmetic_op_long(x->op(), x->operand(), left.result(), right.result(), NULL);

Completed in 66 milliseconds