Home | History | Annotate | Download | only in codegen

Lines Matching refs:OP_MOV

204    while (insn->op == OP_MOV && insn->getDef(0)->equals(insn->getSrc(0)))
256 if (usei->op == OP_MOV && usei->getDef(0)->equals(usei->getSrc(0)) &&
564 if (i->op != OP_MOV && i->op != OP_PFETCH)
995 i->op = OP_MOV;