Home
last modified time | relevance | path

Searched refs:OpndExt_Zero (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/compiler/codegen/x86/libenc/
Denc_prvt.h183 #define r_m8u {(OpndKind)(OpndKind_GPReg|OpndKind_Mem), OpndSize_8, OpndExt_Zero, RegName_Nu…
184 #define r_m16u {(OpndKind)(OpndKind_GPReg|OpndKind_Mem), OpndSize_16, OpndExt_Zero, RegName_N…
185 #define r_m32u {(OpndKind)(OpndKind_GPReg|OpndKind_Mem), OpndSize_32, OpndExt_Zero, RegName_N…
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}
Dencoder.inl101 imm.is_signed() ? OpndExt_Signed : OpndExt_Zero));
367 add_rm(args, rm, sz, OpndExt_Zero);
739 EncoderBase::Operands args(EncoderBase::Operand(OpndSize_16, pop, OpndExt_Zero));
Denc_defs.h130 OpndExt_Zero = 0x2, enumerator
Denc_wrapper.cpp79 is_signed ? OpndExt_Signed : OpndExt_Zero)); in add_imm()