Home
last modified time | relevance | path

Searched refs:addrtype (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cr16/
H A Dcr16.c1246 enum cr16_addrtype addrtype; in cr16_legitimate_address_p() local
1256 addrtype = cr16_decompose_address (addr, &address, in cr16_legitimate_address_p()
1263 switch (addrtype) in cr16_legitimate_address_p()
1286 if (addrtype == CR16_INVALID) in cr16_legitimate_address_p()
1309 if (addrtype == CR16_REG_REL || addrtype == CR16_REGP_REL) in cr16_legitimate_address_p()
1326 enum cr16_addrtype addrtype; in cr16_address_cost() local
1330 addrtype = cr16_decompose_address (addr, &address, 0, FALSE); in cr16_address_cost()
1332 gcc_assert (addrtype != CR16_INVALID); in cr16_address_cost()
1341 switch (addrtype) in cr16_address_cost()
1581 enum cr16_addrtype addrtype; in cr16_print_operand_address() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/cr16/
H A Dcr16.cc1248 enum cr16_addrtype addrtype; in cr16_legitimate_address_p() local
1258 addrtype = cr16_decompose_address (addr, &address, in cr16_legitimate_address_p()
1265 switch (addrtype) in cr16_legitimate_address_p()
1288 if (addrtype == CR16_INVALID) in cr16_legitimate_address_p()
1311 if (addrtype == CR16_REG_REL || addrtype == CR16_REGP_REL) in cr16_legitimate_address_p()
1328 enum cr16_addrtype addrtype; in cr16_address_cost() local
1332 addrtype = cr16_decompose_address (addr, &address, 0, FALSE); in cr16_address_cost()
1334 gcc_assert (addrtype != CR16_INVALID); in cr16_address_cost()
1343 switch (addrtype) in cr16_address_cost()
1583 enum cr16_addrtype addrtype; in cr16_print_operand_address() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-gen.c1831 gen_address_calculation (tree exp, hsa_bb *hbb, BrigType16_t addrtype) in gen_address_calculation() argument
1841 return hsa_cfun->reg_for_gimple_ssa (exp)->get_in_type (addrtype, hbb); in gen_address_calculation()
1846 if (addrtype != imm->m_type) in gen_address_calculation()
1847 imm->m_type = addrtype; in gen_address_calculation()
1863 hsa_op_reg *res = new hsa_op_reg (addrtype); in gen_address_calculation()
1864 hsa_insn_basic *insn = new hsa_insn_basic (3, opcode, addrtype); in gen_address_calculation()
1868 addrtype); in gen_address_calculation()
1870 addrtype); in gen_address_calculation()
1902 process_mem_base (tree base, hsa_symbol **symbol, BrigType16_t *addrtype, in process_mem_base() argument
1909 = hsa_cfun->reg_for_gimple_ssa (base)->get_in_type (*addrtype, hbb); in process_mem_base()
[all …]
H A Dgimple-fold.c7362 tree addrtype; in gimple_fold_indirect_ref() local
7365 addrtype = TREE_TYPE (addr); in gimple_fold_indirect_ref()
7369 && TREE_CODE (TREE_TYPE (addrtype)) == VECTOR_TYPE in gimple_fold_indirect_ref()
7370 && useless_type_conversion_p (type, TREE_TYPE (TREE_TYPE (addrtype))) in gimple_fold_indirect_ref()
7380 TYPE_VECTOR_SUBPARTS (TREE_TYPE (addrtype)))) in gimple_fold_indirect_ref()
7387 && TREE_CODE (TREE_TYPE (addrtype)) == COMPLEX_TYPE in gimple_fold_indirect_ref()
7388 && useless_type_conversion_p (type, TREE_TYPE (TREE_TYPE (addrtype)))) in gimple_fold_indirect_ref()
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dlistener.c61 addr.addrtype = AF_INET; in OMAPI_OBJECT_ALLOC()
78 if (addr->addrtype != AF_INET) in omapi_listen_addr()
307 addr.addrtype = AF_INET; in omapi_listener_connect()
H A Dconnection.c88 addrs -> addresses [i].addrtype = he -> h_addrtype; in OMAPI_OBJECT_ALLOC()
99 addrs -> addresses [0].addrtype = AF_INET; in OMAPI_OBJECT_ALLOC()
159 if (local_addr -> addrtype != AF_INET) { in omapi_connect_list()
672 if (c -> connect_list -> addresses [c -> cptr].addrtype != in omapi_connection_connect_internal()
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Dtrace.h82 u_int16_t addrtype; member
H A Domapip.h137 unsigned addrtype; member
/netbsd-src/external/mpl/dhcp/dist/common/
H A Ddlpi.c148 static int dlpiphysaddrreq (int fd, unsigned long addrtype);
853 static int dlpiphysaddrreq (fd, addrtype) in dlpiphysaddrreq() argument
855 unsigned long addrtype;
862 physaddr_req.dl_addr_type = addrtype;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Dtipc.d54 ubyte addrtype; variable
/netbsd-src/share/doc/psd/21.ipc/
H A Dspell.ok121 addrtype
/netbsd-src/external/bsd/ipf/dist/ipsend/
H A Ddlcommon.c219 dlphysaddrreq(fd, addrtype) in dlphysaddrreq() argument
221 u_long addrtype;
228 phys_addr_req.dl_addr_type = addrtype;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/
H A Dbfin.md170 (define_attr "addrtype" "32bit,preg,spreg,ireg"
250 (and (eq_attr "type" "mcld") (eq_attr "addrtype" "32bit")))
255 (and (eq_attr "type" "mcld") (eq_attr "addrtype" "preg")))
260 (and (eq_attr "type" "mcld") (eq_attr "addrtype" "spreg")))
265 (and (eq_attr "type" "mcld") (eq_attr "addrtype" "ireg")))
270 (and (eq_attr "type" "mcst") (eq_attr "addrtype" "32bit")))
276 (ior (eq_attr "addrtype" "preg")
277 (eq_attr "addrtype" "spreg"))))
285 (ior (eq_attr "addrtype" "preg")
286 (eq_attr "addrtype" "spreg"))))
[all …]
H A Dpredicates.md199 ;; The following three are used to compute the addrtype attribute. They return
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dbfin.md169 (define_attr "addrtype" "32bit,preg,spreg,ireg"
249 (and (eq_attr "type" "mcld") (eq_attr "addrtype" "32bit")))
254 (and (eq_attr "type" "mcld") (eq_attr "addrtype" "preg")))
259 (and (eq_attr "type" "mcld") (eq_attr "addrtype" "spreg")))
264 (and (eq_attr "type" "mcld") (eq_attr "addrtype" "ireg")))
269 (and (eq_attr "type" "mcst") (eq_attr "addrtype" "32bit")))
275 (ior (eq_attr "addrtype" "preg")
276 (eq_attr "addrtype" "spreg"))))
284 (ior (eq_attr "addrtype" "preg")
285 (eq_attr "addrtype" "spreg"))))
[all …]
H A Dpredicates.md199 ;; The following three are used to compute the addrtype attribute. They return
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Darc-dis.c1321 const char *addrtype = get_addrtype (value); in print_insn_arc() local
1322 (*info->fprintf_func) (info->stream, "%s", addrtype); in print_insn_arc()
/netbsd-src/sys/arch/prep/prep/
H A Dresidual.c1048 static const unsigned char *addrtype[] = { "I/O", "Memory", "System" }; in large_vendor_gaddr_subr() local
1051 PRIx64 " bytes\n", addrtype[p->PPCData[0] - 1], p->PPCData[1], in large_vendor_gaddr_subr()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Darc-dis.c1367 const char *addrtype = get_addrtype (value); in print_insn_arc() local
1369 "%s", addrtype); in print_insn_arc()
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dhp-symtab.h942 unsigned int addrtype: 2; /* 0 => STATTYPE */ member
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dhp-symtab.h942 unsigned int addrtype: 2; /* 0 => STATTYPE */ member
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dfailover.c261 addrs -> addresses [i].addrtype = AF_INET; in dhcp_failover_link_initiate()
279 local_addr.addrtype = AF_INET; in dhcp_failover_link_initiate()
295 local_addr.addrtype = AF_INET; in dhcp_failover_link_initiate()
1053 local_addr.addrtype = AF_INET; in dhcp_failover_listen()
1060 l -> address.addrtype == local_addr.addrtype && in dhcp_failover_listen()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.cc8532 tree addrtype; in gimple_fold_indirect_ref() local
8535 addrtype = TREE_TYPE (addr); in gimple_fold_indirect_ref()
8539 && TREE_CODE (TREE_TYPE (addrtype)) == VECTOR_TYPE in gimple_fold_indirect_ref()
8540 && useless_type_conversion_p (type, TREE_TYPE (TREE_TYPE (addrtype))) in gimple_fold_indirect_ref()
8550 TYPE_VECTOR_SUBPARTS (TREE_TYPE (addrtype)))) in gimple_fold_indirect_ref()
8557 && TREE_CODE (TREE_TYPE (addrtype)) == COMPLEX_TYPE in gimple_fold_indirect_ref()
8558 && useless_type_conversion_p (type, TREE_TYPE (TREE_TYPE (addrtype)))) in gimple_fold_indirect_ref()
/netbsd-src/external/bsd/openldap/dist/
H A Dconfigure.ac2256 for lentype in "$@" ; do for addrtype in "struct sockaddr" void ; do
2261 extern int accept(int s, $addrtype *ap, $lentype *lp);
/netbsd-src/share/man/tools/
H A Dnewsp.errs1858 addrtype

12