Searched refs:subreg_offset (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
| H A D | sh-protos.h | 233 machine_mode subreg_mode, int subreg_offset,
|
| H A D | sh.cc | 12158 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 D | sh-protos.h | 233 machine_mode subreg_mode, int subreg_offset,
|
| H A D | sh.c | 12151 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 D | nvptx.c | 399 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 D | nvptx.cc | 557 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 D | simplify-rtx.cc | 4489 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()
|