Lines Matching refs:TMP

1252   blocked_core_registers_[TMP] = true;  in SetupBlockedRegisters()
1414 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in Move()
1415 __ movl(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in Move()
1432 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in Move()
1433 __ movq(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in Move()
1468 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), 0)); in HandleGoto()
1469 __ addw(Address(CpuRegister(TMP), ArtMethod::HotnessCountOffset().Int32Value()), in HandleGoto()
5099 CpuRegister length_reg = CpuRegister(TMP); in VisitBoundsCheck()
5239 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in EmitMove()
5240 __ movl(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in EmitMove()
5251 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in EmitMove()
5252 __ movq(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in EmitMove()
5261 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in EmitMove()
5262 __ movq(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in EmitMove()
5263 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex() + high)); in EmitMove()
5264 __ movq(Address(CpuRegister(RSP), destination.GetStackIndex() + high), CpuRegister(TMP)); in EmitMove()
5328 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), mem)); in Exchange32()
5330 __ movl(reg, CpuRegister(TMP)); in Exchange32()
5334 __ movq(CpuRegister(TMP), reg1); in Exchange64()
5336 __ movq(reg2, CpuRegister(TMP)); in Exchange64()
5340 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), mem)); in Exchange64()
5342 __ movq(reg, CpuRegister(TMP)); in Exchange64()
5346 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), mem)); in Exchange32()
5348 __ movd(reg, CpuRegister(TMP)); in Exchange32()
5352 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), mem)); in Exchange64()
5354 __ movd(reg, CpuRegister(TMP)); in Exchange64()
5368 this, TMP, RAX, codegen_->GetNumberOfCoreRegisters()); in ExchangeMemory32()
5371 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), mem1 + stack_offset)); in ExchangeMemory32()
5374 __ movl(Address(CpuRegister(RSP), mem2 + stack_offset), CpuRegister(TMP)); in ExchangeMemory32()
5381 this, TMP, RAX, codegen_->GetNumberOfCoreRegisters()); in ExchangeMemory64()
5387 __ movq(CpuRegister(TMP), in ExchangeMemory64()
5392 CpuRegister(TMP)); in ExchangeMemory64()
5419 __ movd(CpuRegister(TMP), source.AsFpuRegister<XmmRegister>()); in EmitSwap()
5421 __ movd(destination.AsFpuRegister<XmmRegister>(), CpuRegister(TMP)); in EmitSwap()
6989 Load64BitValue(CpuRegister(TMP), value); in Store64BitValueToStack()
6990 __ movq(Address(CpuRegister(RSP), dest.GetStackIndex()), CpuRegister(TMP)); in Store64BitValueToStack()