_Pop
_result = _Pop();
piece.SetToMemory(_Pop());
piece.SetToMemory(_Pop());
_Pop();
target_addr_t value = _Pop();
_Push(_Pop() & _Pop());
int64 top = (int64)_Pop();
int64 second = (int64)_Pop();
target_addr_t top = _Pop();
_Push(_Pop() - top);
target_addr_t top = _Pop();
target_addr_t second = _Pop();
_Push(_Pop() * _Pop());
_Push(-(int32)_Pop());
_Push(-(int64)_Pop());
_Push(~_Pop());
_Push(_Pop() | _Pop());
_Push(_Pop() + _Pop());
_Push(_Pop() + fDataReader.ReadUnsignedLEB128(0));
target_addr_t top = _Pop();
_Push(_Pop() << top);
target_addr_t top = _Pop();
_Push(_Pop() >> top);
target_addr_t top = _Pop();
int64 second = (int64)_Pop();
_Push(_Pop() ^ _Pop());
if (_Pop() == 0)
_Push(_Pop() == _Pop() ? 1 : 0);
int64 top = (int64)_Pop();
_Push((int64)_Pop() >= top ? 1 : 0);
int64 top = (int64)_Pop();
_Push((int64)_Pop() > top ? 1 : 0);
int64 top = (int64)_Pop();
_Push((int64)_Pop() <= top ? 1 : 0);
int64 top = (int64)_Pop();
_Push((int64)_Pop() < top ? 1 : 0);
_Push(_Pop() == _Pop() ? 1 : 0);
if (!fContext->GetTLSAddress(_Pop(), address))
target_addr_t value = _Pop();
target_addr_t address = _Pop();
target_addr_t address = _Pop();
target_addr_t addressSpace = _Pop();
inline target_addr_t _Pop();