Lines Matching refs:TMP

1390   blocked_core_registers_[TMP] = true;  in SetupBlockedRegisters()
1407 method = TMP; in MaybeIncrementHotness()
1424 __ movq(CpuRegister(TMP), Immediate(address)); in MaybeIncrementHotness()
1425 __ addw(Address(CpuRegister(TMP), ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
1596 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in Move()
1597 __ movl(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in Move()
1614 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in Move()
1615 __ movq(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in Move()
2698 __ movq(CpuRegister(TMP), Immediate(address)); in MaybeGenerateInlineCacheCheck()
2700 __ cmpl(Address(CpuRegister(TMP), InlineCache::ClassesOffset().Int32Value()), klass); in MaybeGenerateInlineCacheCheck()
5676 CpuRegister length_reg = CpuRegister(TMP); in VisitBoundsCheck()
5832 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in EmitMove()
5833 __ movl(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in EmitMove()
5844 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in EmitMove()
5845 __ movq(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in EmitMove()
5854 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in EmitMove()
5855 __ movq(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in EmitMove()
5856 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex() + high)); in EmitMove()
5857 __ movq(Address(CpuRegister(RSP), destination.GetStackIndex() + high), CpuRegister(TMP)); in EmitMove()
5921 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), mem)); in Exchange32()
5923 __ movl(reg, CpuRegister(TMP)); in Exchange32()
5927 __ movq(CpuRegister(TMP), reg1); in Exchange64()
5929 __ movq(reg2, CpuRegister(TMP)); in Exchange64()
5933 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), mem)); in Exchange64()
5935 __ movq(reg, CpuRegister(TMP)); in Exchange64()
5939 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), mem)); in Exchange32()
5941 __ movd(reg, CpuRegister(TMP)); in Exchange32()
5945 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), mem)); in Exchange64()
5947 __ movd(reg, CpuRegister(TMP)); in Exchange64()
5961 this, TMP, RAX, codegen_->GetNumberOfCoreRegisters()); in ExchangeMemory32()
5964 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), mem1 + stack_offset)); in ExchangeMemory32()
5967 __ movl(Address(CpuRegister(RSP), mem2 + stack_offset), CpuRegister(TMP)); in ExchangeMemory32()
5974 this, TMP, RAX, codegen_->GetNumberOfCoreRegisters()); in ExchangeMemory64()
5980 __ movq(CpuRegister(TMP), in ExchangeMemory64()
5985 CpuRegister(TMP)); in ExchangeMemory64()
6012 __ movd(CpuRegister(TMP), source.AsFpuRegister<XmmRegister>()); in EmitSwap()
6014 __ movd(destination.AsFpuRegister<XmmRegister>(), CpuRegister(TMP)); in EmitSwap()
7699 Load64BitValue(CpuRegister(TMP), value); in Store64BitValueToStack()
7700 __ movq(Address(CpuRegister(RSP), dest.GetStackIndex()), CpuRegister(TMP)); in Store64BitValueToStack()