Home | History | Annotate | Download | only in ppc

Lines Matching refs:InstructionOperand

32   InstructionOperand UseOperand(Node* node, ImmediateMode mode) {
72 InstructionOperand UseRegisterOrStackPointer(Node* node) {
113 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))};
114 InstructionOperand outputs[2];
135 InstructionOperand inputs[4];
137 InstructionOperand outputs[2];
269 InstructionOperand inputs[3];
301 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()};
749 InstructionOperand inputs[] = {
753 InstructionOperand outputs[] = {
779 InstructionOperand inputs[] = {g.UseUniqueRegister(node->InputAt(0)),
784 InstructionOperand outputs[] = {
788 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()};
807 InstructionOperand shift_operand;
814 InstructionOperand inputs[] = {g.UseUniqueRegister(node->InputAt(0)),
820 InstructionOperand outputs[2];
821 InstructionOperand temps[1];
942 InstructionOperand temp[] = {g.TempRegister()};
992 InstructionOperand left, InstructionOperand right,
998 InstructionOperand result_operand = g.DefineAsRegister(node);
999 InstructionOperand high32_operand = g.TempRegister();
1000 InstructionOperand temp_operand = g.TempRegister();
1002 InstructionOperand outputs[] = {result_operand, high32_operand};
1003 InstructionOperand inputs[] = {g.UseRegister(m.left().node()),
1008 InstructionOperand shift_31 = g.UseImmediate(31);
1009 InstructionOperand outputs[] = {temp_operand};
1010 InstructionOperand inputs[] = {result_operand, shift_31};
1490 InstructionOperand left, InstructionOperand right,
1706 InstructionOperand value_operand = g.UseRegister(node->InputAt(0));
1720 InstructionOperand index_operand = value_operand;
1974 InstructionOperand inputs[4];
2006 InstructionOperand inputs[3];
2011 InstructionOperand outputs[1];
2043 InstructionOperand inputs[4];
2050 InstructionOperand outputs[1];
2084 InstructionOperand inputs[3];
2091 InstructionOperand outputs[1];