Searched refs:newop (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c7108 rtx newop[10];
7117 newop[i] = mep_convert_arg (idata->operand[i].mode, operands[i]);
7118 if (!idata->operand[i].predicate (newop[i], idata->operand[i].mode))
7122 emit_insn (idata->genfun (newop[0], newop[1], newop[2],
7123 newop[3], newop[4], newop[5],
7124 newop[
7097 rtx newop[10]; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-pre.c1581 vn_reference_op_s newop = *operand; local
1624 if (newop.opcode == SSA_NAME && TREE_CODE (op[0]) != SSA_NAME)
1625 newop.opcode = TREE_CODE (op[0]);
1626 newop.type = type;
1627 newop.op0 = op[0];
1628 newop.op1 = op[1];
1629 newop.op2 = op[2];
1630 newoperands[i] = newop;
H A Dtree-vrp.c9023 gassign *newop local
9025 gsi_insert_before (gsi, newop, GSI_SAME_STMT);
/haiku-buildtools/binutils/bfd/
H A Delf32-rx.c2501 static const int newop[4] = { 1, 3, 4, 5 };
2503 insn[0] = 0x60 | newop[insn[1] >> 4];
2498 static const int newop[4] = { 1, 3, 4, 5 }; local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-xtensa.c2138 xg_replace_opname (char **popname, char *newop)
2141 *popname = (char *) xmalloc (strlen (newop) + 1);
2142 strcpy (*popname, newop);
2134 xg_replace_opname(char **popname, char *newop) argument
/haiku-buildtools/binutils/gas/config/
H A Dtc-xtensa.c2266 xg_replace_opname (char **popname, const char *newop)
2269 *popname = xstrdup (newop);
2262 xg_replace_opname(char **popname, const char *newop) argument

Completed in 248 milliseconds