Home | History | Annotate | Download | only in compiler

Lines Matching refs:temp_count

71                                        size_t temp_count,
74 return Emit(opcode, output_count, &output, 0, NULL, temp_count, temps);
80 InstructionOperand* a, size_t temp_count,
83 return Emit(opcode, output_count, &output, 1, &a, temp_count, temps);
90 InstructionOperand* b, size_t temp_count,
95 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
104 InstructionOperand* c, size_t temp_count,
109 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
117 size_t temp_count, InstructionOperand** temps) {
121 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
128 size_t input_count, InstructionOperand** inputs, size_t temp_count,
132 input_count, inputs, temp_count, temps);