Searched refs:sword (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D961125-1.c2 begfield (int tab, char *ptr, char *lim, int sword, int schar) argument
6 while (ptr < lim && sword--)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D961125-1.c2 begfield (int tab, char *ptr, char *lim, int sword, int schar) argument
6 while (ptr < lim && sword--)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dunwind-dw2-fde.h108 typedef int sword __attribute__ ((mode (SI)));
139 sword CIE_id;
148 sword CIE_delta;
107 typedef int sword __attribute__ ((mode (SI))); typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dunwind-dw2-fde.h113 typedef int sword __attribute__ ((mode (SI)));
144 sword CIE_id;
153 sword CIE_delta;
112 typedef int sword __attribute__ ((mode (SI))); typedef
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dattr-mode-2.c15 int sword[sizeof (bword) == sizeof(tword) ? 1 : -1]; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dattr-mode-2.c15 int sword[sizeof (bword) == sizeof(tword) ? 1 : -1]; variable
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-cr16c.c204 short sword; /* Extracted from the hole and put back. */ local
236 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets);
237 value = sword;
258 sword = bfd_get_16 (abfd, (char *) data + octets);
259 value = sword & 0x000F;
260 value |= ((sword & 0x0F00) >> 4);
261 left_val = sword & 0xF0F0;
267 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets);
268 value = sword;
322 sword
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-cr16c.c204 short sword; /* Extracted from the hole and put back. */ local
236 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets);
237 value = sword;
258 sword = bfd_get_16 (abfd, (char *) data + octets);
259 value = sword & 0x000F;
260 value |= ((sword & 0x0F00) >> 4);
261 left_val = sword & 0xF0F0;
267 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets);
268 value = sword;
322 sword
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/avr/
H A Dinterp.c35 typedef signed short int sword; typedef
1195 gen_mul((sword)(sbyte)sram[get_r16 (op)]
1196 * (sword)(sbyte)sram[get_d16 (op)]);
1200 gen_mul ((sword)(word)sram[get_r16_23 (op)]
1201 * (sword)(sbyte)sram[get_d16_23 (op)]);
1210 gen_mul(((sword)(sbyte)sram[get_r16_23 (op)]
1211 * (sword)(sbyte)sram[get_d16_23 (op)]) << 1);
1215 gen_mul(((sword)(word)sram[get_r16_23 (op)]
1216 * (sword)(sbyte)sram[get_d16_23 (op)]) << 1);

Completed in 98 milliseconds