Searched refs:ETR (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 53 ___ Mov(reg_x(tr.AsArm64().AsCoreRegister()), reg_x(ETR)); in GetCurrentThread() 57 StoreToOffset(ETR, SP, offset.Int32Value()); in GetCurrentThread() 167 StoreToOffset(scratch.AsCoreRegister(), ETR, offs.Int32Value()); in StoreImmediateToThread64() 176 StoreToOffset(scratch.AsCoreRegister(), ETR, tr_offs.Int32Value()); in StoreStackOffsetToThread64() 183 ___ Str(temp, MEM_OP(reg_x(ETR), tr_offs.Int32Value())); in StoreStackPointerToThread64() 284 return Load(m_dst.AsArm64(), ETR, src.Int32Value(), size); in LoadFromThread64() 315 LoadFromOffset(dst.AsCoreRegister(), ETR, offs.Int32Value()); in LoadRawPtrFromThread64() 353 LoadFromOffset(scratch.AsCoreRegister(), ETR, tr_offs.Int32Value()); in CopyRawPtrFromThread64() 363 StoreToOffset(scratch.AsCoreRegister(), ETR, tr_offs.Int32Value()); in CopyRawPtrToThread64() 608 LoadFromOffset(scratch.AsCoreRegister(), ETR, Thread::ExceptionOffset<8>().Int32Value()); in ExceptionPoll() [all …]
|
/art/runtime/arch/arm64/ |
D | registers_arm64.h | 60 ETR = 21, // ART Thread Register - External Calls (Callee Saved Reg) enumerator
|