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()
886 Location TMP_loc = Location::RegisterLocation(TMP); in VisitSystemArrayCopy()
1015 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
1021 __ movl(CpuRegister(TMP), Address(temp1, component_offset)); in VisitSystemArrayCopy()
1022 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
1024 __ MaybeUnpoisonHeapReference(CpuRegister(TMP)); in VisitSystemArrayCopy()
1026 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy()
1038 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
1044 __ movl(CpuRegister(TMP), Address(temp2, component_offset)); in VisitSystemArrayCopy()
1045 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
1047 __ MaybeUnpoisonHeapReference(CpuRegister(TMP)); in VisitSystemArrayCopy()
1049 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy()
1093 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
1100 __ movl(CpuRegister(TMP), Address(temp1, component_offset)); in VisitSystemArrayCopy()
1102 __ testl(CpuRegister(TMP), CpuRegister(TMP)); in VisitSystemArrayCopy()
1104 __ MaybeUnpoisonHeapReference(CpuRegister(TMP)); in VisitSystemArrayCopy()
1106 __ cmpw(Address(CpuRegister(TMP), primitive_offset), Immediate(Primitive::kPrimNot)); in VisitSystemArrayCopy()
1173 __ movl(CpuRegister(TMP), Address(temp1, 0)); in VisitSystemArrayCopy()
1174 __ movl(Address(temp2, 0), CpuRegister(TMP)); in VisitSystemArrayCopy()
1191 __ movl(CpuRegister(TMP), Address(temp1, 0)); in VisitSystemArrayCopy()
1192 __ movl(Address(temp2, 0), CpuRegister(TMP)); in VisitSystemArrayCopy()
1435 __ movl(CpuRegister(TMP), string_length); in GenerateStringIndexOf()
1459 __ testl(CpuRegister(TMP), Immediate(1)); in GenerateStringIndexOf()
1478 __ testl(CpuRegister(TMP), Immediate(1)); in GenerateStringIndexOf()
1672 __ movzxb(CpuRegister(TMP), Address(CpuRegister(RSI), 0)); in VisitStringGetCharsNoCheck()
1673 __ movw(Address(CpuRegister(RDI), 0), CpuRegister(TMP)); in VisitStringGetCharsNoCheck()