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

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_prvt.h 183 #define r_m8u {(OpndKind)(OpndKind_GPReg|OpndKind_Mem), OpndSize_8, OpndExt_Zero, RegName_Null}
184 #define r_m16u {(OpndKind)(OpndKind_GPReg|OpndKind_Mem), OpndSize_16, OpndExt_Zero, RegName_Null}
185 #define r_m32u {(OpndKind)(OpndKind_GPReg|OpndKind_Mem), OpndSize_32, OpndExt_Zero, 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}
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));
enc_defs.h 130 OpndExt_Zero = 0x2,
enc_wrapper.cpp 79 is_signed ? OpndExt_Signed : OpndExt_Zero));

Completed in 258 milliseconds