Home | History | Annotate | Download | only in opcodes

Lines Matching refs:entry_ptr

697   const HASHTAB *entry_ptr;
726 for (entry_ptr = hashtable[opcode % HASHVAL];
727 (entry_ptr != NULL) && (entry_ptr->instr->opcode != opcode);
728 entry_ptr = entry_ptr->next)
731 if (entry_ptr == NULL)
735 (*info->fprintf_func) (info->stream, "%s", entry_ptr->instr->mnemonic);
736 printop (info, &(entry_ptr->instr->op1), instruction, pc, 1);
737 printop (info, &(entry_ptr->instr->op2), instruction, pc, 0);
738 printop (info, &(entry_ptr->instr->op3), instruction, pc, 0);