Home | History | Annotate | Download | only in mips

Lines Matching defs:tmp3

3311     Register tmp3 = input.is(a3) ? a0 : a3;
3318 __ AllocateHeapNumber(tmp1, tmp2, tmp3, tmp4, &slow);
4475 Register tmp3 = ToRegister(temp2);
4493 __ LoadRoot(tmp3, Heap::kHeapNumberMapRootIndex);
4494 __ AllocateHeapNumber(dst, tmp1, tmp2, tmp3, &slow, DONT_TAG_RESULT);