Home | History | Annotate | Download | only in arm64

Lines Matching defs:temp1

819   LOperand* temp1 = TempRegister();
822 LFastAllocate* result = new (zone()) LFastAllocate(size, temp1, temp2);
829 new (zone()) LAllocate(context, size, temp1, temp2, temp3);
940 LOperand* temp1 = needs_temps ? TempRegister() : NULL;
947 return new(zone()) LBranch(UseRegister(value), temp1, temp2);
950 new(zone()) LBranch(UseRegister(value), temp1, temp2));
1060 LOperand* temp1 = TempRegister();
1064 DefineAsRegister(new(zone()) LTaggedToI(value, temp1, temp2));
1073 LOperand* temp1 = TempRegister();
1075 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2);
2158 LOperand* temp1 = NULL;
2166 temp1 = TempRegister();
2170 temp1 = TempRegister();
2176 return new(zone()) LStoreNamedField(object, value, temp0, temp1);
2285 LOperand* temp1 = TempRegister();
2288 new(zone()) LTrapAllocationMemento(object, temp1, temp2);
2319 LOperand* temp1 = TempRegister();
2323 UseRegister(instr->value()), temp1, temp2);
2336 LOperand* temp1 = TempRegister();
2340 new(zone()) LMathAbsTagged(context, input, temp1, temp2, temp3));