HomeSort by relevance Sort by last modified time
    Searched refs:ETR (Results 1 - 4 of 4) sorted by null

  /art/compiler/utils/arm64/
assembler_arm64.cc 53 ___ Mov(reg_x(tr.AsArm64().AsCoreRegister()), reg_x(ETR));
57 StoreToOffset(ETR, SP, offset.Int32Value());
167 StoreToOffset(scratch.AsCoreRegister(), ETR, offs.Int32Value());
176 StoreToOffset(scratch.AsCoreRegister(), ETR, tr_offs.Int32Value());
183 ___ Str(temp, MEM_OP(reg_x(ETR), tr_offs.Int32Value()));
284 return Load(m_dst.AsArm64(), ETR, src.Int32Value(), size);
315 LoadFromOffset(dst.AsCoreRegister(), ETR, offs.Int32Value());
353 LoadFromOffset(scratch.AsCoreRegister(), ETR, tr_offs.Int32Value());
363 StoreToOffset(scratch.AsCoreRegister(), ETR, tr_offs.Int32Value());
608 LoadFromOffset(scratch.AsCoreRegister(), ETR, Thread::ExceptionOffset<8>().Int32Value())
    [all...]
  /art/runtime/arch/arm64/
registers_arm64.h 60 ETR = 21, // ART Thread Register - External Calls (Callee Saved Reg)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 79 int ETR;
vop.cpp     [all...]

Completed in 347 milliseconds