| /src/external/gpl3/binutils/dist/opcodes/ |
| z8kgen.c | 916 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); local 918 memcpy (new_op, p, (c + 1) * sizeof (struct op)); 922 new_op[id].id = id; 925 qsort (new_op, c, sizeof (struct op), func); 927 p = new_op; 977 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); local 979 memcpy (new_op, p, (c + 1) * sizeof (struct op)); 983 new_op[id].id = id; 986 qsort (new_op, c, sizeof (struct op), func); 1300 while (new_op->flags && new_op->flags[0] != '*' [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| z8kgen.c | 916 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); local 918 memcpy (new_op, p, (c + 1) * sizeof (struct op)); 922 new_op[id].id = id; 925 qsort (new_op, c, sizeof (struct op), func); 927 p = new_op; 977 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); local 979 memcpy (new_op, p, (c + 1) * sizeof (struct op)); 983 new_op[id].id = id; 986 qsort (new_op, c, sizeof (struct op), func); 1300 while (new_op->flags && new_op->flags[0] != '*' [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| z8kgen.c | 916 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); local 918 memcpy (new_op, p, (c + 1) * sizeof (struct op)); 922 new_op[id].id = id; 925 qsort (new_op, c, sizeof (struct op), func); 927 p = new_op; 977 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); local 979 memcpy (new_op, p, (c + 1) * sizeof (struct op)); 983 new_op[id].id = id; 986 qsort (new_op, c, sizeof (struct op), func); 1300 while (new_op->flags && new_op->flags[0] != '*' [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| z8kgen.c | 916 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); local 918 memcpy (new_op, p, (c + 1) * sizeof (struct op)); 922 new_op[id].id = id; 925 qsort (new_op, c, sizeof (struct op), func); 927 p = new_op; 977 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); local 979 memcpy (new_op, p, (c + 1) * sizeof (struct op)); 983 new_op[id].id = id; 986 qsort (new_op, c, sizeof (struct op), func); 1300 while (new_op->flags && new_op->flags[0] != '*' [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-match-exports.cc | 142 operation. Return true on success, storing the new operation in NEW_OP. */ 146 gimple_match_op *new_op) 168 new_op->set_op (as_combined_fn (ifn), orig_op->type, num_ops + num_cond_ops); 169 new_op->ops[0] = orig_op->cond.cond; 171 new_op->ops[i + 1] = orig_op->ops[i]; 176 new_op->ops[num_ops + 1] = else_value; 179 new_op->ops[num_ops + 2] = orig_op->cond.len; 180 new_op->ops[num_ops + 3] = orig_op->cond.bias; 328 gimple_match_op new_op; local 336 new_op.set_op (VEC_COND_EXPR, res_op->type [all...] |
| omp-oacc-kernels-decompose.cc | 479 tree new_op = OMP_CLAUSE_OPERAND (loop_clause, 0); local 481 cst_and_fits_in_hwi (new_op) && 482 int_cst_value (old_op) == int_cst_value (new_op)))
|
| tree-ssa-dom.cc | 2117 tree new_op = USE_FROM_PTR (op_p); local 2118 if (new_op != old_op && TREE_CODE (new_op) == SSA_NAME) 2119 last_copy_propagated_op = new_op;
|
| tree-ssa-reassoc.cc | 5029 tree new_op; local 5033 new_op = update_ops (bbinfo[idx].op, 5038 if (new_op == NULL_TREE) 5041 new_op = ops[bbinfo[idx].first_idx++]->op; 5043 if (bbinfo[idx].op != new_op) 5055 SET_USE (use_p, new_op); 5076 if (is_gimple_min_invariant (new_op)) 5078 new_op = fold_convert (TREE_TYPE (lhs), new_op); 5079 g = gimple_build_assign (new_lhs, new_op); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-match-head.cc | 90 operation. Return true on success, storing the new operation in NEW_OP. */ 94 gimple_match_op *new_op) 109 new_op->set_op (as_combined_fn (ifn), orig_op->type, num_ops + 2); 110 new_op->ops[0] = orig_op->cond.cond; 112 new_op->ops[i + 1] = orig_op->ops[i]; 117 new_op->ops[num_ops + 1] = else_value; 175 gimple_match_op new_op; local 180 new_op.set_op (VEC_COND_EXPR, res_op->type, 183 *res_op = new_op; 190 if (convert_conditional_op (res_op, &new_op)) [all...] |
| omp-oacc-kernels-decompose.cc | 478 tree new_op = OMP_CLAUSE_OPERAND (loop_clause, 0); local 480 cst_and_fits_in_hwi (new_op) && 481 int_cst_value (old_op) == int_cst_value (new_op)))
|
| tree-ssa-dom.cc | 1917 tree new_op = USE_FROM_PTR (op_p); local 1918 if (new_op != old_op && TREE_CODE (new_op) == SSA_NAME) 1919 last_copy_propagated_op = new_op;
|
| tree-ssa-reassoc.cc | 4984 tree new_op; local 4988 new_op = update_ops (bbinfo[idx].op, 4993 if (new_op == NULL_TREE) 4996 new_op = ops[bbinfo[idx].first_idx++]->op; 4998 if (bbinfo[idx].op != new_op) 5010 SET_USE (use_p, new_op); 5031 if (is_gimple_min_invariant (new_op)) 5033 new_op = fold_convert (TREE_TYPE (lhs), new_op); 5034 g = gimple_build_assign (new_lhs, new_op); [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Expression.cc | 1201 OpCode new_op; local 1205 new_op = OP_LIBRARY_IN; 1208 new_op = OP_LIBRARY_SOMEIN; 1211 new_op = OP_LIBRARY_ORDRIN; 1214 new_op = op; // Should never reach here 1218 res = new Expression (new_op, arg1 ? arg1->pEval (ctx) : NULL, 1221 res = new Expression (new_op, arg0 ? arg0->pEval (ctx) : NULL,
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Expression.cc | 1201 OpCode new_op; local 1205 new_op = OP_LIBRARY_IN; 1208 new_op = OP_LIBRARY_SOMEIN; 1211 new_op = OP_LIBRARY_ORDRIN; 1214 new_op = op; // Should never reach here 1218 res = new Expression (new_op, arg1 ? arg1->pEval (ctx) : NULL, 1221 res = new Expression (new_op, arg0 ? arg0->pEval (ctx) : NULL,
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| Makefile.am | 88 new_op.cc \
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| Makefile.am | 88 new_op.cc \
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-xtensa.c | 2327 xtensa_opcode old_op, new_op; 2396 new_op = xtensa_opcode_lookup (isa, "nop"); 2397 if (new_op == XTENSA_UNDEFINED) 2399 new_op = xtensa_opcode_lookup (isa, "or"); 2400 if (new_op == XTENSA_UNDEFINED 2401 || xtensa_opcode_encode (isa, fmt, 0, sbuff, new_op) != 0 2402 || xtensa_operand_set_field (isa, new_op, 0, fmt, 0, 2404 || xtensa_operand_set_field (isa, new_op, 1, fmt, 0, 2406 || xtensa_operand_set_field (isa, new_op, 2, fmt, 0, 2415 if (xtensa_opcode_encode (isa, fmt, 0, sbuff, new_op) != 0 2322 xtensa_opcode old_op, new_op; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-xtensa.c | 2328 xtensa_opcode old_op, new_op; 2397 new_op = xtensa_opcode_lookup (isa, "nop"); 2398 if (new_op == XTENSA_UNDEFINED) 2400 new_op = xtensa_opcode_lookup (isa, "or"); 2401 if (new_op == XTENSA_UNDEFINED 2402 || xtensa_opcode_encode (isa, fmt, 0, sbuff, new_op) != 0 2403 || xtensa_operand_set_field (isa, new_op, 0, fmt, 0, 2405 || xtensa_operand_set_field (isa, new_op, 1, fmt, 0, 2407 || xtensa_operand_set_field (isa, new_op, 2, fmt, 0, 2416 if (xtensa_opcode_encode (isa, fmt, 0, sbuff, new_op) != 0 2323 xtensa_opcode old_op, new_op; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-xtensa.c | 2326 xtensa_opcode old_op, new_op; 2395 new_op = xtensa_opcode_lookup (isa, "nop"); 2396 if (new_op == XTENSA_UNDEFINED) 2398 new_op = xtensa_opcode_lookup (isa, "or"); 2399 if (new_op == XTENSA_UNDEFINED 2400 || xtensa_opcode_encode (isa, fmt, 0, sbuff, new_op) != 0 2401 || xtensa_operand_set_field (isa, new_op, 0, fmt, 0, 2403 || xtensa_operand_set_field (isa, new_op, 1, fmt, 0, 2405 || xtensa_operand_set_field (isa, new_op, 2, fmt, 0, 2414 if (xtensa_opcode_encode (isa, fmt, 0, sbuff, new_op) != 0 2321 xtensa_opcode old_op, new_op; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-xtensa.c | 2328 xtensa_opcode old_op, new_op; 2397 new_op = xtensa_opcode_lookup (isa, "nop"); 2398 if (new_op == XTENSA_UNDEFINED) 2400 new_op = xtensa_opcode_lookup (isa, "or"); 2401 if (new_op == XTENSA_UNDEFINED 2402 || xtensa_opcode_encode (isa, fmt, 0, sbuff, new_op) != 0 2403 || xtensa_operand_set_field (isa, new_op, 0, fmt, 0, 2405 || xtensa_operand_set_field (isa, new_op, 1, fmt, 0, 2407 || xtensa_operand_set_field (isa, new_op, 2, fmt, 0, 2416 if (xtensa_opcode_encode (isa, fmt, 0, sbuff, new_op) != 0 2323 xtensa_opcode old_op, new_op; local [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-aarch64.c | 9495 enum aarch64_op new_op; 9502 case OP_LDRB_POS:new_op = OP_LDURB; break; 9503 case OP_STRB_POS: new_op = OP_STURB; break; 9504 case OP_LDRSB_POS: new_op = OP_LDURSB; break; 9505 case OP_LDRH_POS: new_op = OP_LDURH; break; 9506 case OP_STRH_POS: new_op = OP_STURH; break; 9507 case OP_LDRSH_POS: new_op = OP_LDURSH; break; 9508 case OP_LDR_POS: new_op = OP_LDUR; break; 9509 case OP_STR_POS: new_op = OP_STUR; break; 9510 case OP_LDRF_POS: new_op = OP_LDURV; break 9485 enum aarch64_op new_op; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-aarch64.c | 9395 enum aarch64_op new_op; 9402 case OP_LDRB_POS:new_op = OP_LDURB; break; 9403 case OP_STRB_POS: new_op = OP_STURB; break; 9404 case OP_LDRSB_POS: new_op = OP_LDURSB; break; 9405 case OP_LDRH_POS: new_op = OP_LDURH; break; 9406 case OP_STRH_POS: new_op = OP_STURH; break; 9407 case OP_LDRSH_POS: new_op = OP_LDURSH; break; 9408 case OP_LDR_POS: new_op = OP_LDUR; break; 9409 case OP_STR_POS: new_op = OP_STUR; break; 9410 case OP_LDRF_POS: new_op = OP_LDURV; break 9385 enum aarch64_op new_op; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| constraint-manager.cc | 2074 enum tree_code new_op local 2077 add_constraint (lhs_id, new_op, other->m_rhs); 2106 enum tree_code new_op local 2109 add_constraint (other->m_lhs, new_op, rhs_id);
|
| /src/external/gpl3/gcc/dist/libcc1/ |
| libcp1plugin.cc | 3036 const char *new_op, 3055 switch (CHARS2 (new_op[0], new_op[1])) 3060 new_op += 2;
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| constraint-manager.cc | 2069 enum tree_code new_op local 2072 add_constraint (lhs_id, new_op, other->m_rhs); 2101 enum tree_code new_op local 2104 add_constraint (other->m_lhs, new_op, rhs_id);
|