Lines Matching refs:operand1
41 uint32_t operand1,
49 SetOperand(1, operand1);
53 uint32_t operand1, uint32_t operand2,
61 SetOperand(1, operand1);
66 uint32_t operand1, uint32_t operand2,
75 SetOperand(1, operand1);
81 uint32_t operand1, uint32_t operand2,
90 SetOperand(1, operand1);
137 uint32_t operand1 = 0, uint32_t operand2 = 0,
145 operands_[1] = operand1;
169 uint32_t operand0, uint32_t operand1) {
174 scale = std::max(scale, ScaleForOperand<operand1_type>(operand1));
175 return BytecodeNode(bytecode, 2, scale, source_info, operand0, operand1);
182 uint32_t operand0, uint32_t operand1,
189 scale = std::max(scale, ScaleForOperand<operand1_type>(operand1));
191 return BytecodeNode(bytecode, 3, scale, source_info, operand0, operand1,
199 uint32_t operand0, uint32_t operand1,
207 scale = std::max(scale, ScaleForOperand<operand1_type>(operand1));
210 return BytecodeNode(bytecode, 4, scale, source_info, operand0, operand1,
219 uint32_t operand0, uint32_t operand1,
229 scale = std::max(scale, ScaleForOperand<operand1_type>(operand1));
233 return BytecodeNode(bytecode, 5, scale, source_info, operand0, operand1,