Home | History | Annotate | Download | only in compiler

Lines Matching refs:temps

72                                        InstructionOperand** temps) {
74 return Emit(opcode, output_count, &output, 0, NULL, temp_count, temps);
81 InstructionOperand** temps) {
83 return Emit(opcode, output_count, &output, 1, &a, temp_count, temps);
91 InstructionOperand** temps) {
96 temps);
105 InstructionOperand** temps) {
110 temps);
117 size_t temp_count, InstructionOperand** temps) {
122 temps);
129 InstructionOperand** temps) {
132 input_count, inputs, temp_count, temps);