Lines Matching refs:TMP
102 __ movl(CpuRegister(TMP), Address(src_curr_addr, 0)); in EmitNativeCode()
103 __ MaybeUnpoisonHeapReference(CpuRegister(TMP)); in EmitNativeCode()
109 int32_t entry_point_offset = Thread::ReadBarrierMarkEntryPointsOffset<kX86_64PointerSize>(TMP); in EmitNativeCode()
112 __ MaybePoisonHeapReference(CpuRegister(TMP)); in EmitNativeCode()
113 __ movl(Address(dst_curr_addr, 0), CpuRegister(TMP)); in EmitNativeCode()
1184 Location TMP_loc = Location::RegisterLocation(TMP); in VisitSystemArrayCopy()
1313 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
1319 __ movl(CpuRegister(TMP), Address(temp1, component_offset)); in VisitSystemArrayCopy()
1320 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
1322 __ MaybeUnpoisonHeapReference(CpuRegister(TMP)); in VisitSystemArrayCopy()
1324 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy()
1336 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
1342 __ movl(CpuRegister(TMP), Address(temp2, component_offset)); in VisitSystemArrayCopy()
1343 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
1345 __ MaybeUnpoisonHeapReference(CpuRegister(TMP)); in VisitSystemArrayCopy()
1347 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy()
1391 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
1398 __ movl(CpuRegister(TMP), Address(temp1, component_offset)); in VisitSystemArrayCopy()
1400 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
1402 __ MaybeUnpoisonHeapReference(CpuRegister(TMP)); in VisitSystemArrayCopy()
1404 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy()
1471 __ movl(CpuRegister(TMP), Address(temp1, 0)); in VisitSystemArrayCopy()
1472 __ movl(Address(temp2, 0), CpuRegister(TMP)); in VisitSystemArrayCopy()
1489 __ movl(CpuRegister(TMP), Address(temp1, 0)); in VisitSystemArrayCopy()
1490 __ movl(Address(temp2, 0), CpuRegister(TMP)); in VisitSystemArrayCopy()
1732 __ movl(CpuRegister(TMP), string_length); in GenerateStringIndexOf()
1756 __ testl(CpuRegister(TMP), Immediate(1)); in GenerateStringIndexOf()
1775 __ testl(CpuRegister(TMP), Immediate(1)); in GenerateStringIndexOf()
1969 __ movzxb(CpuRegister(TMP), Address(CpuRegister(RSI), 0)); in VisitStringGetCharsNoCheck()
1970 __ movw(Address(CpuRegister(RDI), 0), CpuRegister(TMP)); in VisitStringGetCharsNoCheck()