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

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.h 381 m_disp = disp;
394 m_disp = disp;
472 int disp(void) const { return is_mem() ? m_disp : 0; }
517 int m_disp;
encoder.h 338 Imm_Opnd m_disp; member in class:M_Opnd
344 //M_Opnd(Opnd_Size sz): RM_Opnd(Mem, K_M, sz), m_disp(0), m_scale(0), m_index(n_reg), m_base(n_reg) {}
346 RM_Opnd(Mem), m_disp(disp), m_scale(0), m_index(n_reg), m_base(n_reg) {}
348 RM_Opnd(Mem), m_disp(rdisp), m_scale(0), m_index(n_reg), m_base(rbase) {}
350 RM_Opnd(Mem), m_disp(disp), m_scale(scale), m_index(rindex), m_base(rbase) {}
352 m_disp((int)that.m_disp.get_value()), m_scale((int)that.m_scale.get_value()),
359 inline const Imm_Opnd & disp(void) const { return m_disp; }
  /dalvik/vm/compiler/codegen/x86/
Lower.h 290 LowOpndImm m_disp; member in struct:LowOpndMem
    [all...]
LowerHelper.cpp 124 mem->m_disp.value = disp;
153 mem->m_disp.value = disp;
    [all...]

Completed in 278 milliseconds