HomeSort by: relevance | last modified time | path
    Searched defs:treg (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/ia64/unwind/
decode.h 135 u_int treg; member in struct:unwind_desc_X2
158 u_int treg; member in struct:unwind_desc_X4
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_cg.c 1376 int reg, treg; local
1396 treg = mnp->dn_membexpr->dn_reg;
1413 instr = DIF_INSTR_STORE(DIF_OP_STB, treg, reg);
1416 instr = DIF_INSTR_STORE(DIF_OP_STH, treg, reg);
1419 instr = DIF_INSTR_STORE(DIF_OP_STW, treg, reg);
1422 instr = DIF_INSTR_STORE(DIF_OP_STX, treg, reg);
1439 instr = DIF_INSTR_COPYS(treg, szreg, reg);
1453 DIF_REG_R0, treg);
1467 dt_regset_free(drp, treg);
  /src/external/gpl3/binutils/dist/gas/config/
tc-avr.c 2615 int treg; local
2645 treg
2653 if (treg >= 0)
2661 avr_emit_push (&st, treg, &where, in_prologue);
2664 avr_emit_push (&st, FOR_SREG (treg), &where, in_prologue);
2674 avr_emit_insn ("ldi", treg, &where);
2675 avr_emit_insn ("mov", treg, &where);
2697 } /* treg >= 0 */
tc-ia64.c 1627 int treg,
1634 bytes[2] = (((y & 1) << 7) | (treg & 0x7f));
1671 int treg,
1679 bytes[3] = (((y & 1) << 7) | (treg & 0x7f));
4009 unsigned int qp, ab, xy, reg, treg; local
4029 convert_expr_to_xy_reg (&e, &xy, &treg, po, 2 + pred);
4031 add_unwind_entry (output_spill_reg (ab, reg, treg, xy, qp), sep);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-avr.c 2615 int treg; local
2645 treg
2653 if (treg >= 0)
2661 avr_emit_push (&st, treg, &where, in_prologue);
2664 avr_emit_push (&st, FOR_SREG (treg), &where, in_prologue);
2674 avr_emit_insn ("ldi", treg, &where);
2675 avr_emit_insn ("mov", treg, &where);
2697 } /* treg >= 0 */
tc-ia64.c 1627 int treg,
1634 bytes[2] = (((y & 1) << 7) | (treg & 0x7f));
1671 int treg,
1679 bytes[3] = (((y & 1) << 7) | (treg & 0x7f));
4009 unsigned int qp, ab, xy, reg, treg; local
4029 convert_expr_to_xy_reg (&e, &xy, &treg, po, 2 + pred);
4031 add_unwind_entry (output_spill_reg (ab, reg, treg, xy, qp), sep);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-logue.cc 3108 rtx treg;
3135 treg = gen_rtx_REG (SImode, 11);
3136 emit_move_insn (treg, GEN_INT (-info->total_size));
3183 rtx newval = gen_rtx_PLUS (Pmode, sp_reg_rtx, treg);
3189 treg, GEN_INT (-info->total_size));
3104 rtx treg; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-logue.cc 3110 rtx treg;
3137 treg = gen_rtx_REG (SImode, 11);
3138 emit_move_insn (treg, GEN_INT (-info->total_size));
3185 rtx newval = gen_rtx_PLUS (Pmode, sp_reg_rtx, treg);
3191 treg, GEN_INT (-info->total_size));
3106 rtx treg; local
  /src/external/gpl3/gdb/dist/gdb/
stack.c 2270 std::optional<compiled_regex> treg;
2290 if (treg.has_value ()
2291 && !treg_matches_sym_type_name (*treg, sym))
2360 prepare_reg (t_regexp, &cb_data.treg);
2505 std::optional<compiled_regex> treg;
2524 prepare_reg (t_regexp, &cb_data.treg);
2268 std::optional<compiled_regex> treg; member in struct:print_variable_and_value_data
2503 std::optional<compiled_regex> treg; local
mips-tdep.c 3009 int treg; local
3055 treg = b5s5_reg (insn >> 16);
3061 && treg == 3)
3067 || dreg != 28 || sreg != 28 || treg != MIPS_T9_REGNUM)
symtab.c 4848 /* Returns true if the type_name of symbol_type of SYM matches TREG.
4852 treg_matches_sym_type_name (const compiled_regex &treg,
4877 return treg.exec (printed_sym_type_name.c_str (), 0, NULL, 0) == 0;
4989 const std::optional<compiled_regex> &treg,
5029 && treg.has_value ()
5030 && !treg_matches_sym_type_name (*treg, sym)))
5115 std::optional<compiled_regex> treg;
5165 treg.emplace (m_symbol_type_regexp, cflags,
5181 if (!add_matching_symbols (objfile, preg, treg, &result_set))
5196 && !treg.has_value ()
5105 std::optional<compiled_regex> treg; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
stack.c 2273 std::optional<compiled_regex> treg;
2293 if (treg.has_value ()
2294 && !treg_matches_sym_type_name (*treg, sym))
2363 prepare_reg (t_regexp, &cb_data.treg);
2508 std::optional<compiled_regex> treg;
2527 prepare_reg (t_regexp, &cb_data.treg);
2271 std::optional<compiled_regex> treg; member in struct:print_variable_and_value_data
2506 std::optional<compiled_regex> treg; local
mips-tdep.c 3013 int treg; local
3059 treg = b5s5_reg (insn >> 16);
3065 && treg == 3)
3071 || dreg != 28 || sreg != 28 || treg != MIPS_T9_REGNUM)
symtab.c 4814 /* Returns true if the type_name of symbol_type of SYM matches TREG.
4818 treg_matches_sym_type_name (const compiled_regex &treg,
4843 return treg.exec (printed_sym_type_name.c_str (), 0, NULL, 0) == 0;
4955 const std::optional<compiled_regex> &treg,
4995 && treg.has_value ()
4996 && !treg_matches_sym_type_name (*treg, sym)))
5081 std::optional<compiled_regex> treg;
5131 treg.emplace (m_symbol_type_regexp, cflags,
5147 if (!add_matching_symbols (objfile, preg, treg, &result_set))
5162 && !treg.has_value ()
5071 std::optional<compiled_regex> treg; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 1949 /* Helper for expand_prologue. Emit a push of a SFR via register TREG.
1954 emit_push_sfr (rtx sfr, bool frame_related_p, bool clr_p, int treg)
1960 /* IN treg, IO(SFR) */
1961 insn = emit_move_insn (all_regs_rtx[treg], sfr);
1965 /* PUSH treg */
1966 emit_push_byte (treg, frame_related_p);
2270 int treg = AVR_TMP_REGNO;
2287 treg = avr_hregs_split_reg (&set);
2288 if (treg < 0)
2289 treg = AVR_TMP_REGNO
2269 int treg = AVR_TMP_REGNO; local
2577 int treg = AVR_TMP_REGNO; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 2581 /* Helper for expand_prologue. Emit a push of a SFR via register TREG.
2586 emit_push_sfr (rtx sfr, bool frame_related_p, bool clr_p, int treg)
2590 /* IN treg, IO(SFR) */
2591 rtx_insn *insn = emit_move_insn (all_regs_rtx[treg], sfr);
2595 /* PUSH treg */
2596 emit_push_byte (treg, frame_related_p);
2898 int treg = AVR_TMP_REGNO;
2915 treg = avr_hregs_split_reg (&set);
2916 if (treg < 0)
2917 treg = AVR_TMP_REGNO
2897 int treg = AVR_TMP_REGNO; local
3196 int treg = AVR_TMP_REGNO; local
    [all...]

Completed in 97 milliseconds