Lines Matching full:output_count
741 size_t output_count, InstructionOperand* outputs,
745 DCHECK(output_count == 0 || outputs != nullptr);
748 size_t total_extra_ops = output_count + input_count + temp_count;
754 opcode, output_count, outputs, input_count, inputs, temp_count, temps);
820 Instruction(InstructionCode opcode, size_t output_count,