Lines Matching refs:def
587 struct instruction *def;
622 def = pseudo->def;
623 if (def && (def->opcode == OP_SETVAL || def->opcode == OP_LABEL)) {
624 output_insn(state, "movl $<%s>,%s", show_pseudo(def->target), hardreg->name);
1380 * code. On use, the "def" of the pseudo will be
1527 struct instruction *def;
1535 def = pseudo->def;
1536 if (def && (def->opcode == OP_SETVAL || def->opcode == OP_LABEL)) {