#include "ops.h"#include "files/utils.h"#include "exceptions.h"#include <cstdlib>#include <iomanip>#include <fstream>#include <stack>Include dependency graph for ops.cc:

Go to the source code of this file.
Defines | |
| #define | MAX_NO_OPCODES 512 |
Functions | |
| vector< UCOpcodeData > | opcode_table_data (512) |
| std::vector< std::string > | qnd_ocsplit (const std::string &s) |
| std::vector< std::string > | str2vec (const std::string &s) |
| void | map_type_size (const std::vector< std::string > ¶m_types, std::vector< std::pair< unsigned int, bool > > ¶m_sizes) |
Variables | |
| vector< pair< unsigned int, unsigned int > > | opcode_jumps |
| map< unsigned int, string > | uc_intrinsics |
| map< string, pair< unsigned int, bool > > | type_size_map |
| #define MAX_NO_OPCODES 512 |
| void map_type_size | ( | const std::vector< std::string > & | param_types, | |
| std::vector< std::pair< unsigned int, bool > > & | param_sizes | |||
| ) |
Definition at line 304 of file ops.cc.
References s, and type_size_map.
Referenced by UCOpcodeData::UCOpcodeData().
| vector<UCOpcodeData> opcode_table_data | ( | 512 | ) |
| std::vector<std::string> qnd_ocsplit | ( | const std::string & | s | ) |
| std::vector<std::string> str2vec | ( | const std::string & | s | ) |
| vector<pair<unsigned int, unsigned int> > opcode_jumps |
| map<string, pair<unsigned int, bool> > type_size_map |
| map<unsigned int, string> uc_intrinsics |
1.5.1