Lines Matching refs:TMP
1033 blocked_core_registers_[TMP] = true; in SetupBlockedRegisters()
1179 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in Move()
1180 __ movl(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in Move()
1202 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in Move()
1203 __ movq(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in Move()
5130 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in EmitMove()
5131 __ movl(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in EmitMove()
5142 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex())); in EmitMove()
5143 __ movq(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP)); in EmitMove()
5204 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), mem)); in Exchange32()
5206 __ movl(reg, CpuRegister(TMP)); in Exchange32()
5211 this, TMP, RAX, codegen_->GetNumberOfCoreRegisters()); in Exchange32()
5214 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), mem1 + stack_offset)); in Exchange32()
5217 __ movl(Address(CpuRegister(RSP), mem2 + stack_offset), CpuRegister(TMP)); in Exchange32()
5223 __ movq(CpuRegister(TMP), reg1); in Exchange64()
5225 __ movq(reg2, CpuRegister(TMP)); in Exchange64()
5229 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), mem)); in Exchange64()
5231 __ movq(reg, CpuRegister(TMP)); in Exchange64()
5236 this, TMP, RAX, codegen_->GetNumberOfCoreRegisters()); in Exchange64()
5239 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), mem1 + stack_offset)); in Exchange64()
5242 __ movq(Address(CpuRegister(RSP), mem2 + stack_offset), CpuRegister(TMP)); in Exchange64()
5248 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), mem)); in Exchange32()
5250 __ movd(reg, CpuRegister(TMP)); in Exchange32()
5254 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), mem)); in Exchange64()
5256 __ movd(reg, CpuRegister(TMP)); in Exchange64()
5279 __ movd(CpuRegister(TMP), source.AsFpuRegister<XmmRegister>()); in EmitSwap()
5281 __ movd(destination.AsFpuRegister<XmmRegister>(), CpuRegister(TMP)); in EmitSwap()
6631 Load64BitValue(CpuRegister(TMP), value); in Store64BitValueToStack()
6632 __ movq(Address(CpuRegister(RSP), dest.GetStackIndex()), CpuRegister(TMP)); in Store64BitValueToStack()