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