Home
last modified time | relevance | path

Searched refs:base1 (Results 1 – 25 of 63) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-alias.c941 aliasing_component_refs_walk (tree ref1, tree type1, tree base1, in aliasing_component_refs_walk() argument
989 if (TREE_CODE (TREE_TYPE (base1)) == ARRAY_TYPE in aliasing_component_refs_walk()
990 && (!TYPE_SIZE (TREE_TYPE (base1)) in aliasing_component_refs_walk()
991 || TREE_CODE (TYPE_SIZE (TREE_TYPE (base1))) != INTEGER_CST in aliasing_component_refs_walk()
1000 return aliasing_matching_component_refs_p (base1, ref1, in aliasing_component_refs_walk()
1076 tree base1, base2; in aliasing_component_refs_p() local
1104 base1 = ref1; in aliasing_component_refs_p()
1105 while (handled_component_p (base1)) in aliasing_component_refs_p()
1118 if (component_ref_to_zero_sized_trailing_array_p (base1)) in aliasing_component_refs_p()
1121 end_struct_ref1 = base1; in aliasing_component_refs_p()
[all …]
H A Dvec-perm-indices.c201 element_type base1 = m_encoding[i + npatterns]; in all_in_range_p() local
205 element_type step = clamp (base2 - base1); in all_in_range_p()
213 element_type headroom_down = base1 - start; in all_in_range_p()
H A Dalias.c2136 compare_base_decls (tree base1, tree base2) in compare_base_decls() argument
2139 gcc_checking_assert (DECL_P (base1) && DECL_P (base2)); in compare_base_decls()
2140 if (base1 == base2) in compare_base_decls()
2145 if (DECL_REGISTER (base1) in compare_base_decls()
2147 && HAS_DECL_ASSEMBLER_NAME_P (base1) in compare_base_decls()
2149 && DECL_ASSEMBLER_NAME_SET_P (base1) in compare_base_decls()
2152 if (DECL_ASSEMBLER_NAME_RAW (base1) == DECL_ASSEMBLER_NAME_RAW (base2)) in compare_base_decls()
2159 if (!decl_in_symtab_p (base1) in compare_base_decls()
2164 symtab_node *node1 = symtab_node::get (base1); in compare_base_decls()
H A Dtree-ssa-scopedtables.c539 tree base1 = get_ref_base_and_extent (t1, &off1, &sz1, &max1, &rev1); in equal_mem_array_ref_p() local
547 return operand_equal_p (base0, base1, in equal_mem_array_ref_p()
550 && (TREE_CODE (base1) == MEM_REF in equal_mem_array_ref_p()
551 || TREE_CODE (base1) == TARGET_MEM_REF) in equal_mem_array_ref_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-alias.cc1089 aliasing_component_refs_walk (tree ref1, tree type1, tree base1, in aliasing_component_refs_walk() argument
1137 if (TREE_CODE (TREE_TYPE (base1)) == ARRAY_TYPE in aliasing_component_refs_walk()
1138 && (!TYPE_SIZE (TREE_TYPE (base1)) in aliasing_component_refs_walk()
1139 || TREE_CODE (TYPE_SIZE (TREE_TYPE (base1))) != INTEGER_CST in aliasing_component_refs_walk()
1148 return aliasing_matching_component_refs_p (base1, ref1, in aliasing_component_refs_walk()
1224 tree base1, base2; in aliasing_component_refs_p() local
1252 base1 = ref1; in aliasing_component_refs_p()
1253 while (handled_component_p (base1)) in aliasing_component_refs_p()
1266 if (component_ref_to_zero_sized_trailing_array_p (base1)) in aliasing_component_refs_p()
1269 end_struct_ref1 = base1; in aliasing_component_refs_p()
[all …]
H A Dvec-perm-indices.cc259 element_type base1 = m_encoding[i + npatterns]; in all_in_range_p() local
263 element_type step = clamp (base2 - base1); in all_in_range_p()
271 element_type headroom_down = base1 - start; in all_in_range_p()
H A Dfold-const.cc10047 tree base0, base1, offset0 = NULL_TREE, offset1 = NULL_TREE; in fold_comparison() local
10100 base1 = arg1; in fold_comparison()
10103 base1 in fold_comparison()
10107 if (TREE_CODE (base1) == INDIRECT_REF) in fold_comparison()
10108 base1 = TREE_OPERAND (base1, 0); in fold_comparison()
10114 base1 = TREE_OPERAND (arg1, 0); in fold_comparison()
10115 STRIP_SIGN_NOPS (base1); in fold_comparison()
10116 if (TREE_CODE (base1) == ADDR_EXPR) in fold_comparison()
10118 base1 in fold_comparison()
10119 = get_inner_reference (TREE_OPERAND (base1, 0), in fold_comparison()
[all …]
H A Dalias.cc2155 compare_base_decls (tree base1, tree base2) in compare_base_decls() argument
2158 gcc_checking_assert (DECL_P (base1) && DECL_P (base2)); in compare_base_decls()
2159 if (base1 == base2) in compare_base_decls()
2164 if (VAR_P (base1) in compare_base_decls()
2166 && DECL_HARD_REGISTER (base1) in compare_base_decls()
2168 && DECL_ASSEMBLER_NAME_SET_P (base1) in compare_base_decls()
2171 if (DECL_ASSEMBLER_NAME_RAW (base1) == DECL_ASSEMBLER_NAME_RAW (base2)) in compare_base_decls()
2178 if (!decl_in_symtab_p (base1) in compare_base_decls()
2183 symtab_node *node1 = symtab_node::get (base1); in compare_base_decls()
H A Dtree-ssa-scopedtables.cc539 tree base1 = get_ref_base_and_extent (t1, &off1, &sz1, &max1, &rev1); in equal_mem_array_ref_p() local
547 return operand_equal_p (base0, base1, in equal_mem_array_ref_p()
550 && (TREE_CODE (base1) == MEM_REF in equal_mem_array_ref_p()
551 || TREE_CODE (base1) == TARGET_MEM_REF) in equal_mem_array_ref_p()
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dcompare-debug188 base1=`echo "$1" | sed '$s,\.[^.]*$,,'` gkd1=
189 for f in "$base1".*.gkd; do
/netbsd-src/sys/dev/pci/
H A Dif_ex_pci.c330 uint32_t base1; in ex_d3tod0() local
343 base1 = pci_conf_read(pc, tag, PCI_BAR1); in ex_d3tod0()
350 pci_conf_write(pc, tag, PCI_BAR1, base1); in ex_d3tod0()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress.c1245 struct event_base *base1, *base2; in test_signal_pipeloss() local
1248 base1 = event_init(); in test_signal_pipeloss()
1249 pipe1 = base1->sig.ev_signal_pair[0]; in test_signal_pipeloss()
1252 event_base_free(base1); in test_signal_pipeloss()
1272 struct event_base *base1, *base2; in test_signal_switchbase() local
1275 base1 = event_init(); in test_signal_switchbase()
1280 if (event_base_set(base1, &ev1) || in test_signal_switchbase()
1288 tt_ptr_op(event_get_base(&ev1), ==, base1); in test_signal_switchbase()
1300 event_base_loop(base1, EVLOOP_NONBLOCK); in test_signal_switchbase()
1305 event_base_loop(base1, EVLOOP_NONBLOCK); in test_signal_switchbase()
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
H A Dsvcb_64.c443 unsigned char *base1, *base2; in svcsortkeys() local
450 base1 = r1.base; in svcsortkeys()
492 base1 = base2; in svcsortkeys()
501 if (base1 != r2.base) { in svcsortkeys()
504 size_t length = base1 - r2.base; in svcsortkeys()
517 memmove(buf, base1, count); in svcsortkeys()
521 base1 += count; in svcsortkeys()
/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/in_1/
H A Dsvcb_64.c417 unsigned char *base1, *base2; in svcparamkey()
424 base1 = r1.base; in svcsortkeys()
466 base1 = base2; in svcsortkeys()
475 if (base1 != r2.base) { in svcsortkeys()
478 size_t length = base1 - r2.base; in svcsortkeys()
491 memmove(buf, base1, count); in svcsortkeys()
495 base1 += count; in svcsortkeys()
439 unsigned char *base1, *base2; svcsortkeys() local
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dm32c.cpu2337 (define-pmacro (src32-An-direct-operand group base1 base2 xmode)
2346 (base-ifield (.sym f- base1 -11))
2347 (encoding (+ ((.sym f- base1 -3) 0) ((.sym f- base2 -1) 1) (.sym Src32An group xmode)))
2348 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 1)))
2386 (define-pmacro (src32-An-indirect-operand group base1 base2 xmode)
2395 (base-ifield (.sym f- base1 -11))
2396 (encoding (+ ((.sym f- base1 -3) 0) ((.sym f- base2 -1) 0) (.sym Src32An group)))
2397 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 0)))
2505 (define-pmacro (src32-relative-operand offset group base1 base2 xmode)
2514 (base-ifield (.sym f- base1 -11))
[all …]
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dm32c.cpu2337 (define-pmacro (src32-An-direct-operand group base1 base2 xmode)
2346 (base-ifield (.sym f- base1 -11))
2347 (encoding (+ ((.sym f- base1 -3) 0) ((.sym f- base2 -1) 1) (.sym Src32An group xmode)))
2348 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 1)))
2386 (define-pmacro (src32-An-indirect-operand group base1 base2 xmode)
2395 (base-ifield (.sym f- base1 -11))
2396 (encoding (+ ((.sym f- base1 -3) 0) ((.sym f- base2 -1) 0) (.sym Src32An group)))
2397 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 0)))
2505 (define-pmacro (src32-relative-operand offset group base1 base2 xmode)
2514 (base-ifield (.sym f- base1 -11))
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dm32c.cpu2337 (define-pmacro (src32-An-direct-operand group base1 base2 xmode)
2346 (base-ifield (.sym f- base1 -11))
2347 (encoding (+ ((.sym f- base1 -3) 0) ((.sym f- base2 -1) 1) (.sym Src32An group xmode)))
2348 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 1)))
2386 (define-pmacro (src32-An-indirect-operand group base1 base2 xmode)
2395 (base-ifield (.sym f- base1 -11))
2396 (encoding (+ ((.sym f- base1 -3) 0) ((.sym f- base2 -1) 0) (.sym Src32An group)))
2397 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 0)))
2505 (define-pmacro (src32-relative-operand offset group base1 base2 xmode)
2514 (base-ifield (.sym f- base1 -11))
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dm32c.cpu2337 (define-pmacro (src32-An-direct-operand group base1 base2 xmode)
2346 (base-ifield (.sym f- base1 -11))
2347 (encoding (+ ((.sym f- base1 -3) 0) ((.sym f- base2 -1) 1) (.sym Src32An group xmode)))
2348 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 1)))
2386 (define-pmacro (src32-An-indirect-operand group base1 base2 xmode)
2395 (base-ifield (.sym f- base1 -11))
2396 (encoding (+ ((.sym f- base1 -3) 0) ((.sym f- base2 -1) 0) (.sym Src32An group)))
2397 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 0)))
2505 (define-pmacro (src32-relative-operand offset group base1 base2 xmode)
2514 (base-ifield (.sym f- base1 -11))
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/
H A Ddexplorer201 base1=${PWD##*/}
203 if [[ "$base1" != "$base2" || "$err" != "0" ]]; then
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/
H A Ddexplorer201 base1=${PWD##*/}
203 if [[ "$base1" != "$base2" || "$err" != "0" ]]; then
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm53xx_pax.c341 paddr_t base1 = base + __LOWEST_SET_BIT(PCIE_OARR_ADDR); in bcmpax_ccb_attach() local
342 bcmpax_write_4(sc, PCIE_OARR_1, base1); in bcmpax_ccb_attach()
343 bcmpax_write_4(sc, PCIE_OMAP_1_LOWER, base1 | 1); in bcmpax_ccb_attach()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Drsaz_exp.h44 const BN_ULONG *base1,
H A Drsaz_exp_x2.c117 const BN_ULONG *base1,
178 to_words52(base1_red, exp_digits, base1, factor_size);
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dmmaptrace.c1294 unsigned long base1, end1, base2, end2; in __collector_int_func_load() local
1295 __collector_check_segment ((unsigned long) vaddr, &base1, &end1, 0); in __collector_int_func_load()
1296 if (base1) in __collector_int_func_load()
1298 if (base1 == 0 || base1 != base2 || end1 != end2) in __collector_int_func_load()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dmmaptrace.c1315 unsigned long base1, end1, base2, end2; in __collector_int_func_load() local
1316 __collector_check_segment ((unsigned long) vaddr, &base1, &end1, 0); in __collector_int_func_load()
1317 if (base1) in __collector_int_func_load()
1319 if (base1 == 0 || base1 != base2 || end1 != end2) in __collector_int_func_load()

123