Home
last modified time | relevance | path

Searched refs:subreg_offset (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh-protos.h233 machine_mode subreg_mode, int subreg_offset,
H A Dsh.cc12158 int subreg_offset, rtx operands[]) in sh_split_tst_subregs() argument
12200 GET_MODE (operands[0]), subreg_offset); in sh_split_tst_subregs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh-protos.h233 machine_mode subreg_mode, int subreg_offset,
H A Dsh.c12151 int subreg_offset, rtx operands[]) in sh_split_tst_subregs() argument
12193 GET_MODE (operands[0]), subreg_offset); in sh_split_tst_subregs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c399 int subreg_offset = -1)
408 else if (subreg_offset >= 0)
411 fprintf (file, "$%d", subreg_offset);
415 if (subreg_offset == -1)
420 if (subreg_offset == -1)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc557 int subreg_offset = -1) in output_reg() argument
566 else if (subreg_offset >= 0) in output_reg()
569 fprintf (file, "$%d", subreg_offset); in output_reg()
573 if (subreg_offset == -1) in output_reg()
578 if (subreg_offset == -1) in output_reg()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsimplify-rtx.cc4489 unsigned HOST_WIDE_INT subreg_offset = 0; in simplify_binary_operation_1() local
4496 &subreg_offset)) in simplify_binary_operation_1()
4505 || maybe_ge (UINTVAL (idx) + subreg_offset, nunits)) in simplify_binary_operation_1()
4515 if (subreg_offset) in simplify_binary_operation_1()
4521 + subreg_offset); in simplify_binary_operation_1()