Home
last modified time | relevance | path

Searched refs:subreg_regno (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/src/gnu/usr.bin/gcc/gcc/config/mn10200/
Dmn10200.c172 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/
Dmn10300.c156 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/
Dresource.c102 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()
Dcaller-save.c510 regno = subreg_regno (reg); in mark_set_regs()
Dreload.c804 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()
Drtlanal.c1170 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
Dlocal-alloc.c2117 regno = subreg_regno (reg); in reg_is_born()
Dreload1.c5573 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()
Drtl.h1043 extern unsigned int subreg_regno (rtx);
Dfinal.c2586 unsigned int regno = subreg_regno (x); in alter_subreg()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dresource.c103 first_regno = subreg_regno (dest);
239 unsigned int regno = subreg_regno (x);
783 unsigned int regno = subreg_regno (x);
Drtlanal.c512 && 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
Dreload.c831 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);
Dalias.c2411 && global_regs[subreg_regno (x)])
DChangeLog.56572 * 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 …]
Drtl.h1054 extern unsigned int subreg_regno PARAMS ((rtx));
Dreload1.c5485 regno = subreg_regno (rld[r].in_reg);
5506 regno = subreg_regno (rld[r].in);
5698 regno = subreg_regno (equiv);
Demit-rtl.c940 final_regno = subreg_regno (x);
/openbsd/src/gnu/gcc/gcc/config/mn10300/
Dmn10300.c311 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/
Dv850.c684 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/
Dv850.c576 fputs (reg_names[subreg_regno (x)], file);
901 ptrreg = subreg_regno (inside);
/openbsd/src/gnu/usr.bin/gcc/gcc/config/frv/
Dfrv.c8327 regno = subreg_regno (x);
8482 regno = subreg_regno (x);
8616 regno = subreg_regno (x);
/openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/
Dalpha.c5984 basereg = subreg_regno (addr);
5997 basereg = subreg_regno (addr);
/openbsd/src/gnu/gcc/gcc/config/alpha/
Dalpha.c5505 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/
Dsh.c962 ptrreg = subreg_regno (inside);

12