Searched refs:OpndExt_Zero (Results 1 – 4 of 4) sorted by relevance
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | enc_prvt.h | 183 #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}
|
D | encoder.inl | 101 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));
|
D | enc_defs.h | 130 OpndExt_Zero = 0x2, enumerator
|
D | enc_wrapper.cpp | 79 is_signed ? OpndExt_Signed : OpndExt_Zero)); in add_imm()
|