Lines Matching defs:operand
52 return compiler::UnallocatedOperand::cast(node->result().operand())
96 const compiler::AllocatedOperand& operand =
97 compiler::AllocatedOperand::cast(input.operand());
99 if (operand.IsRegister()) {
100 __ Push(operand.GetRegister());
102 DCHECK(operand.IsStackSlot());
103 __ Push(GetStackSlot(operand));
305 os << " → " << node->result().operand();
582 Operand operand = FieldOperand(
585 __ StoreTaggedField(operand, value);