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

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.h 313 Operand() : m_kind(OpndKind_Null), m_size(OpndSize_Null), m_ext(OpndExt_None), m_need_rex(false) {}
317 Operand(RegName reg, OpndExt ext = OpndExt_None) : m_kind(getRegKind(reg)),
331 Operand(OpndSize sz, OpndKind kind, RegName reg, OpndExt ext = OpndExt_None) :
341 Operand(OpndSize size, long long ival, OpndExt ext = OpndExt_None) :
349 Operand(int ival, OpndExt ext = OpndExt_None) :
357 Operand(short ival, OpndExt ext = OpndExt_None) :
366 Operand(char ival, OpndExt ext = OpndExt_None) :
376 int disp, OpndExt ext = OpndExt_None) : m_kind(OpndKind_Mem), m_size(size), m_ext(ext)
388 Operand(OpndSize size, RegName base, int disp, OpndExt ext = OpndExt_None) :
enc_wrapper.cpp 45 inline void add_r(EncoderBase::Operands & args, int physicalReg, OpndSize sz, OpndExt ext = OpndExt_None) {
52 inline void add_m(EncoderBase::Operands & args, int baseReg, int disp, OpndSize sz, OpndExt ext = OpndExt_None) {
59 OpndSize sz, OpndExt ext = OpndExt_None) {
66 OpndSize sz, OpndExt ext = OpndExt_None) {
encoder.inl 62 inline static void add_r(EncoderBase::Operands & args, const R_Opnd & r, Opnd_Size sz, OpndExt ext = OpndExt_None) {
73 inline static void add_m(EncoderBase::Operands & args, const M_Opnd & m, Opnd_Size sz, OpndExt ext = OpndExt_None) {
80 inline static void add_rm(EncoderBase::Operands & args, const RM_Opnd & rm, Opnd_Size sz, OpndExt ext = OpndExt_None) {
enc_defs.h 128 OpndExt_None = 0x0,

Completed in 254 milliseconds