Home
last modified time | relevance | path

Searched refs:treg (Results 1 – 25 of 50) sorted by relevance

12

/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/ia64/
H A Dunwind-ok.d17 [[:space:]]*X2:spill_reg\(t=0,reg=r4,treg=r2\)
18 [[:space:]]*X4:spill_reg_p\(qp=p1,t=1,reg=r7,treg=r31\)
25 [[:space:]]*X2:spill_reg\(t=8,reg=ar\.bsp,treg=r16\)
27 [[:space:]]*X2:spill_reg\(t=10,reg=ar\.fpsr,treg=r18\)
28 [[:space:]]*X2:spill_reg\(t=11,reg=ar\.lc,treg=r19\)
29 [[:space:]]*X2:spill_reg\(t=12,reg=ar\.pfs,treg=r20\)
30 [[:space:]]*X2:spill_reg\(t=13,reg=ar\.rnat,treg=r21\)
32 [[:space:]]*X2:spill_reg\(t=15,reg=psp,treg=r23\)
33 [[:space:]]*X2:spill_reg\(t=16,reg=pr,treg=r24\)
34 [[:space:]]*X2:spill_reg\(t=17,reg=rp,treg=r25\)
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dunwind-ok.d17 [[:space:]]*X2:spill_reg\(t=0,reg=r4,treg=r2\)
18 [[:space:]]*X4:spill_reg_p\(qp=p1,t=1,reg=r7,treg=r31\)
25 [[:space:]]*X2:spill_reg\(t=8,reg=ar\.bsp,treg=r16\)
27 [[:space:]]*X2:spill_reg\(t=10,reg=ar\.fpsr,treg=r18\)
28 [[:space:]]*X2:spill_reg\(t=11,reg=ar\.lc,treg=r19\)
29 [[:space:]]*X2:spill_reg\(t=12,reg=ar\.pfs,treg=r20\)
30 [[:space:]]*X2:spill_reg\(t=13,reg=ar\.rnat,treg=r21\)
32 [[:space:]]*X2:spill_reg\(t=15,reg=psp,treg=r23\)
33 [[:space:]]*X2:spill_reg\(t=16,reg=pr,treg=r24\)
34 [[:space:]]*X2:spill_reg\(t=17,reg=rp,treg=r25\)
[all …]
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dtdesc.cc70 for (const tdesc_reg_up &treg : feature->registers) in init_target_desc() local
72 int regnum = treg->target_regnum; in init_target_desc()
80 tdesc->reg_defs.emplace_back (treg->name.c_str (), offset, in init_target_desc()
81 treg->bitsize); in init_target_desc()
82 offset += treg->bitsize; in init_target_desc()
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dtdesc.cc70 for (const tdesc_reg_up &treg : feature->registers) in init_target_desc() local
72 int regnum = treg->target_regnum; in init_target_desc()
80 tdesc->reg_defs.emplace_back (treg->name.c_str (), offset, in init_target_desc()
81 treg->bitsize); in init_target_desc()
82 offset += treg->bitsize; in init_target_desc()
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-avr.c2546 int treg; in avr_patch_gccisr_frag() local
2562 treg in avr_patch_gccisr_frag()
2569 if (treg >= 0) in avr_patch_gccisr_frag()
2575 avr_emit_insn ("push", treg, &where); in avr_patch_gccisr_frag()
2587 if (reg_zero != treg) in avr_patch_gccisr_frag()
2595 if (reg > reg_zero && reg != treg) in avr_patch_gccisr_frag()
2607 if (reg > reg_zero && reg != treg) in avr_patch_gccisr_frag()
2611 && reg_zero != treg) in avr_patch_gccisr_frag()
2616 avr_emit_insn ("pop", treg, &where); in avr_patch_gccisr_frag()
2617 avr_emit_insn ("out", treg, &where); in avr_patch_gccisr_frag()
[all …]
H A Dtc-ia64.c1632 int treg, in output_X2_format() argument
1639 bytes[2] = (((y & 1) << 7) | (treg & 0x7f)); in output_X2_format()
1676 int treg, in output_X4_format() argument
1684 bytes[3] = (((y & 1) << 7) | (treg & 0x7f)); in output_X4_format()
4016 unsigned int qp, ab, xy, reg, treg; in dot_spillreg() local
4036 convert_expr_to_xy_reg (&e, &xy, &treg, po, 2 + pred); in dot_spillreg()
4038 add_unwind_entry (output_spill_reg (ab, reg, treg, xy, qp), sep); in dot_spillreg()
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-avr.c2544 int treg; in avr_patch_gccisr_frag() local
2560 treg in avr_patch_gccisr_frag()
2567 if (treg >= 0) in avr_patch_gccisr_frag()
2573 avr_emit_insn ("push", treg, &where); in avr_patch_gccisr_frag()
2585 if (reg_zero != treg) in avr_patch_gccisr_frag()
2593 if (reg > reg_zero && reg != treg) in avr_patch_gccisr_frag()
2605 if (reg > reg_zero && reg != treg) in avr_patch_gccisr_frag()
2609 && reg_zero != treg) in avr_patch_gccisr_frag()
2614 avr_emit_insn ("pop", treg, &where); in avr_patch_gccisr_frag()
2615 avr_emit_insn ("out", treg, &where); in avr_patch_gccisr_frag()
[all …]
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-avr.c2556 int treg; in avr_patch_gccisr_frag() local
2572 treg in avr_patch_gccisr_frag()
2579 if (treg >= 0) in avr_patch_gccisr_frag()
2585 avr_emit_insn ("push", treg, &where); in avr_patch_gccisr_frag()
2597 if (reg_zero != treg) in avr_patch_gccisr_frag()
2605 if (reg > reg_zero && reg != treg) in avr_patch_gccisr_frag()
2617 if (reg > reg_zero && reg != treg) in avr_patch_gccisr_frag()
2621 && reg_zero != treg) in avr_patch_gccisr_frag()
2626 avr_emit_insn ("pop", treg, &where); in avr_patch_gccisr_frag()
2627 avr_emit_insn ("out", treg, &where); in avr_patch_gccisr_frag()
[all …]
H A Dtc-ia64.c1630 int treg, in output_X2_format() argument
1637 bytes[2] = (((y & 1) << 7) | (treg & 0x7f)); in output_X2_format()
1674 int treg, in output_X4_format() argument
1682 bytes[3] = (((y & 1) << 7) | (treg & 0x7f)); in output_X4_format()
4011 unsigned int qp, ab, xy, reg, treg; in dot_spillreg() local
4031 convert_expr_to_xy_reg (&e, &xy, &treg, po, 2 + pred); in dot_spillreg()
4033 add_unwind_entry (output_spill_reg (ab, reg, treg, xy, qp), sep); in dot_spillreg()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-avr.c2546 int treg; in avr_patch_gccisr_frag() local
2562 treg in avr_patch_gccisr_frag()
2569 if (treg >= 0) in avr_patch_gccisr_frag()
2575 avr_emit_insn ("push", treg, &where); in avr_patch_gccisr_frag()
2587 if (reg_zero != treg) in avr_patch_gccisr_frag()
2595 if (reg > reg_zero && reg != treg) in avr_patch_gccisr_frag()
2607 if (reg > reg_zero && reg != treg) in avr_patch_gccisr_frag()
2611 && reg_zero != treg) in avr_patch_gccisr_frag()
2616 avr_emit_insn ("pop", treg, &where); in avr_patch_gccisr_frag()
2617 avr_emit_insn ("out", treg, &where); in avr_patch_gccisr_frag()
[all …]
/netbsd/sys/arch/ia64/unwind/
H A Ddecode.h135 u_int treg; member
158 u_int treg; member
H A Ddecode.c296 uwd->X2.treg = (buf[2] & 0x7f); in unwind_decode_X2()
335 uwd->X4.treg = (buf[3] & 0x7f); in unwind_decode_X4()
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_cg.c1376 int reg, treg; in dt_cg_xlate_member() local
1396 treg = mnp->dn_membexpr->dn_reg; in dt_cg_xlate_member()
1413 instr = DIF_INSTR_STORE(DIF_OP_STB, treg, reg); in dt_cg_xlate_member()
1416 instr = DIF_INSTR_STORE(DIF_OP_STH, treg, reg); in dt_cg_xlate_member()
1419 instr = DIF_INSTR_STORE(DIF_OP_STW, treg, reg); in dt_cg_xlate_member()
1422 instr = DIF_INSTR_STORE(DIF_OP_STX, treg, reg); in dt_cg_xlate_member()
1439 instr = DIF_INSTR_COPYS(treg, szreg, reg); in dt_cg_xlate_member()
1453 DIF_REG_R0, treg); in dt_cg_xlate_member()
1467 dt_regset_free(drp, treg); in dt_cg_xlate_member()
/netbsd/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.c1593 emit_push_byte (treg, frame_related_p); in emit_push_sfr()
1897 int treg = AVR_TMP_REGNO; in avr_expand_prologue() local
1915 if (treg < 0) in avr_expand_prologue()
1916 treg = AVR_TMP_REGNO; in avr_expand_prologue()
2205 int treg = AVR_TMP_REGNO; in avr_expand_epilogue() local
2210 treg = cfun->machine->gasisr.regno; in avr_expand_epilogue()
2211 CLEAR_HARD_REG_BIT (set, treg); in avr_expand_epilogue()
2227 emit_pop_byte (treg); in avr_expand_epilogue()
2236 emit_pop_byte (treg); in avr_expand_epilogue()
2244 emit_pop_byte (treg); in avr_expand_epilogue()
[all …]
H A Davr.cc1603 emit_push_byte (treg, frame_related_p); in emit_push_sfr()
1907 int treg = AVR_TMP_REGNO; in avr_expand_prologue() local
1925 if (treg < 0) in avr_expand_prologue()
1926 treg = AVR_TMP_REGNO; in avr_expand_prologue()
2215 int treg = AVR_TMP_REGNO; in avr_expand_epilogue() local
2220 treg = cfun->machine->gasisr.regno; in avr_expand_epilogue()
2221 CLEAR_HARD_REG_BIT (set, treg); in avr_expand_epilogue()
2237 emit_pop_byte (treg); in avr_expand_epilogue()
2246 emit_pop_byte (treg); in avr_expand_epilogue()
2254 emit_pop_byte (treg); in avr_expand_epilogue()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c1593 emit_push_byte (treg, frame_related_p); in emit_push_sfr()
1897 int treg = AVR_TMP_REGNO; in avr_expand_prologue() local
1915 if (treg < 0) in avr_expand_prologue()
1916 treg = AVR_TMP_REGNO; in avr_expand_prologue()
2205 int treg = AVR_TMP_REGNO; in avr_expand_epilogue() local
2210 treg = cfun->machine->gasisr.regno; in avr_expand_epilogue()
2211 CLEAR_HARD_REG_BIT (set, treg); in avr_expand_epilogue()
2227 emit_pop_byte (treg); in avr_expand_epilogue()
2236 emit_pop_byte (treg); in avr_expand_epilogue()
2244 emit_pop_byte (treg); in avr_expand_epilogue()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dstack.c2307 gdb::optional<compiled_regex> treg; member
2328 if (p->treg.has_value () in do_print_variable_and_value()
2329 && !treg_matches_sym_type_name (*p->treg, sym)) in do_print_variable_and_value()
2401 prepare_reg (t_regexp, &cb_data.treg); in print_frame_local_vars()
2556 gdb::optional<compiled_regex> treg; in print_frame_arg_vars() local
2575 prepare_reg (t_regexp, &cb_data.treg); in print_frame_arg_vars()
H A Dsymtab.c4446 treg_matches_sym_type_name (const compiled_regex &treg, in treg_matches_sym_type_name() argument
4481 return treg.exec (printed_sym_type_name.c_str (), 0, NULL, 0) == 0; in treg_matches_sym_type_name()
4590 const gdb::optional<compiled_regex> &treg, in add_matching_symbols() argument
4635 && (!treg.has_value () in add_matching_symbols()
4636 || treg_matches_sym_type_name (*treg, sym))) in add_matching_symbols()
4639 && (!treg.has_value () in add_matching_symbols()
4640 || treg_matches_sym_type_name (*treg, in add_matching_symbols()
4719 gdb::optional<compiled_regex> treg; in search() local
4771 treg.emplace (m_symbol_type_regexp, cflags, in search()
4787 if (!add_matching_symbols (objfile, preg, treg, &result_set)) in search()
[all …]
H A Dsymtab.h2164 const gdb::optional<compiled_regex> &treg,
2205 extern bool treg_matches_sym_type_name (const compiled_regex &treg,
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dstack.c2307 gdb::optional<compiled_regex> treg; member
2328 if (p->treg.has_value () in do_print_variable_and_value()
2329 && !treg_matches_sym_type_name (*p->treg, sym)) in do_print_variable_and_value()
2401 prepare_reg (t_regexp, &cb_data.treg); in print_frame_local_vars()
2556 gdb::optional<compiled_regex> treg; in print_frame_arg_vars() local
2575 prepare_reg (t_regexp, &cb_data.treg); in print_frame_arg_vars()
H A Dsymtab.c4446 treg_matches_sym_type_name (const compiled_regex &treg, in treg_matches_sym_type_name() argument
4481 return treg.exec (printed_sym_type_name.c_str (), 0, NULL, 0) == 0; in treg_matches_sym_type_name()
4590 const gdb::optional<compiled_regex> &treg, in add_matching_symbols() argument
4635 && (!treg.has_value () in add_matching_symbols()
4636 || treg_matches_sym_type_name (*treg, sym))) in add_matching_symbols()
4639 && (!treg.has_value () in add_matching_symbols()
4640 || treg_matches_sym_type_name (*treg, in add_matching_symbols()
4719 gdb::optional<compiled_regex> treg; in search() local
4771 treg.emplace (m_symbol_type_regexp, cflags, in search()
4787 if (!add_matching_symbols (objfile, preg, treg, &result_set)) in search()
[all …]
H A Dsymtab.h2164 const gdb::optional<compiled_regex> &treg,
2205 extern bool treg_matches_sym_type_name (const compiled_regex &treg,
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-logue.c3085 rtx treg; in rs6000_emit_prologue() local
3112 treg = gen_rtx_REG (SImode, 11); in rs6000_emit_prologue()
3113 emit_move_insn (treg, GEN_INT (-info->total_size)); in rs6000_emit_prologue()
3160 rtx newval = gen_rtx_PLUS (Pmode, sp_reg_rtx, treg); in rs6000_emit_prologue()
3166 treg, GEN_INT (-info->total_size)); in rs6000_emit_prologue()
H A Drs6000-logue.cc3111 rtx treg; in rs6000_emit_prologue() local
3138 treg = gen_rtx_REG (SImode, 11); in rs6000_emit_prologue()
3139 emit_move_insn (treg, GEN_INT (-info->total_size)); in rs6000_emit_prologue()
3186 rtx newval = gen_rtx_PLUS (Pmode, sp_reg_rtx, treg); in rs6000_emit_prologue()
3192 treg, GEN_INT (-info->total_size)); in rs6000_emit_prologue()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-logue.c3085 rtx treg; in rs6000_emit_prologue() local
3112 treg = gen_rtx_REG (SImode, 11); in rs6000_emit_prologue()
3113 emit_move_insn (treg, GEN_INT (-info->total_size)); in rs6000_emit_prologue()
3160 rtx newval = gen_rtx_PLUS (Pmode, sp_reg_rtx, treg); in rs6000_emit_prologue()
3166 treg, GEN_INT (-info->total_size)); in rs6000_emit_prologue()

12