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

  /dalvik/vm/compiler/codegen/x86/libenc/
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...]

Completed in 227 milliseconds