Lines Matching refs:TMP

97     __ movl(CpuRegister(TMP), Address(src_curr_addr, 0));  in EmitNativeCode()
98 __ MaybeUnpoisonHeapReference(CpuRegister(TMP)); in EmitNativeCode()
104 int32_t entry_point_offset = Thread::ReadBarrierMarkEntryPointsOffset<kX86_64PointerSize>(TMP); in EmitNativeCode()
107 __ MaybePoisonHeapReference(CpuRegister(TMP)); in EmitNativeCode()
108 __ movl(Address(dst_curr_addr, 0), CpuRegister(TMP)); in EmitNativeCode()
828 Location TMP_loc = Location::RegisterLocation(TMP); in VisitSystemArrayCopy()
957 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
963 __ movl(CpuRegister(TMP), Address(temp1, component_offset)); in VisitSystemArrayCopy()
964 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
966 __ MaybeUnpoisonHeapReference(CpuRegister(TMP)); in VisitSystemArrayCopy()
968 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy()
980 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
986 __ movl(CpuRegister(TMP), Address(temp2, component_offset)); in VisitSystemArrayCopy()
987 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
989 __ MaybeUnpoisonHeapReference(CpuRegister(TMP)); in VisitSystemArrayCopy()
991 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy()
1035 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
1042 __ movl(CpuRegister(TMP), Address(temp1, component_offset)); in VisitSystemArrayCopy()
1044 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
1046 __ MaybeUnpoisonHeapReference(CpuRegister(TMP)); in VisitSystemArrayCopy()
1048 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy()
1115 __ movl(CpuRegister(TMP), Address(temp1, 0)); in VisitSystemArrayCopy()
1116 __ movl(Address(temp2, 0), CpuRegister(TMP)); in VisitSystemArrayCopy()
1133 __ movl(CpuRegister(TMP), Address(temp1, 0)); in VisitSystemArrayCopy()
1134 __ movl(Address(temp2, 0), CpuRegister(TMP)); in VisitSystemArrayCopy()
1377 __ movl(CpuRegister(TMP), string_length); in GenerateStringIndexOf()
1401 __ testl(CpuRegister(TMP), Immediate(1)); in GenerateStringIndexOf()
1420 __ testl(CpuRegister(TMP), Immediate(1)); in GenerateStringIndexOf()
1614 __ movzxb(CpuRegister(TMP), Address(CpuRegister(RSI), 0)); in VisitStringGetCharsNoCheck()
1615 __ movw(Address(CpuRegister(RDI), 0), CpuRegister(TMP)); in VisitStringGetCharsNoCheck()