Home | History | Annotate | Download | only in mips

Lines Matching defs:temp2

1239   LOperand* temp2 = TempRegister();
1241 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2);
1906 LOperand* temp2 = FixedTemp(f22);
1909 temp2));
1919 LOperand* temp2 = TempRegister();
1924 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2);
2384 LOperand* temp2 = TempRegister();
2385 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2);