Home | History | Annotate | Download | only in arm

Lines Matching refs:value_operand

587   InstructionOperand value_operand;
589 if (TryMatchShift(selector, &opcode, right, &value_operand, &shift_operand)) {
591 value_operand, shift_operand);
713 InstructionOperand value_operand;
715 if (TryMatchShift(this, &opcode, m.left().node(), &value_operand,
717 Emit(opcode, g.DefineAsRegister(node), value_operand, shift_operand);
1718 InstructionOperand const value_operand = g.UseRegister(value);
1720 selector->Emit(opcode, g.NoOutput(), value_operand, value_operand,
1723 selector->EmitDeoptimize(opcode, g.NoOutput(), value_operand, value_operand,
1727 selector->Emit(opcode, g.DefineAsRegister(cont->result()), value_operand,
1728 value_operand);
1754 InstructionOperand value_operand = g.UseRegister(node->InputAt(0));
1765 InstructionOperand index_operand = value_operand;
1769 index_operand, value_operand, g.TempImmediate(sw.min_value));
1776 return EmitLookupSwitch(sw, value_operand);