| /src/external/gpl3/gdb/dist/gdb/nat/ |
| ppc-linux.c | 82 int wordsize = 4; local 92 wordsize = 8; 95 return wordsize;
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| ppc-linux.c | 82 int wordsize = 4; local 92 wordsize = 8; 95 return wordsize;
|
| /src/external/gpl3/gdb/dist/gdb/arch/ |
| ppc-linux-common.h | 54 unsigned int wordsize; member in struct:ppc_linux_features
|
| /src/external/gpl3/gdb/dist/gdb/ |
| rs6000-lynx178-tdep.c | 47 int wordsize = tdep->wordsize; local 160 sp -= wordsize * 8; 163 sp -= wordsize * 6; 250 store_unsigned_integer (tmp_buffer, wordsize, byte_order, saved_sp); 251 write_memory (sp, tmp_buffer, wordsize); 331 if (valtype->length () <= tdep->wordsize) 360 gdb_assert (tdep->wordsize == 4);
|
| s390-linux-nat.c | 948 int wordsize = 4; local 960 wordsize = 8; 963 return wordsize;
|
| h8300-tdep.c | 625 int wordsize = BINWORD (gdbarch); local 630 sp = align_down (sp, wordsize); 635 stack_alloc += align_up (args[argument]->type ()->length (), wordsize); 653 int padded_len = align_up (len, wordsize); 657 memcpy ((len < wordsize ? padded.data () + padded_len - len 662 if (padded_len <= (E_ARGLAST_REGNUM - reg + 1) * wordsize) 666 if (len > wordsize && len % wordsize) 675 reg += padded_len / wordsize; 684 for (offset = 0; offset < padded_len; offset += wordsize) [all...] |
| ppc-tdep.h | 214 int wordsize = 0; /* Size in bytes of fixed-point word. */ member in struct:ppc_gdbarch_tdep
|
| rs6000-aix-tdep.c | 263 if (tdep->wordsize == 4) 267 tdep->wordsize, byte_order); 269 tdep->wordsize, byte_order, &backchain); 276 tdep->wordsize, byte_order); 278 tdep->wordsize, byte_order, &backchain); 285 if (tdep->wordsize == 4) 439 if (tdep->wordsize == 4) 468 if (tdep->wordsize == 8) 514 int wordsize = tdep->wordsize; local [all...] |
| ppc-linux-nat.c | 652 interface, and not the wordsize of the program's ABI. */ 653 int wordsize = sizeof (long); local 658 u_addr = ((regno - tdep->ppc_gp0_regnum + PT_R0) * wordsize); 666 u_addr = (PT_FPR0 * wordsize) + ((regno - tdep->ppc_fp0_regnum) * 8); 670 u_addr = PT_NIP * wordsize; 672 u_addr = PT_LNK * wordsize; 674 u_addr = PT_CCR * wordsize; 676 u_addr = PT_XER * wordsize; 678 u_addr = PT_CTR * wordsize; 681 u_addr = PT_MQ * wordsize; [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/arch/ |
| ppc-linux-common.h | 54 unsigned int wordsize; member in struct:ppc_linux_features
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| rs6000-lynx178-tdep.c | 47 int wordsize = tdep->wordsize; local 160 sp -= wordsize * 8; 163 sp -= wordsize * 6; 250 store_unsigned_integer (tmp_buffer, wordsize, byte_order, saved_sp); 251 write_memory (sp, tmp_buffer, wordsize); 331 if (valtype->length () <= tdep->wordsize) 360 gdb_assert (tdep->wordsize == 4);
|
| s390-linux-nat.c | 947 int wordsize = 4; local 959 wordsize = 8; 962 return wordsize;
|
| h8300-tdep.c | 625 int wordsize = BINWORD (gdbarch); local 630 sp = align_down (sp, wordsize); 635 stack_alloc += align_up (args[argument]->type ()->length (), wordsize); 653 int padded_len = align_up (len, wordsize); 657 memcpy ((len < wordsize ? padded.data () + padded_len - len 662 if (padded_len <= (E_ARGLAST_REGNUM - reg + 1) * wordsize) 666 if (len > wordsize && len % wordsize) 675 reg += padded_len / wordsize; 684 for (offset = 0; offset < padded_len; offset += wordsize) [all...] |
| ppc-tdep.h | 214 int wordsize = 0; /* Size in bytes of fixed-point word. */ member in struct:ppc_gdbarch_tdep
|
| rs6000-aix-tdep.c | 263 if (tdep->wordsize == 4) 267 tdep->wordsize, byte_order); 269 tdep->wordsize, byte_order, &backchain); 276 tdep->wordsize, byte_order); 278 tdep->wordsize, byte_order, &backchain); 285 if (tdep->wordsize == 4) 439 if (tdep->wordsize == 4) 468 if (tdep->wordsize == 8) 514 int wordsize = tdep->wordsize; local [all...] |
| ppc-linux-nat.c | 652 interface, and not the wordsize of the program's ABI. */ 653 int wordsize = sizeof (long); local 658 u_addr = ((regno - tdep->ppc_gp0_regnum + PT_R0) * wordsize); 666 u_addr = (PT_FPR0 * wordsize) + ((regno - tdep->ppc_fp0_regnum) * 8); 670 u_addr = PT_NIP * wordsize; 672 u_addr = PT_LNK * wordsize; 674 u_addr = PT_CCR * wordsize; 676 u_addr = PT_XER * wordsize; 678 u_addr = PT_CTR * wordsize; 681 u_addr = PT_MQ * wordsize; [all...] |
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| encoding.c | 636 int size, wordsize; local 640 wordsize = sizeof (void *); 642 return ROUND (size, wordsize);
|
| /src/external/gpl3/gcc/dist/libobjc/ |
| encoding.c | 641 int size, wordsize; local 645 wordsize = sizeof (void *); 647 return ROUND (size, wordsize);
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-s390-low.cc | 593 int wordsize = s390_get_wordsize (pid); local 594 unsigned long hwcap = linux_get_hwcap (pid, wordsize); 615 if (wordsize == 8)
|
| linux-ppc-low.cc | 884 features.wordsize = ppc_linux_target_wordsize (tid); 886 if (features.wordsize == 4) 895 ppc_hwcap = linux_get_hwcap (current_thread->id.pid (), features.wordsize); 896 ppc_hwcap2 = linux_get_hwcap2 (current_thread->id.pid (), features.wordsize); 998 if (features.wordsize == 4) 1096 int wordsize = register_size (tdesc, 0); local 1098 if (!linux_get_auxv (current_thread->id.pid (), wordsize, AT_PHDR, &phdr))
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-s390-low.cc | 593 int wordsize = s390_get_wordsize (pid); local 594 unsigned long hwcap = linux_get_hwcap (pid, wordsize); 615 if (wordsize == 8)
|
| linux-ppc-low.cc | 885 features.wordsize = ppc_linux_target_wordsize (tid); 887 if (features.wordsize == 4) 896 ppc_hwcap = linux_get_hwcap (current_thread->id.pid (), features.wordsize); 897 ppc_hwcap2 = linux_get_hwcap2 (current_thread->id.pid (), features.wordsize); 999 if (features.wordsize == 4) 1097 int wordsize = register_size (tdesc, 0); local 1099 if (!linux_get_auxv (current_thread->id.pid (), wordsize, AT_PHDR, &phdr))
|
| /src/sys/arch/macppc/dev/ |
| snapper.c | 1646 uint32_t wordsize, ows; local 1713 wordsize = INPUT_STEREO | INPUT_16BIT | 1718 wordsize = INPUT_STEREO | INPUT_24BIT | 1734 ows, wordsize); 1735 if (ows != wordsize) { 1737 wordsize);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-fold.cc | 4229 size_t wordsize = UNITS_PER_WORD; local 4230 for (size_t i = 0; i < end; i += wordsize) 4232 size_t nonzero_first = wordsize; 4234 size_t zero_first = wordsize; 4237 if ((unsigned HOST_WIDE_INT) (buf->off + i + wordsize) 4240 gcc_assert (wordsize > 1); 4241 wordsize /= 2; 4242 i -= wordsize; 4245 size_t endsize = end - i > wordsize ? wordsize : end - i [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-fold.cc | 4229 size_t wordsize = UNITS_PER_WORD; local 4230 for (size_t i = 0; i < end; i += wordsize) 4232 size_t nonzero_first = wordsize; 4234 size_t zero_first = wordsize; 4237 if ((unsigned HOST_WIDE_INT) (buf->off + i + wordsize) 4240 gcc_assert (wordsize > 1); 4241 wordsize /= 2; 4242 i -= wordsize; 4245 size_t endsize = end - i > wordsize ? wordsize : end - i [all...] |