Lines Matching +full:non +full:- +full:array
7 * http://www.apache.org/licenses/LICENSE-2.0
19 #include <array>
26 #include "assembly-debug.h"
61 constexpr int INVALID_REG_IDX = -1;
72 constexpr std::array<unsigned, NUM_OPCODES> INST_FLAGS_TABLE = {PANDA_INSTRUCTION_LIST(OPLIST)};
76 constexpr std::array<size_t, NUM_OPCODES> INST_WIDTH_TABLE = {PANDA_INSTRUCTION_LIST(OPLIST)};
80 constexpr std::array<int, NUM_OPCODES> DEF_IDX_TABLE = {PANDA_INSTRUCTION_LIST(OPLIST)};
84 constexpr std::array<std::array<int, MAX_NUMBER_OF_SRC_REGS>, NUM_OPCODES> USE_IDXS_TABLE = {
91 constexpr static uint16_t ACCUMULATOR = -1;
98 std::vector<uint16_t> regs; /* list of arguments - registers */
99 std::vector<std::string> ids; /* list of arguments - identifiers */
100 std::vector<IType> imms; /* list of arguments - immediates */
145 { // Non-range call in IsCall()