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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.hpp43 void move_const_to_right(Op2* x);
44 void do_Op2(Op2* x);
H A Dc1_Instruction.hpp61 class Op2;
474 virtual Op2* as_Op2() { return NULL; }
948 BASE(Op2, Instruction)
956 Op2(ValueType* type, Bytecodes::Code op, Value x, Value y, ValueStack* state_before = NULL)
982 LEAF(ArithmeticOp, Op2)
986 : Op2(x->type()->meet(y->type()), op, x, y, state_before)
998 HASHING3(Op2, true, op(), x()->subst(), y()->subst())
1002 LEAF(ShiftOp, Op2)
1005 ShiftOp(Bytecodes::Code op, Value x, Value s) : Op2(x->type()->base(), op, x, s) {}
1008 HASHING3(Op2, tru
[all...]
H A Dc1_InstructionPrinter.hpp71 void print_op2(Op2* instr);
H A Dc1_Canonicalizer.cpp65 void Canonicalizer::move_const_to_right(Op2* x) {
70 void Canonicalizer::do_Op2(Op2* x) {
534 Op2* op2 = x->value()->as_Op2();
H A Dc1_InstructionPrinter.cpp194 void InstructionPrinter::print_op2(Op2* instr) {
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsopt.c172 cmsBool _Remove2Op(cmsPipeline* Lut, cmsStageSignature Op1, cmsStageSignature Op2) argument
186 if ((*pt1) ->Implements == Op1 && (*pt2) ->Implements == Op2) {

Completed in 72 milliseconds