Fabcoin Core
0.16.2
P2P Digital Currency
|
#include "Common.h"
Go to the source code of this file.
Namespaces | |
llvm | |
dev | |
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
dev::evmjit | |
Macros | |
#define | ANY_PUSH |
#define | ANY_DUP |
#define | ANY_SWAP |
Functions | |
llvm::APInt | dev::evmjit::readPushData (code_iterator &_curr, code_iterator _end) |
Reads PUSH data from pointed fragment of bytecode and constructs number out of it Reading out of bytecode means reading 0. More... | |
void | dev::evmjit::skipPushData (code_iterator &_curr, code_iterator _end) |
Skips PUSH data in pointed fragment of bytecode. More... | |
#define ANY_DUP |
Definition at line 202 of file Instruction.h.
#define ANY_PUSH |
Definition at line 169 of file Instruction.h.
#define ANY_SWAP |
Definition at line 219 of file Instruction.h.