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

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_prvt.h 198 #define imm8 {OpndKind_Imm, OpndSize_8, OpndExt_Any, RegName_Null}
199 #define imm16 {OpndKind_Imm, OpndSize_16, OpndExt_Any, RegName_Null}
200 #define imm32 {OpndKind_Imm, OpndSize_32, OpndExt_Any, RegName_Null}
202 #define imm8s {OpndKind_Imm, OpndSize_8, OpndExt_Signed, RegName_Null}
203 #define imm16s {OpndKind_Imm, OpndSize_16, OpndExt_Signed, RegName_Null}
204 #define imm32s {OpndKind_Imm, OpndSize_32, OpndExt_Signed, RegName_Null}
206 #define imm8u {OpndKind_Imm, OpndSize_8, OpndExt_Zero, RegName_Null}
207 #define imm16u {OpndKind_Imm, OpndSize_16, OpndExt_Zero, RegName_Null}
208 #define imm32u {OpndKind_Imm, OpndSize_32, OpndExt_Zero, RegName_Null}
211 #define imm64 {OpndKind_Imm, OpndSize_64, OpndExt_Any, RegName_Null
    [all...]
enc_base.h 153 * May be a mask, i.e. OpndKind_Imm|OpndKind_Mem.
342 m_kind(OpndKind_Imm), m_size(size), m_ext(ext), m_imm64(ival)
350 m_kind(OpndKind_Imm), m_size(OpndSize_32), m_ext(ext), m_imm64(ival)
358 m_kind(OpndKind_Imm), m_size(OpndSize_16), m_ext(ext), m_imm64(ival)
367 m_kind(OpndKind_Imm), m_size(OpndSize_8), m_ext(ext), m_imm64(ival)
429 bool is_imm(void) const { return is_placed_in(OpndKind_Imm); }
enc_tabl.cpp     [all...]
enc_base.cpp 927 { "Imm", OpndKind_Imm },
    [all...]
enc_defs.h 107 OpndKind_Immediate = 0x20, OpndKind_Imm=OpndKind_Immediate,

Completed in 32 milliseconds