| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | resource.c | 98 first_regno = subreg_regno (dest); in update_live_status() 223 unsigned int regno = subreg_regno (x); in mark_referenced_resources() 765 unsigned int regno = subreg_regno (x); in mark_set_resources()
|
| H A D | reload.c | 868 if (!targetm.hard_regno_mode_ok (subreg_regno (x), mode)) in reload_inner_reg_of_subreg() 1095 || !targetm.hard_regno_mode_ok (subreg_regno (in), inmode))) in push_reload() 1192 && !targetm.hard_regno_mode_ok (subreg_regno (out), outmode)) in push_reload() 1254 in = gen_rtx_REG (GET_MODE (in), subreg_regno (in)); in push_reload() 1261 out = gen_rtx_REG (GET_MODE (out), subreg_regno (out)); in push_reload() 6044 int regno ATTRIBUTE_UNUSED = subreg_regno (x); in find_reloads_address_1() 6508 unsigned int inner_regno = subreg_regno (x); in refers_to_regno_for_reload_p()
|
| H A D | postreload.c | 1662 regno = subreg_regno (reg); in move2add_record_mode() 2165 regno = subreg_regno (dst); in move2add_note_store()
|
| H A D | caller-save.c | 946 regno = subreg_regno (reg); in mark_set_regs()
|
| H A D | rtlanal.c | 1752 unsigned int inner_regno = subreg_regno (x); in refers_to_regno_p() 1845 regno = subreg_regno (x); in reg_overlap_mentioned_p() 4016 subreg_regno (const_rtx x) in subreg_regno() function
|
| H A D | reload1.c | 6450 regno = subreg_regno (rld[r].in_reg); in choose_reload_regs() 6473 regno = subreg_regno (rld[r].in); in choose_reload_regs() 6642 regno = subreg_regno (equiv); in choose_reload_regs()
|
| H A D | final.c | 3385 regno = subreg_regno (x); in alter_subreg()
|
| H A D | rtl.h | 2455 extern unsigned int subreg_regno (const_rtx);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | resource.cc | 99 first_regno = subreg_regno (dest); in update_live_status() 224 unsigned int regno = subreg_regno (x); in mark_referenced_resources() 751 unsigned int regno = subreg_regno (x); in mark_set_resources()
|
| H A D | postreload.cc | 1672 regno = subreg_regno (reg); in move2add_record_mode() 2175 regno = subreg_regno (dst); in move2add_note_store()
|
| H A D | caller-save.cc | 946 regno = subreg_regno (reg); in mark_set_regs()
|
| H A D | reload1.cc | 6446 regno = subreg_regno (rld[r].in_reg); in choose_reload_regs() 6469 regno = subreg_regno (rld[r].in); in choose_reload_regs() 6638 regno = subreg_regno (equiv); in choose_reload_regs()
|
| H A D | final.cc | 3172 regno = subreg_regno (x); in alter_subreg()
|
| H A D | rtl.h | 2463 extern unsigned int subreg_regno (const_rtx);
|
| H A D | ChangeLog-2001 | 25779 * alias.c (nonlocal_mentioned_p): Use subreg_regno function. 25864 * reload.c (reload_inner_reg_of_subreg): subreg_regno should be used 25874 (find_reloads_address_1): Use SUBREG_BYTE, subreg_regno, and 25881 (refers_to_regno_for_reload_p): Use subreg_regno. 25886 (choose_reload_regs): Use subreg_regno. 25891 subreg_regno function. 25892 (mark_set_resources): Use subreg_regno function. 25894 (subreg_regno_offset, subreg_regno): Define prototypes. 25899 * rtlanal.c (refers_to_regno_p): Use subreg_regno. 25900 (reg_overlap_mentioned_p): Use subreg_regno. [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mn10300/ |
| H A D | mn10300.c | 275 fprintf (file, "%s", reg_names[subreg_regno (x)]); in mn10300_print_operand() 334 fprintf (file, "%s", reg_names[subreg_regno (x) + 1]); in mn10300_print_operand() 424 fprintf (file, "%s", reg_names[subreg_regno (x)]); in mn10300_print_operand()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mn10300/ |
| H A D | mn10300.cc | 275 fprintf (file, "%s", reg_names[subreg_regno (x)]); in mn10300_print_operand() 334 fprintf (file, "%s", reg_names[subreg_regno (x) + 1]); in mn10300_print_operand() 424 fprintf (file, "%s", reg_names[subreg_regno (x)]); in mn10300_print_operand()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rx/ |
| H A D | rx.cc | 870 gcc_assert (subreg_regno (op) < FIRST_PSEUDO_REGISTER); in rx_print_operand() 871 fprintf (file, "%s", reg_names [subreg_regno (op)]); in rx_print_operand()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rx/ |
| H A D | rx.c | 869 gcc_assert (subreg_regno (op) < FIRST_PSEUDO_REGISTER); in rx_print_operand() 870 fprintf (file, "%s", reg_names [subreg_regno (op)]); in rx_print_operand()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/v850/ |
| H A D | v850.cc | 620 fputs (reg_names[subreg_regno (x)], file); in v850_print_operand()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/v850/ |
| H A D | v850.c | 620 fputs (reg_names[subreg_regno (x)], file); in v850_print_operand()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/visium/ |
| H A D | visium.cc | 4302 regno = subreg_regno (op); in reg_or_subreg_regno()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/visium/ |
| H A D | visium.c | 4300 regno = subreg_regno (op); in reg_or_subreg_regno()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| H A D | alpha.cc | 5426 basereg = subreg_regno (addr); in alpha_print_operand_address() 5445 basereg = subreg_regno (addr); in alpha_print_operand_address()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
| H A D | alpha.c | 5421 basereg = subreg_regno (addr); in alpha_print_operand_address() 5440 basereg = subreg_regno (addr); in alpha_print_operand_address()
|