Home
last modified time | relevance | path

Searched refs:tem (Results 1 – 25 of 95) sorted by relevance

1234

/freebsd-12-stable/contrib/gdb/gdb/
Dexpprint.c64 unsigned tem; in print_subexp_standard() local
158 for (tem = 0; tem < nargs; tem++) in print_subexp_standard()
160 if (tem != 0) in print_subexp_standard()
216 for (tem = 0; tem < nargs; tem++) in print_subexp_standard()
240 tem = 0; in print_subexp_standard()
254 while (tem < nargs) in print_subexp_standard()
260 tem = 0; in print_subexp_standard()
265 tempstr[tem++] = in print_subexp_standard()
271 if (tem > 0) in print_subexp_standard()
279 for (tem = 0; tem < nargs; tem++) in print_subexp_standard()
[all …]
Deval.c187 int tem = longest_to_int (exp->elts[pc + 1].longconst); in get_label() local
188 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in get_label()
388 int tem, tem2, tem3; in evaluate_subexp_standard() local
409 tem = longest_to_int (exp->elts[pc + 2].longconst); in evaluate_subexp_standard()
410 (*pos) += 4 + BYTES_TO_EXP_ELEM (tem + 1); in evaluate_subexp_standard()
471 tem = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
472 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in evaluate_subexp_standard()
475 return value_string (&exp->elts[pc + 2].string, tem); in evaluate_subexp_standard()
478 tem = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
479 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in evaluate_subexp_standard()
[all …]
Dp-exp.y548 struct symtab *tem = variable
550 if (tem)
551 $$ = BLOCKVECTOR_BLOCK (BLOCKVECTOR (tem), STATIC_BLOCK);
560 { struct symbol *tem variable
564 if (!tem || SYMBOL_CLASS (tem) != LOC_BLOCK)
567 $$ = SYMBOL_BLOCK_VALUE (tem); }
/freebsd-12-stable/contrib/gcc/
Dfold-const.c1137 tree tem = strip_float_extensions (t); in negate_expr_p() local
1138 if (tem != t) in negate_expr_p()
1139 return negate_expr_p (tem); in negate_expr_p()
1176 tree tem; in fold_negate_expr() local
1188 tem = fold_negate_const (t, type); in fold_negate_expr()
1189 if (!TREE_OVERFLOW (tem) in fold_negate_expr()
1191 return tem; in fold_negate_expr()
1195 tem = fold_negate_const (t, type); in fold_negate_expr()
1197 if (! TREE_OVERFLOW (tem) || ! flag_trapping_math) in fold_negate_expr()
1198 return tem; in fold_negate_expr()
[all …]
Dexpmed.c2951 rtx insn, accum, tem; in expand_mult_const() local
2996 tem = expand_shift (LSHIFT_EXPR, mode, op0, in expand_mult_const()
2999 accum = force_operand (gen_rtx_PLUS (mode, accum, tem), in expand_mult_const()
3005 tem = expand_shift (LSHIFT_EXPR, mode, op0, in expand_mult_const()
3008 accum = force_operand (gen_rtx_MINUS (mode, accum, tem), in expand_mult_const()
3033 tem = expand_shift (LSHIFT_EXPR, mode, accum, in expand_mult_const()
3036 accum = force_operand (gen_rtx_PLUS (mode, accum, tem), in expand_mult_const()
3042 tem = expand_shift (LSHIFT_EXPR, mode, accum, in expand_mult_const()
3045 accum = force_operand (gen_rtx_MINUS (mode, tem, accum), in expand_mult_const()
3047 ? add_target : (optimize ? 0 : tem))); in expand_mult_const()
[all …]
Dsimplify-rtx.c116 rtx tem; in simplify_gen_binary() local
119 tem = simplify_binary_operation (code, mode, op0, op1); in simplify_gen_binary()
120 if (tem) in simplify_gen_binary()
121 return tem; in simplify_gen_binary()
126 tem = op0, op0 = op1, op1 = tem; in simplify_gen_binary()
192 rtx tem = simplify_subreg (GET_MODE (x), c, cmode, offset); in avoid_constant_pool_reference() local
193 if (tem && CONSTANT_P (tem)) in avoid_constant_pool_reference()
194 return tem; in avoid_constant_pool_reference()
218 rtx tem; in simplify_gen_unary() local
221 if ((tem = simplify_unary_operation (code, mode, op, op_mode)) != 0) in simplify_gen_unary()
[all …]
Dreload.c3777 rtx tem; in find_reloads() local
3779 tem = substed_operand[commutative]; in find_reloads()
3781 substed_operand[commutative + 1] = tem; in find_reloads()
3782 tem = recog_data.operand[commutative]; in find_reloads()
3784 recog_data.operand[commutative + 1] = tem; in find_reloads()
3785 tem = *recog_data.operand_loc[commutative]; in find_reloads()
3788 *recog_data.operand_loc[commutative + 1] = tem; in find_reloads()
3858 rtx tem = force_const_mem (operand_mode[i], in find_reloads() local
3860 tem = gen_rtx_PLUS (operand_mode[i], in find_reloads()
3861 XEXP (recog_data.operand[i], 0), tem); in find_reloads()
[all …]
Ddbxout.c1394 tree tem; in dbxout_type_fields() local
1398 for (tem = TYPE_FIELDS (type); tem; tem = TREE_CHAIN (tem)) in dbxout_type_fields()
1402 if (tem == error_mark_node || TREE_TYPE (tem) == error_mark_node) in dbxout_type_fields()
1406 if (TREE_CODE (tem) == TYPE_DECL in dbxout_type_fields()
1408 || DECL_IGNORED_P (tem) in dbxout_type_fields()
1411 || (TREE_CODE (tem) == FIELD_DECL in dbxout_type_fields()
1412 && (! host_integerp (bit_position (tem), 0) in dbxout_type_fields()
1413 || ! DECL_SIZE (tem) in dbxout_type_fields()
1414 || ! host_integerp (DECL_SIZE (tem), 1)))) in dbxout_type_fields()
1417 else if (TREE_CODE (tem) != CONST_DECL) in dbxout_type_fields()
[all …]
Dsdbout.c1103 tree tem; in sdbout_one_type() local
1180 for (tem = TYPE_VALUES (type); tem; tem = TREE_CHAIN (tem)) in sdbout_one_type()
1181 if (host_integerp (TREE_VALUE (tem), 0)) in sdbout_one_type()
1183 PUT_SDB_DEF (IDENTIFIER_POINTER (TREE_PURPOSE (tem))); in sdbout_one_type()
1184 PUT_SDB_INT_VAL (tree_low_cst (TREE_VALUE (tem), 0)); in sdbout_one_type()
1191 for (tem = TYPE_FIELDS (type); tem; tem = TREE_CHAIN (tem)) in sdbout_one_type()
1198 if (TREE_CODE (tem) == FIELD_DECL in sdbout_one_type()
1199 && DECL_NAME (tem) in sdbout_one_type()
1200 && DECL_SIZE (tem) in sdbout_one_type()
1201 && host_integerp (DECL_SIZE (tem), 1) in sdbout_one_type()
[all …]
Ddojump.c800 rtx tem; in compare_from_rtx() local
807 tem = op0; in compare_from_rtx()
809 op1 = tem; in compare_from_rtx()
816 tem = simplify_relational_operation (code, VOIDmode, mode, op0, op1); in compare_from_rtx()
817 if (tem) in compare_from_rtx()
819 if (CONSTANT_P (tem)) in compare_from_rtx()
820 return tem; in compare_from_rtx()
822 if (COMPARISON_P (tem)) in compare_from_rtx()
824 code = GET_CODE (tem); in compare_from_rtx()
825 op0 = XEXP (tem, 0); in compare_from_rtx()
[all …]
Dcombine.c3825 rtx tem = XEXP (x, 0); in find_split_point() local
3827 SUBST (XEXP (x, 1), tem); in find_split_point()
4349 rtx tem = inner_op0; in combine_simplify_rtx() local
4351 inner_op1 = tem; in combine_simplify_rtx()
4612 rtx tem = simplify_binary_operation (MULT, mode, in combine_simplify_rtx() local
4615 if (tem) in combine_simplify_rtx()
4616 return simplify_gen_binary (DIV, mode, tem, XEXP (XEXP (x, 0), 1)); in combine_simplify_rtx()
5608 rtx tem; in expand_compound_operation() local
5779 tem = gen_lowpart (mode, XEXP (x, 0)); in expand_compound_operation()
5780 if (!tem || GET_CODE (tem) == CLOBBER) in expand_compound_operation()
[all …]
Dexplow.c84 rtx tem; in plus_constant() local
122 tem in plus_constant()
126 if (memory_address_p (GET_MODE (tem), XEXP (tem, 0))) in plus_constant()
127 return tem; in plus_constant()
208 rtx tem; in eliminate_constant_term() local
215 && 0 != (tem = simplify_binary_operation (PLUS, GET_MODE (x), *constptr, in eliminate_constant_term()
217 && GET_CODE (tem) == CONST_INT) in eliminate_constant_term()
219 *constptr = tem; in eliminate_constant_term()
223 tem = const0_rtx; in eliminate_constant_term()
224 x0 = eliminate_constant_term (XEXP (x, 0), &tem); in eliminate_constant_term()
[all …]
Djump.c1063 rtx tem; in follow_jumps() local
1068 for (tem = value; tem != insn; tem = NEXT_INSN (tem)) in follow_jumps()
1069 if (NOTE_P (tem) && NOTE_LINE_NUMBER (tem) > 0) in follow_jumps()
1077 tem = next_active_insn (JUMP_LABEL (insn)); in follow_jumps()
1078 if (tem && (GET_CODE (PATTERN (tem)) == ADDR_VEC in follow_jumps()
1079 || GET_CODE (PATTERN (tem)) == ADDR_DIFF_VEC)) in follow_jumps()
1718 rtx tem; in invert_exp_1() local
1738 tem = XEXP (x, 1); in invert_exp_1()
1740 validate_change (insn, &XEXP (x, 2), tem, 1); in invert_exp_1()
Dconvert.c543 tree tem; in convert_to_integer() local
561 tem = fold_unary (code, type, expr); in convert_to_integer()
562 if (tem) in convert_to_integer()
563 return tem; in convert_to_integer()
565 tem = build1 (code, type, expr); in convert_to_integer()
566 TREE_NO_WARNING (tem) = 1; in convert_to_integer()
567 return tem; in convert_to_integer()
Dcse.c3912 rtx tem; in fold_rtx() local
3914 tem = XEXP (x, 0); XEXP (x, 0) = XEXP (x, 1); in fold_rtx()
3915 XEXP (x, 1) = tem; in fold_rtx()
3943 rtx tem = XEXP (x, 0); in fold_rtx() local
3952 validate_change (insn, &XEXP (x, 1), tem, 1); in fold_rtx()
3955 tem = const_arg0, const_arg0 = const_arg1, const_arg1 = tem; in fold_rtx()
3956 tem = folded_arg0, folded_arg0 = folded_arg1, folded_arg1 = tem; in fold_rtx()
4616 rtx tem = record_jump_cond_subreg (inner_mode, op1); in record_jump_cond() local
4617 if (tem) in record_jump_cond()
4618 record_jump_cond (code, mode, SUBREG_REG (op0), tem, in record_jump_cond()
[all …]
Dtree-stdarg.c361 va_list_ptr_read (struct stdarg_info *si, tree ap, tree tem) in va_list_ptr_read() argument
367 if (TREE_CODE (tem) != SSA_NAME in va_list_ptr_read()
369 DECL_UID (SSA_NAME_VAR (tem))) in va_list_ptr_read()
370 || is_global_var (SSA_NAME_VAR (tem))) in va_list_ptr_read()
393 if (va_list_counter_bump (si, ap, tem, true) == (unsigned HOST_WIDE_INT) -1) in va_list_ptr_read()
399 DECL_UID (SSA_NAME_VAR (tem))); in va_list_ptr_read()
Demit-rtl.c3110 rtx tem; in try_split() local
3254 tem = emit_insn_after_setloc (seq, trial, INSN_LOCATOR (trial)); in try_split()
3258 emit_barrier_after (tem); in try_split()
3265 for (tem = NEXT_INSN (before); tem != after; tem = NEXT_INSN (tem)) in try_split()
3266 if (! INSN_DELETED_P (tem) && INSN_P (tem)) in try_split()
3267 tem = try_split (PATTERN (tem), tem, 1); in try_split()
4677 struct sequence_stack *tem; in start_sequence() local
4681 tem = free_sequence_stack; in start_sequence()
4682 free_sequence_stack = tem->next; in start_sequence()
4685 tem = ggc_alloc (sizeof (struct sequence_stack)); in start_sequence()
[all …]
Dlocal-alloc.c1769 int tem = QTY_CMP_PRI (q2) - QTY_CMP_PRI (q1); in qty_compare_1() local
1771 if (tem != 0) in qty_compare_1()
1772 return tem; in qty_compare_1()
1794 int tem = QTY_CMP_SUGG (q1) - QTY_CMP_SUGG (q2); in qty_sugg_compare() local
1796 if (tem != 0) in qty_sugg_compare()
1797 return tem; in qty_sugg_compare()
1806 int tem = QTY_CMP_SUGG (q1) - QTY_CMP_SUGG (q2); in qty_sugg_compare_1() local
1808 if (tem != 0) in qty_sugg_compare_1()
1809 return tem; in qty_sugg_compare_1()
1811 tem = QTY_CMP_PRI (q2) - QTY_CMP_PRI (q1); in qty_sugg_compare_1()
[all …]
Dreload1.c461 rtx tem in init_reload() local
469 while (memory_address_p (QImode, tem)) in init_reload()
472 tem = gen_rtx_MEM (Pmode, tem); in init_reload()
477 tem = gen_rtx_MEM (Pmode, gen_rtx_SYMBOL_REF (Pmode, "foo")); in init_reload()
478 indirect_symref_ok = memory_address_p (QImode, tem); in init_reload()
484 tem = gen_rtx_PLUS (Pmode, in init_reload()
489 tem = plus_constant (tem, 4); in init_reload()
491 if (memory_address_p (QImode, tem)) in init_reload()
2152 rtx tem; in set_label_offsets() local
2188 && (tem = prev_nonnote_insn (insn)) != 0 in set_label_offsets()
[all …]
/freebsd-12-stable/contrib/binutils/ld/emultempl/
Darmelf.em107 bfd *tem;
113 for (tem = link_info.input_bfds; tem != NULL; tem = tem->link_next)
114 tem->output_has_begun = FALSE;
117 for (tem = link_info.input_bfds; tem != NULL; tem = tem->link_next)
118 tem->output_has_begun = FALSE;
/freebsd-12-stable/contrib/gdb/gdb/cli/
Dcli-script.c1075 char *tem = comname; in define_command() local
1089 c = lookup_cmd (&tem, cmdlist, "", -1, 1); in define_command()
1122 tem = comname + hook_name_size; in define_command()
1123 hookc = lookup_cmd (&tem, cmdlist, "", -1, 0); in define_command()
1139 for (tem = comname; *tem; tem++) in define_command()
1140 if (isupper (*tem)) in define_command()
1141 *tem = tolower (*tem); in define_command()
1180 char *tem = comname; in document_command() local
1185 c = lookup_cmd (&tem, cmdlist, "", 0, 1); in document_command()
/freebsd-12-stable/contrib/binutils/libiberty/
Dcplus-dem.c641 const char *tem; in cplus_demangle_opname() local
654 tem = opname + 4; in cplus_demangle_opname()
655 if (do_type (work, &tem, &type)) in cplus_demangle_opname()
748 tem = opname + 5; in cplus_demangle_opname()
749 if (do_type (work, &tem, &type)) in cplus_demangle_opname()
4084 char *tem; in remember_type() local
4103 tem = XNEWVEC (char, len + 1); in remember_type()
4104 memcpy (tem, start, len); in remember_type()
4105 tem[len] = '\0'; in remember_type()
4106 work -> typevec[work -> ntypes++] = tem; in remember_type()
[all …]
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dcplus-dem.c641 const char *tem; in cplus_demangle_opname() local
654 tem = opname + 4; in cplus_demangle_opname()
655 if (do_type (work, &tem, &type)) in cplus_demangle_opname()
748 tem = opname + 5; in cplus_demangle_opname()
749 if (do_type (work, &tem, &type)) in cplus_demangle_opname()
4084 char *tem; in remember_type() local
4103 tem = XNEWVEC (char, len + 1); in remember_type()
4104 memcpy (tem, start, len); in remember_type()
4105 tem[len] = '\0'; in remember_type()
4106 work -> typevec[work -> ntypes++] = tem; in remember_type()
[all …]
Dgetopt.c322 char *tem; in exchange() local
362 tem = argv[bottom + i]; in exchange()
364 argv[top - (middle - bottom) + i] = tem; in exchange()
379 tem = argv[bottom + i]; in exchange()
381 argv[middle + i] = tem; in exchange()
/freebsd-12-stable/contrib/expat/lib/
Dxmlparse.c4792 XML_Char *tem in doProlog() local
4795 if (! tem) in doProlog()
4797 normalizePublicId(tem); in doProlog()
4798 parser->m_declEntity->publicId = tem; in doProlog()
5227 XML_Char *tem = poolStoreString(&parser->m_tempPool, enc, in doProlog() local
5230 if (! tem) in doProlog()
5232 normalizePublicId(tem); in doProlog()
5233 parser->m_declNotationPublicId = tem; in doProlog()
6294 const char *tem; in reportProcessingInstruction() local
6301 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()
[all …]

1234