Searched refs:offset1 (Results 51 - 75 of 85) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c9446 tree base0, base1, offset0 = NULL_TREE, offset1 = NULL_TREE;
9504 &bitsize, &bitpos1, &offset1, &mode,
9519 &bitsize, &bitpos1, &offset1, &mode,
9526 if (offset1 == NULL_TREE || integer_zerop (offset1))
9527 offset1 = TREE_OPERAND (arg1, 1);
9529 offset1 = size_binop (PLUS_EXPR, offset1,
9531 if (poly_int_tree_p (offset1))
9533 poly_offset_int tem = wi::sext (wi::to_poly_offset (offset1),
9418 tree base0, base1, offset0 = NULL_TREE, offset1 = NULL_TREE; local
[all...]
H A Dtree-ssa-sccvn.c1825 HOST_WIDE_INT offset1 = *(HOST_WIDE_INT *)offset1p; local
1827 if (offset1 < offset2)
1829 else if (offset1 > offset2)
2464 adjust_offsets_for_equal_base_address (tree base1, poly_int64 *offset1, argument
2474 *offset1 += soff * BITS_PER_UNIT;
H A Dlra-constraints.c3602 rtx offset1, offset2;
3604 && targetm.legitimize_address_displacement (&offset1, &offset2,
3608 new_reg = base_plus_disp_to_reg (&ad, offset1);
3599 rtx offset1, offset2; local
H A Dexpr.c4822 unsigned HOST_WIDE_INT offset1;
4834 offset1 = bitpos;
4836 offset1 = (offset1 - bitpos) / BITS_PER_UNIT;
4837 str_rtx = adjust_address (str_rtx, str_mode, offset1);
4810 unsigned HOST_WIDE_INT offset1; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc10071 tree base0, base1, offset0 = NULL_TREE, offset1 = NULL_TREE;
10129 &bitsize, &bitpos1, &offset1, &mode,
10144 &bitsize, &bitpos1, &offset1, &mode,
10151 if (offset1 == NULL_TREE || integer_zerop (offset1))
10152 offset1 = TREE_OPERAND (arg1, 1);
10154 offset1 = size_binop (PLUS_EXPR, offset1,
10156 if (poly_int_tree_p (offset1))
10158 poly_offset_int tem = wi::sext (wi::to_poly_offset (offset1),
[all...]
H A Dtree-ssa-phiopt.cc3641 int offset1, offset2, size2; local
3731 offset1 = tree_to_uhwi (tree_offset1);
3736 if (offset1 % BITS_PER_UNIT != 0)
3741 if (align1 + offset2 - offset1 + size2 > param_align_bits)
H A Dtree-ssa-sccvn.cc1918 HOST_WIDE_INT offset1 = *(HOST_WIDE_INT *)offset1p; local
1920 if (offset1 < offset2)
1922 else if (offset1 > offset2)
2560 adjust_offsets_for_equal_base_address (tree base1, poly_int64 *offset1, argument
2570 *offset1 += soff * BITS_PER_UNIT;
H A Drecog.cc1210 rtx base0, base1, offset0, offset1;
1212 split_const (op1, &base1, &offset1);
1208 rtx base0, base1, offset0, offset1; local
H A Dexpr.cc5100 unsigned HOST_WIDE_INT offset1;
5112 offset1 = bitpos;
5114 offset1 = (offset1 - bitpos) / BITS_PER_UNIT;
5115 str_rtx = adjust_address (str_rtx, str_mode, offset1);
5088 unsigned HOST_WIDE_INT offset1; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c5572 HOST_WIDE_INT offset1, offset2;
5578 offset1 = 0;
5585 offset1 = INTVAL (XEXP (addr1, 1));
5607 && offset1 % 2 == 0
5608 && offset1 + 1 == offset2)
5557 HOST_WIDE_INT offset1, offset2; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.cc499 machine_mode mode1, HOST_WIDE_INT offset1,
506 GEN_INT (offset1)),
5613 HOST_WIDE_INT offset1, offset2; local
5634 loongarch_split_plus (XEXP (mem1, 0), &base1, &offset1);
5659 if (abs (offset1 - offset2) != GET_MODE_SIZE (mode))
498 loongarch_pass_fpr_pair(machine_mode mode, unsigned regno1, machine_mode mode1, HOST_WIDE_INT offset1, unsigned regno2, machine_mode mode2, HOST_WIDE_INT offset2) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.cc5166 HOST_WIDE_INT offset1, offset2;
5172 offset1 = 0;
5179 offset1 = INTVAL (XEXP (addr1, 1));
5201 && offset1 % 2 == 0
5202 && offset1 + 1 == offset2)
5151 HOST_WIDE_INT offset1, offset2; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dvalue.h597 extern bool value_contents_eq (const struct value *val1, LONGEST offset1,
H A Di386-tdep.c8886 CORE_ADDR offset1;
8920 offset1 = ((ptr & mpx_bd_mask) >> bd_ptr_r_shift) << bd_ptr_l_shift;
8921 bd_entry_addr = bd_base + offset1;
8859 CORE_ADDR offset1; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dvalue.h598 extern bool value_contents_eq (const struct value *val1, LONGEST offset1,
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d893 size_t offset1 = buf.length; // save starting offset
912 buf.setsize(offset1);
1880 size_t offset1 = buf.length;
1935 buf.setsize(offset1);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c6405 machine_mode mode1, HOST_WIDE_INT offset1,
6416 GEN_INT (offset1)),
20931 HOST_WIDE_INT offset1, offset2;
20936 mips_split_plus (XEXP (mem1, 0), &base1, &offset1);
20955 if (offset2 != offset1 + 4)
20958 if (!UMIPS_12BIT_OFFSET_P (offset1))
20969 HOST_WIDE_INT offset1, offset2;
20990 mips_split_plus (XEXP (mem1, 0), &base1, &offset1);
21018 if (abs (offset1 - offset2) != GET_MODE_SIZE (mode))
6374 mips_return_fpr_pair(machine_mode mode, machine_mode mode1, HOST_WIDE_INT offset1, machine_mode mode2, HOST_WIDE_INT offset2) argument
20854 HOST_WIDE_INT offset1, offset2; local
20892 HOST_WIDE_INT offset1, offset2; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc6481 machine_mode mode1, HOST_WIDE_INT offset1,
6492 GEN_INT (offset1)),
21106 HOST_WIDE_INT offset1, offset2;
21111 mips_split_plus (XEXP (mem1, 0), &base1, &offset1);
21130 if (offset2 != offset1 + 4)
21133 if (!UMIPS_12BIT_OFFSET_P (offset1))
21144 HOST_WIDE_INT offset1, offset2;
21165 mips_split_plus (XEXP (mem1, 0), &base1, &offset1);
21193 if (abs (offset1 - offset2) != GET_MODE_SIZE (mode))
6450 mips_return_fpr_pair(machine_mode mode, machine_mode mode1, HOST_WIDE_INT offset1, machine_mode mode2, HOST_WIDE_INT offset2) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm521 ds_read2_b32 v[0:1], v2 offset0:0 offset1:0x40
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c2664 machine_mode mode1, HOST_WIDE_INT offset1,
2673 GEN_INT (offset1)),
2660 riscv_pass_fpr_pair(machine_mode mode, unsigned regno1, machine_mode mode1, HOST_WIDE_INT offset1, unsigned regno2, machine_mode mode2, HOST_WIDE_INT offset2) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c9650 aarch64_legitimize_address_displacement (rtx *offset1, rtx *offset2, argument
9680 *offset1 = gen_int_mode (orig_offset - second_offset, Pmode);
9715 *offset1 = gen_int_mode (orig_offset - second_offset, Pmode);
11226 int offset1 = 24; local
11232 offset1 -= 4;
11238 asm_fprintf (f, "\tldr\tw%d, .+%d\n", IP1_REGNUM - R0_REGNUM, offset1);
11240 offset1);
11244 asm_fprintf (f, "\tldr\t%s, .+%d\n", reg_names [IP1_REGNUM], offset1);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc3019 machine_mode mode1, HOST_WIDE_INT offset1,
3028 GEN_INT (offset1)),
3015 riscv_pass_fpr_pair(machine_mode mode, unsigned regno1, machine_mode mode1, HOST_WIDE_INT offset1, unsigned regno2, machine_mode mode2, HOST_WIDE_INT offset2) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c9239 HOST_WIDE_INT offset1;
9264 offset1 = INTVAL (XEXP (addr1, 1));
9273 offset1 = 0;
9292 if (offset1 % 8 != 0)
9296 if (INTVAL (XEXP (addr2, 1)) != offset1 + 4)
9222 HOST_WIDE_INT offset1; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc9190 HOST_WIDE_INT offset1;
9215 offset1 = INTVAL (XEXP (addr1, 1));
9224 offset1 = 0;
9243 if (offset1 % 8 != 0)
9247 if (INTVAL (XEXP (addr2, 1)) != offset1 + 4)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc11039 aarch64_legitimize_address_displacement (rtx *offset1, rtx *offset2,
11069 *offset1 = gen_int_mode (orig_offset - second_offset, Pmode);
11104 *offset1 = gen_int_mode (orig_offset - second_offset, Pmode);
25837 rtx base1, base2, offset1, offset2;
25838 extract_base_offset_in_addr (*mem1, &base1, &offset1);
25842 if (!(base1 && offset1) && !(base2 && offset2))
25849 if (!offset1 || !offset2)
25852 if (known_eq (UINTVAL (offset1) + size1, UINTVAL (offset2)))
25855 if (known_eq (UINTVAL (offset2) + size2, UINTVAL (offset1)) && reversed)

Completed in 1218 milliseconds

1234