| /openbsd/src/gnu/usr.bin/gcc/gcc/config/mn10200/ |
| D | mn10200.c | 172 fprintf (file, "%s", reg_names[subreg_regno (x)]); 231 fprintf (file, "%s", reg_names[subreg_regno (x) + 1]); 330 fprintf (file, "%s", reg_names[subreg_regno (x)]);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/mn10300/ |
| D | mn10300.c | 156 fprintf (file, "%s", reg_names[subreg_regno (x)]); 216 fprintf (file, "%s", reg_names[subreg_regno (x) + 1]); 308 fprintf (file, "%s", reg_names[subreg_regno (x)]);
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | resource.c | 102 first_regno = subreg_regno (dest); in update_live_status() 231 unsigned int regno = subreg_regno (x); in mark_referenced_resources() 765 unsigned int regno = subreg_regno (x); in mark_set_resources()
|
| D | caller-save.c | 510 regno = subreg_regno (reg); in mark_set_regs()
|
| D | reload.c | 804 if (! HARD_REGNO_MODE_OK (subreg_regno (x), mode)) in reload_inner_reg_of_subreg() 1036 || ! HARD_REGNO_MODE_OK (subreg_regno (in), inmode))) in push_reload() 1129 || ! HARD_REGNO_MODE_OK (subreg_regno (out), outmode))) in push_reload() 1193 in = gen_rtx_REG (GET_MODE (in), subreg_regno (in)); in push_reload() 1200 out = gen_rtx_REG (GET_MODE (out), subreg_regno (out)); in push_reload() 5892 int regno ATTRIBUTE_UNUSED = subreg_regno (x); in find_reloads_address_1() 6407 unsigned int inner_regno = subreg_regno (x); in refers_to_regno_for_reload_p()
|
| D | rtlanal.c | 1170 unsigned int inner_regno = subreg_regno (x); in refers_to_regno_p() 1262 regno = subreg_regno (x); in reg_overlap_mentioned_p() 3064 subreg_regno (rtx x) in subreg_regno() function
|
| D | local-alloc.c | 2117 regno = subreg_regno (reg); in reg_is_born()
|
| D | reload1.c | 5573 regno = subreg_regno (rld[r].in_reg); in choose_reload_regs() 5591 regno = subreg_regno (rld[r].in); in choose_reload_regs() 5781 regno = subreg_regno (equiv); in choose_reload_regs()
|
| D | rtl.h | 1043 extern unsigned int subreg_regno (rtx);
|
| D | final.c | 2586 unsigned int regno = subreg_regno (x); in alter_subreg()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | resource.c | 103 first_regno = subreg_regno (dest); 239 unsigned int regno = subreg_regno (x); 783 unsigned int regno = subreg_regno (x);
|
| D | rtlanal.c | 512 && global_regs[subreg_regno (x)]) 1409 unsigned int inner_regno = subreg_regno (x); 1498 regno = subreg_regno (x); 3236 subreg_regno (x) in subreg_regno() function
|
| D | reload.c | 831 if (! HARD_REGNO_MODE_OK (subreg_regno (x), mode)) 1072 || ! HARD_REGNO_MODE_OK (subreg_regno (in), inmode))) 1169 || ! HARD_REGNO_MODE_OK (subreg_regno (out), outmode))) 1236 in = gen_rtx_REG (GET_MODE (in), subreg_regno (in)); 1243 out = gen_rtx_REG (GET_MODE (out), subreg_regno (out)); 5732 int regno = subreg_regno (x); 6235 unsigned int inner_regno = subreg_regno (x);
|
| D | alias.c | 2411 && global_regs[subreg_regno (x)])
|
| D | ChangeLog.5 | 6572 * alias.c (nonlocal_mentioned_p): Use subreg_regno function. 6657 * reload.c (reload_inner_reg_of_subreg): subreg_regno should be used 6667 (find_reloads_address_1): Use SUBREG_BYTE, subreg_regno, and 6674 (refers_to_regno_for_reload_p): Use subreg_regno. 6679 (choose_reload_regs): Use subreg_regno. 6684 subreg_regno function. 6685 (mark_set_resources): Use subreg_regno function. 6687 (subreg_regno_offset, subreg_regno): Define prototypes. 6692 * rtlanal.c (refers_to_regno_p): Use subreg_regno. 6693 (reg_overlap_mentioned_p): Use subreg_regno. [all …]
|
| D | rtl.h | 1054 extern unsigned int subreg_regno PARAMS ((rtx));
|
| D | reload1.c | 5485 regno = subreg_regno (rld[r].in_reg); 5506 regno = subreg_regno (rld[r].in); 5698 regno = subreg_regno (equiv);
|
| D | emit-rtl.c | 940 final_regno = subreg_regno (x);
|
| /openbsd/src/gnu/gcc/gcc/config/mn10300/ |
| D | mn10300.c | 311 fprintf (file, "%s", reg_names[subreg_regno (x)]); in print_operand() 371 fprintf (file, "%s", reg_names[subreg_regno (x) + 1]); in print_operand() 461 fprintf (file, "%s", reg_names[subreg_regno (x)]); in print_operand()
|
| /openbsd/src/gnu/gcc/gcc/config/v850/ |
| D | v850.c | 684 fputs (reg_names[subreg_regno (x)], file); in print_operand() 999 ptrreg = subreg_regno (inside); in output_move_double()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/v850/ |
| D | v850.c | 576 fputs (reg_names[subreg_regno (x)], file); 901 ptrreg = subreg_regno (inside);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/frv/ |
| D | frv.c | 8327 regno = subreg_regno (x); 8482 regno = subreg_regno (x); 8616 regno = subreg_regno (x);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/ |
| D | alpha.c | 5984 basereg = subreg_regno (addr); 5997 basereg = subreg_regno (addr);
|
| /openbsd/src/gnu/gcc/gcc/config/alpha/ |
| D | alpha.c | 5505 basereg = subreg_regno (addr); in print_operand_address() 5524 basereg = subreg_regno (addr); in print_operand_address()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/ |
| D | sh.c | 962 ptrreg = subreg_regno (inside);
|