| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-popcount.c | 122 unsigned long arg_size, size_range; local 137 arg_size = mpz_get_ui (bs); 138 mpz_rrandomb (arg, rands, arg_size);
|
| /src/external/lgpl3/gmp/dist/tests/mpq/ |
| t-md_2exp.c | 36 unsigned long arg_size, size_range; local 54 arg_size = mpz_get_ui (bs); 55 mpz_rrandomb (mpq_numref (q), rands, arg_size); local 59 arg_size = mpz_get_ui (bs); 60 mpz_rrandomb (mpq_denref (q), rands, arg_size); local
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| InstrTypes.h | 1329 unsigned arg_size() const { return arg_end() - arg_begin(); } function in class:llvm::CmpInst::CallBase 1339 unsigned getNumArgOperands() const { return arg_size(); } 1631 /// \p i in [1, arg_size + 1) -> argument number (\p i - 1) 1632 /// \p i in [arg_size + 1, data_operand_size + 1) -> bundle operand at index 1695 return !arg_empty() && paramHasAttr(arg_size() - 1, Attribute::InAlloca);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| rx-tdep.c | 731 ULONGEST arg_size = arg_type->length (); local 748 && arg_size <= 8) 751 if (arg_size == 8) 786 gdb_assert (arg_size <= 4); 789 extract_unsigned_integer (arg_bits, arg_size, byte_order); 824 while (arg_size > 0) 828 && arg_size <= 4 * (RX_R4_REGNUM - arg_reg + 1) 829 && arg_size % 4 == 0) 831 int len = std::min (arg_size, (ULONGEST) 4); 839 arg_size -= len [all...] |
| msp430-tdep.c | 695 ULONGEST arg_size = arg_type->length (); local 709 arg_size = (code_model == MSP_LARGE_CODE_MODEL) ? 4 : 2; 715 if (arg_size > 8) 720 for (offset = 0; offset < arg_size; offset += 2) 727 + ((arg_size == 8 || args_on_stack) 728 ? ((arg_size - offset) / 2 - 1)
|
| m32c-tdep.c | 2076 ULONGEST arg_size = arg_type->length (); 2080 && arg_size <= 2 2088 ULONGEST u = extract_unsigned_integer (arg_bits, arg_size, 2097 && arg_size == 2 2105 sp -= arg_size; 2111 write_memory (sp, arg_bits, arg_size); 2069 ULONGEST arg_size = arg_type->length (); local
|
| stack.c | 768 int arg_size = sym->type ()->length (); 773 ((current_offset + arg_size + sizeof (int) - 1) 784 args_printed += (arg_size + sizeof (int) - 1) / sizeof (int); 767 int arg_size = sym->type ()->length (); local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| rx-tdep.c | 733 ULONGEST arg_size = arg_type->length (); local 750 && arg_size <= 8) 753 if (arg_size == 8) 788 gdb_assert (arg_size <= 4); 791 extract_unsigned_integer (arg_bits, arg_size, byte_order); 826 while (arg_size > 0) 830 && arg_size <= 4 * (RX_R4_REGNUM - arg_reg + 1) 831 && arg_size % 4 == 0) 833 int len = std::min (arg_size, (ULONGEST) 4); 841 arg_size -= len [all...] |
| msp430-tdep.c | 696 ULONGEST arg_size = arg_type->length (); local 710 arg_size = (code_model == MSP_LARGE_CODE_MODEL) ? 4 : 2; 716 if (arg_size > 8) 721 for (offset = 0; offset < arg_size; offset += 2) 728 + ((arg_size == 8 || args_on_stack) 729 ? ((arg_size - offset) / 2 - 1)
|
| m32c-tdep.c | 2077 ULONGEST arg_size = arg_type->length (); 2081 && arg_size <= 2 2089 ULONGEST u = extract_unsigned_integer (arg_bits, arg_size, 2098 && arg_size == 2 2106 sp -= arg_size; 2112 write_memory (sp, arg_bits, arg_size); 2070 ULONGEST arg_size = arg_type->length (); local
|
| stack.c | 768 int arg_size = sym->type ()->length (); 773 ((current_offset + arg_size + sizeof (int) - 1) 784 args_printed += (arg_size + sizeof (int) - 1) / sizeof (int); 767 int arg_size = sym->type ()->length (); local
|
| /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
| CGFunctionInfo.h | 651 unsigned arg_size() const { return NumArgs; } function in class:clang::CodeGen::ABIArgInfo::final 656 return isVariadic() ? getRequiredArgs().getNumRequiredArgs() : arg_size();
|
| /src/external/gpl3/gcc/dist/gcc/config/mmix/ |
| mmix.cc | 650 int arg_size = MMIX_FUNCTION_ARG_SIZE (arg.mode, arg.type); local 653 || (arg_size > 8 657 : argsp->regs + (7 + arg_size) / 8);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple.h | 705 tree arg_size; variable 6100 return omp_task_stmt->arg_size; 6110 return &omp_task_stmt->arg_size; 6114 /* Set ARG_SIZE to be the data block size for OMP_TASK GS. */ 6117 gimple_omp_task_set_arg_size (gimple *gs, tree arg_size) 6120 omp_task_stmt->arg_size = arg_size; 6144 /* Set ARG_SIZE to be the data block align for OMP_TASK GS. */
|
| ipa-prop.cc | 2099 HOST_WIDE_INT arg_offset, arg_size; local 2125 arg_size = tree_to_uhwi (type_size); 2134 &arg_size, &reverse); 2157 &arg_size, &reverse);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/mmix/ |
| mmix.cc | 652 int arg_size = MMIX_FUNCTION_ARG_SIZE (arg.mode, arg.type); local 655 || (arg_size > 8 659 : argsp->regs + (7 + arg_size) / 8);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple.h | 703 tree arg_size; variable 6013 return omp_task_stmt->arg_size; 6023 return &omp_task_stmt->arg_size; 6027 /* Set ARG_SIZE to be the data block size for OMP_TASK GS. */ 6030 gimple_omp_task_set_arg_size (gimple *gs, tree arg_size) 6033 omp_task_stmt->arg_size = arg_size; 6057 /* Set ARG_SIZE to be the data block align for OMP_TASK GS. */
|
| ipa-prop.cc | 1993 HOST_WIDE_INT arg_offset, arg_size; local 2019 arg_size = tree_to_uhwi (type_size); 2028 &arg_size, &reverse); 2051 &arg_size, &reverse);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| ARMFastISel.cpp | 2331 unsigned arg_size = CI->arg_size(); local 2332 Args.reserve(arg_size); 2333 ArgRegs.reserve(arg_size); 2334 ArgVTs.reserve(arg_size); 2335 ArgFlags.reserve(arg_size);
|
| /src/external/gpl3/gcc/dist/gcc/config/mcore/ |
| mcore.cc | 69 int arg_size; /* Stdarg spills (bytes). */ member in struct:mcore_frame 1725 infp->arg_size = nbytes; 1755 regarg = infp->reg_size + infp->arg_size; 1884 infp->growth[growths++] = infp->arg_size + infp->reg_size + infp->pad_reg; 1986 space_allocated = fi.arg_size + fi.reg_size + fi.local_size + 2018 fi.arg_size, fi.reg_size, fi.reg_mask, 2032 if (fi.arg_size != 0 && crtl->args.pretend_args_size == 0) 2036 int remaining = fi.arg_size;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/mcore/ |
| mcore.cc | 69 int arg_size; /* Stdarg spills (bytes). */ member in struct:mcore_frame 1725 infp->arg_size = nbytes; 1755 regarg = infp->reg_size + infp->arg_size; 1884 infp->growth[growths++] = infp->arg_size + infp->reg_size + infp->pad_reg; 1985 space_allocated = fi.arg_size + fi.reg_size + fi.local_size + 2017 fi.arg_size, fi.reg_size, fi.reg_mask, 2031 if (fi.arg_size != 0 && crtl->args.pretend_args_size == 0) 2035 int remaining = fi.arg_size;
|
| /src/external/gpl3/gcc/dist/gcc/config/csky/ |
| csky.cc | 239 int arg_size; /* stdarg spills (bytes) */ member in struct:machine_function 1825 infp->arg_size = crtl->args.pretend_args_size; 1826 infp->frame_size = infp->arg_offset + infp->arg_size; 5697 if (cfun->machine->arg_size != 0) 5699 int offset = cfun->machine->arg_size; 5839 adjust = reg_size + cfun->machine->arg_size; 5852 && cfun->machine->arg_size == 0
|
| /src/external/gpl3/gcc/dist/gcc/config/pa/ |
| pa.cc | 9920 int arg_size = pa_function_arg_size (arg.mode, arg.type); 9923 cum->words += (arg_size 9926 && arg_size > 1)); 9945 int arg_size; 9953 arg_size = pa_function_arg_size (mode, type); 9954 if (!arg_size) 9964 if (cum->words + arg_size > max_arg_words) 9969 if (arg_size > 1) 9994 if (arg_size > 1 10012 int i, offset = 0, ub = arg_size; 9906 int arg_size = pa_function_arg_size (arg.mode, arg.type); local 9931 int arg_size; local 10143 int arg_size; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| csky.cc | 240 int arg_size; /* stdarg spills (bytes) */ member in struct:machine_function 1821 infp->arg_size = crtl->args.pretend_args_size; 1822 infp->frame_size = infp->arg_offset + infp->arg_size; 5690 if (cfun->machine->arg_size != 0) 5692 int offset = cfun->machine->arg_size; 5832 adjust = reg_size + cfun->machine->arg_size; 5845 && cfun->machine->arg_size == 0
|
| /src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
| pa.cc | 9772 int arg_size = pa_function_arg_size (arg.mode, arg.type); 9775 cum->words += (arg_size 9778 && arg_size > 1)); 9797 int arg_size; 9805 arg_size = pa_function_arg_size (mode, type); 9806 if (!arg_size) 9816 if (cum->words + arg_size > max_arg_words) 9821 if (arg_size > 1) 9846 if (arg_size > 1 9864 int i, offset = 0, ub = arg_size; 9758 int arg_size = pa_function_arg_size (arg.mode, arg.type); local 9783 int arg_size; local 9995 int arg_size; local [all...] |