Searched refs:op_info_map (Results 1 – 2 of 2) sorted by relevance
235 typedef std::map<node*, op_info> op_info_map; typedef239 op_info_map op_map;
524 int16_t op_info_map[D3DSIO_BREAKP + 1]; member3203 for (i = 0; i < ARRAY_SIZE(tx->op_info_map); ++i) in create_op_info_map()3204 tx->op_info_map[i] = -1; in create_op_info_map()3208 assert(inst_table[i].sio < ARRAY_SIZE(tx->op_info_map)); in create_op_info_map()3211 tx->op_info_map[inst_table[i].sio] = i; in create_op_info_map()3215 assert(inst_table[i].sio < ARRAY_SIZE(tx->op_info_map)); in create_op_info_map()3218 tx->op_info_map[inst_table[i].sio] = i; in create_op_info_map()3475 if (insn->opcode < ARRAY_SIZE(tx->op_info_map)) { in sm1_parse_instruction()3476 int k = tx->op_info_map[insn->opcode]; in sm1_parse_instruction()