Lines Matching defs:new
468 // @new: the new value for the operand
470 static inline int replace_pseudo(struct instruction *insn, pseudo_t *pp, pseudo_t new)
473 use_pseudo(insn, new, pp);
492 // @op: the instruction's new opcode
493 // @src: the instruction's new operand
506 // @op: the instruction's new opcode
507 // @src: the instruction's new operand
519 // @op: the instruction's new opcode
2197 pseudo_t new, off;
2207 new = def->src1;
2211 new = off;
2222 if (new == orig || new == addr) {
2223 if (new == VOID)
2239 replace_pseudo(insn, &insn->src, new);