Home | History | Annotate | Download | only in x64

Lines Matching refs:temps

120     InstructionOperand* temps[] = {g.TempRegister(rcx), g.TempRegister(rdx)};
122 g.UseFixed(index, rcx), g.UseFixed(value, rdx), arraysize(temps),
123 temps);
424 InstructionOperand* temps[] = {g.TempRegister(rdx)};
427 g.UseUniqueRegister(node->InputAt(1)), arraysize(temps), temps);
454 InstructionOperand* temps[] = {g.TempRegister(rax), g.TempRegister(rdx)};
457 g.UseUniqueRegister(node->InputAt(1)), arraysize(temps), temps);
555 InstructionOperand* temps[] = {g.TempRegister(rax)};
558 temps);