Home
last modified time | relevance | path

Searched refs:padd (Results 1 – 25 of 55) sorted by relevance

123

/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/sh/
H A Dpadd.s1 # sh testcase for padd
18 padd x0, y0, a0
25 padd x0, y0, a0
29 dct padd x0, y0, a1
32 dct padd x0, y0, a1
36 dcf padd x0, y0, m1
39 dcf padd x0, y0, m1
42 # padd / pmuls
44 padd x0, y0, y0 pmuls x1, y1, m1
H A DChangeLog55 * pdec.s, pinc.s, padd.s, paddc.s: New files.
56 * allinsn.exp: Add pdec, pinc, padd, paddc tests.
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/sh/
H A Dpadd.s1 # sh testcase for padd
18 padd x0, y0, a0
25 padd x0, y0, a0
29 dct padd x0, y0, a1
32 dct padd x0, y0, a1
36 dcf padd x0, y0, m1
39 dcf padd x0, y0, m1
42 # padd / pmuls
44 padd x0, y0, y0 pmuls x1, y1, m1
H A DChangeLog55 * pdec.s, pinc.s, padd.s, paddc.s: New files.
56 * allinsn.exp: Add pdec, pinc, padd, paddc tests.
/netbsd/usr.sbin/ldpd/
H A Dldp_peer.c112 ldp_peer_new(const struct in_addr * ldp_id, const struct sockaddr * padd, in ldp_peer_new() argument
120 assert(tradd == NULL || tradd->sa_family == padd->sa_family); in ldp_peer_new()
132 assert(padd->sa_len <= sizeof(connecting_su)); in ldp_peer_new()
133 memcpy(&connecting_su, padd, padd->sa_len); in ldp_peer_new()
167 p->address = (struct sockaddr *)malloc(padd->sa_len); in ldp_peer_new()
168 memcpy(p->address, padd, padd->sa_len); in ldp_peer_new()
174 p->transport_address = (struct sockaddr *)malloc(padd->sa_len); in ldp_peer_new()
175 memcpy(p->transport_address, padd, padd->sa_len); in ldp_peer_new()
H A Dfsm.c55 const struct sockaddr * padd, const struct in_addr * ladd, int mysock, in run_ldp_hello() argument
139 peer = ldp_peer_new(&ldp_id, padd, in run_ldp_hello()
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/sh/
H A Ddsp.s25 padd x0,y0,a0
27 padd x0,y0,a0
H A Ddsp.d25 0+020 <[^>]*> f8 00 b1 07 [ ]padd x0,y0,a0
27 0+028 <[^>]*> f8 00 b1 07 [ ]padd x0,y0,a0
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/sh/
H A Ddsp.s25 padd x0,y0,a0
27 padd x0,y0,a0
H A Ddsp.d25 0+020 <[^>]*> f8 00 b1 07 [ ]padd x0,y0,a0
27 0+028 <[^>]*> f8 00 b1 07 [ ]padd x0,y0,a0
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/csky/
H A Denhance_dsp.s27 padd.8 r2, r3, r4
28 padd.16 r2, r3, r4
29 padd.u8.s r2, r3, r4
30 padd.s8.s r2, r3, r4
31 padd.u16.s r2, r3, r4
32 padd.s16.s r2, r3, r4
H A Denhance_dsp.d30 \s*[0-9a-f]*:\s*f883c042\s*padd\.8\s*r2,\s*r3,\s*r4
31 \s*[0-9a-f]*:\s*f883c002\s*padd\.16\s*r2,\s*r3,\s*r4
32 \s*[0-9a-f]*:\s*f883c142\s*padd\.u8\.s\s*r2,\s*r3,\s*r4
33 \s*[0-9a-f]*:\s*f883c1c2\s*padd\.s8\.s\s*r2,\s*r3,\s*r4
34 \s*[0-9a-f]*:\s*f883c102\s*padd\.u16\.s\s*r2,\s*r3,\s*r4
35 \s*[0-9a-f]*:\s*f883c182\s*padd\.s16\.s\s*r2,\s*r3,\s*r4
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/csky/
H A Denhance_dsp.s27 padd.8 r2, r3, r4
28 padd.16 r2, r3, r4
29 padd.u8.s r2, r3, r4
30 padd.s8.s r2, r3, r4
31 padd.u16.s r2, r3, r4
32 padd.s16.s r2, r3, r4
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dobjcopy.c2833 struct section_add *padd; in copy_object() local
2836 for (padd = add_sections; padd != NULL; padd = padd->next) in copy_object()
2866 if (padd->section == NULL) in copy_object()
2870 padd->name); in copy_object()
2875 if (!bfd_set_section_size (padd->section, padd->size)) in copy_object()
2894 padd->section->lma = pset->lma_val; in copy_object()
2897 (padd->section, bfd_section_alignment (padd->section))) in copy_object()
3279 struct section_add *padd; in copy_object() local
3281 for (padd = add_sections; padd != NULL; padd = padd->next) in copy_object()
3283 if (! bfd_set_section_contents (obfd, padd->section, padd->contents, in copy_object()
[all …]
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c2845 struct section_add *padd; in copy_object() local
2848 for (padd = add_sections; padd != NULL; padd = padd->next) in copy_object()
2878 if (padd->section == NULL) in copy_object()
2882 padd->name); in copy_object()
2887 if (!bfd_set_section_size (padd->section, padd->size)) in copy_object()
2906 padd->section->lma = pset->lma_val; in copy_object()
2909 (padd->section, bfd_section_alignment (padd->section))) in copy_object()
3315 struct section_add *padd; in copy_object() local
3317 for (padd = add_sections; padd != NULL; padd = padd->next) in copy_object()
3319 if (! bfd_set_section_contents (obfd, padd->section, padd->contents, in copy_object()
[all …]
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dobjcopy.c2833 struct section_add *padd; in copy_object() local
2836 for (padd = add_sections; padd != NULL; padd = padd->next) in copy_object()
2866 if (padd->section == NULL) in copy_object()
2870 padd->name); in copy_object()
2875 if (!bfd_set_section_size (padd->section, padd->size)) in copy_object()
2894 padd->section->lma = pset->lma_val; in copy_object()
2897 (padd->section, bfd_section_alignment (padd->section))) in copy_object()
3279 struct section_add *padd; in copy_object() local
3281 for (padd = add_sections; padd != NULL; padd = padd->next) in copy_object()
3283 if (! bfd_set_section_contents (obfd, padd->section, padd->contents, in copy_object()
[all …]
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dobjcopy.c2796 struct section_add *padd; in copy_object() local
2799 for (padd = add_sections; padd != NULL; padd = padd->next) in copy_object()
2826 if (padd->section == NULL) in copy_object()
2830 padd->name); in copy_object()
2835 if (!bfd_set_section_size (padd->section, padd->size)) in copy_object()
2854 padd->section->lma = pset->lma_val; in copy_object()
2857 (padd->section, bfd_section_alignment (padd->section))) in copy_object()
3238 struct section_add *padd; in copy_object() local
3240 for (padd = add_sections; padd != NULL; padd = padd->next) in copy_object()
3242 if (! bfd_set_section_contents (obfd, padd->section, padd->contents, in copy_object()
[all …]
/netbsd/external/gpl3/gdb/dist/gold/
H A Dtarget-reloc.h937 unsigned char* padd = view + offset; in relocate_relocs() local
961 Relocate_functions<size, big_endian>::rel8(padd, object, in relocate_relocs()
966 Relocate_functions<size, big_endian>::rel16(padd, object, in relocate_relocs()
971 Relocate_functions<size, big_endian>::rel32(padd, object, in relocate_relocs()
976 Relocate_functions<size, big_endian>::rel64(padd, object, in relocate_relocs()
981 Relocate_functions<size, big_endian>::rel32_unaligned(padd, in relocate_relocs()
/netbsd/external/gpl3/binutils/dist/gold/
H A Dtarget-reloc.h937 unsigned char* padd = view + offset; in relocate_relocs() local
961 Relocate_functions<size, big_endian>::rel8(padd, object, in relocate_relocs()
966 Relocate_functions<size, big_endian>::rel16(padd, object, in relocate_relocs()
971 Relocate_functions<size, big_endian>::rel32(padd, object, in relocate_relocs()
976 Relocate_functions<size, big_endian>::rel64(padd, object, in relocate_relocs()
981 Relocate_functions<size, big_endian>::rel32_unaligned(padd, in relocate_relocs()
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Dtarget-reloc.h936 unsigned char* padd = view + offset; in relocate_relocs() local
960 Relocate_functions<size, big_endian>::rel8(padd, object, in relocate_relocs()
965 Relocate_functions<size, big_endian>::rel16(padd, object, in relocate_relocs()
970 Relocate_functions<size, big_endian>::rel32(padd, object, in relocate_relocs()
975 Relocate_functions<size, big_endian>::rel64(padd, object, in relocate_relocs()
980 Relocate_functions<size, big_endian>::rel32_unaligned(padd, in relocate_relocs()
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Dtarget-reloc.h937 unsigned char* padd = view + offset; in relocate_relocs() local
961 Relocate_functions<size, big_endian>::rel8(padd, object, in relocate_relocs()
966 Relocate_functions<size, big_endian>::rel16(padd, object, in relocate_relocs()
971 Relocate_functions<size, big_endian>::rel32(padd, object, in relocate_relocs()
976 Relocate_functions<size, big_endian>::rel64(padd, object, in relocate_relocs()
981 Relocate_functions<size, big_endian>::rel32_unaligned(padd, in relocate_relocs()
/netbsd/sys/arch/x68k/x68k/
H A Diodevice.h153 char padd; unsigned char mode; member
172 char padd; unsigned char mode; member
/netbsd/bin/csh/
H A Dproc.c73 static void padd(struct command *);
465 padd(t); in palloc()
518 padd(struct command *t) in padd() function
527 padd(t->t_dspr); in padd()
541 padd(t->t_dcar); in padd()
556 padd(t->t_dcdr); in padd()
/netbsd/external/gpl2/xcvs/dist/src/
H A Dlog.c1609 Node *padd, *pdel; in log_version() local
1644 padd = findnode (ver->other, ";add"); in log_version()
1649 padd = NULL; in log_version()
1663 padd = findnode (nextver->other, ";delete"); in log_version()
1666 if (padd != NULL) in log_version()
1670 cvs_output_tagged ("text", padd->data); in log_version()
/netbsd/sys/arch/amiga/amiga/
H A Dcia.h51 volatile unsigned char icr; char padd[0xff]; member

123