Searched refs:Mnemonic_PUSH (Results 1 - 4 of 4) sorted by relevance

/dalvik/vm/compiler/codegen/x86/libenc/
H A Denc_defs_ext.h272 Mnemonic_PUSH, // Push Word or Doubleword Onto the Stack enumerator in enum:Mnemonic
H A Dencoder.inl113 return (char*)EncoderBase::encode(stream, Mnemonic_PUSH, args);
124 return EncoderBase::encode(stream, Mnemonic_PUSH, args);
H A Denc_defs.h575 Mnemonic_PUSH, // Push Word or Doubleword Onto the Stack
/dalvik/vm/compiler/codegen/x86/
H A DLowerHelper.cpp1418 dump_reg(Mnemonic_PUSH, ATOM_NORMAL, size, reg, isPhysical, getTypeFromIntSize(size));
1424 dump_mem(Mnemonic_PUSH, ATOM_NORMAL, size, disp, base_reg, isBasePhysical);

Completed in 562 milliseconds