Searched refs:xgate_opcode_ptr (Results 1 – 1 of 1) sorted by relevance
291 struct xgate_opcode *xgate_opcode_ptr = NULL; in md_begin() local307 for (xgate_opcode_ptr = (struct xgate_opcode*) xgate_opcodes, i = 0; in md_begin()309 xgate_op_table[i] = xgate_opcode_ptr[i]; in md_begin()317 for (xgate_opcode_ptr = xgate_op_table, i = 0; i < xgate_num_opcodes; in md_begin()318 xgate_opcode_ptr++, i++) in md_begin()320 if (strcmp (prev_op_name, xgate_opcode_ptr->name)) in md_begin()322 prev_op_name = xgate_opcode_ptr->name; in md_begin()332 for (xgate_opcode_ptr = xgate_op_table, i = 0, j = 0; i < xgate_num_opcodes; in md_begin()333 i++, xgate_opcode_ptr++) in md_begin()335 if (!strcmp (prev_op_name, xgate_opcode_ptr->name)) in md_begin()[all …]