• Home
  • Raw
  • Download

Lines Matching refs:operand0

146   INLINE(BytecodeNode(Bytecode bytecode, uint32_t operand0,  in NON_EXPORTED_BASE()
153 SetOperand(0, operand0); in NON_EXPORTED_BASE()
156 INLINE(BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1, in NON_EXPORTED_BASE()
163 SetOperand(0, operand0); in NON_EXPORTED_BASE()
167 INLINE(BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1, in NON_EXPORTED_BASE()
175 SetOperand(0, operand0); in NON_EXPORTED_BASE()
180 INLINE(BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1, in NON_EXPORTED_BASE()
188 SetOperand(0, operand0); in NON_EXPORTED_BASE()
210 void update_operand0(uint32_t operand0) { SetOperand(0, operand0); } in NON_EXPORTED_BASE()
262 BytecodeSourceInfo source_info, uint32_t operand0 = 0, in NON_EXPORTED_BASE()
270 operands_[0] = operand0; in NON_EXPORTED_BASE()
284 uint32_t operand0)) { in NON_EXPORTED_BASE()
287 scale = std::max(scale, ScaleForOperand<operand0_type>(operand0)); in NON_EXPORTED_BASE()
288 return BytecodeNode(bytecode, 1, scale, source_info, operand0); in NON_EXPORTED_BASE()
294 uint32_t operand0, uint32_t operand1)) { in NON_EXPORTED_BASE()
298 scale = std::max(scale, ScaleForOperand<operand0_type>(operand0)); in NON_EXPORTED_BASE()
300 return BytecodeNode(bytecode, 2, scale, source_info, operand0, operand1); in NON_EXPORTED_BASE()
307 uint32_t operand0, uint32_t operand1, in NON_EXPORTED_BASE()
313 scale = std::max(scale, ScaleForOperand<operand0_type>(operand0)); in NON_EXPORTED_BASE()
316 return BytecodeNode(bytecode, 3, scale, source_info, operand0, operand1, in NON_EXPORTED_BASE()
324 uint32_t operand0, uint32_t operand1, in NON_EXPORTED_BASE()
331 scale = std::max(scale, ScaleForOperand<operand0_type>(operand0)); in NON_EXPORTED_BASE()
335 return BytecodeNode(bytecode, 4, scale, source_info, operand0, operand1, in NON_EXPORTED_BASE()