Searched refs:amount (Results 1 - 25 of 118) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr51949.c5 void *mem_alloc(size_t amount) argument
7 void *q = __builtin_malloc (amount);
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dmovi.s48 .macro all_8bit_imm_movi_sft dst, from=0, to=255, shift_op, amount
49 movi \dst, \from, \shift_op \amount
51 all_8bit_imm_movi_sft \dst, "(\from+1)", \to, \shift_op, \amount
56 // MOVI <Vd>.<T>, #<imm8>, MSL #<amount>
58 .irp amount, 8, 16
61 all_8bit_imm_movi_sft v7.\T, 0, 63, MSL, \amount
62 all_8bit_imm_movi_sft v7.\T, 64, 127, MSL, \amount
63 all_8bit_imm_movi_sft v7.\T, 128, 191, MSL, \amount
64 all_8bit_imm_movi_sft v7.\T, 192, 255, MSL, \amount
70 // MOVI <Vd>.<T>, #<imm8> {, LSL #<amount>}
[all...]
H A Daddsub.s27 .macro adjust_rm op, rd, rn, rm_r, rm_n, extend, amount
34 .ifb \amount
37 \op \rd, \rn, W\()\rm_n, \extend #\amount
45 .ifb \amount
48 \op \rd, \rn, \rm_r\()\rm_n, \extend #\amount
55 .macro do_addsub_ext type, op, Rn, reg, extend, amount
61 .ifb \amount
64 adjust_rm \op, \reg\()16, \Rn, \reg, 1, \extend, \amount
73 .ifb \amount
76 adjust_rm \op, \reg\()ZR, \Rn, \reg, 1, \extend, \amount
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr46856.c22 void increase_insn_priority (int *fld, int amount) argument
25 ix(heap ? &heap->base : 0, *fld)->prio += amount;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/char/
H A D12971.cc34 long double amount = 10.8L; local
40 mon_put.put(oss.rdbuf(), true, oss, ' ', amount);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/
H A D12971.cc34 long double amount = 10.8L; local
41 mon_put.put(oss.rdbuf(), true, oss, L' ', amount);
/haiku-buildtools/binutils/gas/testsuite/gas/lns/
H A Dlns-common-1-alt.d13 \[0x.*\] Advance PC by fixed size amount .* to .*
17 \[0x.*\] Advance PC by fixed size amount .* to .*
22 \[0x.*\] Advance PC by fixed size amount .* to .*
27 \[0x.*\] Advance PC by fixed size amount .* to .*
31 \[0x.*\] Advance PC by fixed size amount .* to .*
35 \[0x.*\] Advance PC by fixed size amount .* to .*
39 \[0x.*\] Advance PC by fixed size amount .* to .*
41 \[0x.*\] Advance PC by fixed size amount .* to .*
H A Dlns-big-delta.d10 \[0x.*\] Advance PC by fixed size amount 0 to 0x0
15 \[0x.*\] Advance PC by fixed size amount . to 0x.*
/haiku-buildtools/gcc/libgcc/config/libbid/
H A Dbid128_quantize.c33 int exponent_x, exponent_y, digits_x, extra_digits, amount; variable
155 amount = recip_scale[extra_digits];
158 if (amount >= 64) {
160 CR.w[0] = CX2.w[1] >> (amount - 64);
162 __shr_128 (CR, CX2, amount);
175 if (amount >= 64) {
176 remainder_h = CX2.w[0] | (CX2.w[1] << (128 - amount));
178 remainder_h = CX2.w[0] << (64 - amount);
194 if (amount >= 64) {
195 REM_H.w[1] = (CX2.w[1] << (128 - amount));
[all...]
H A Dbid32_to_bid128.c83 int exponent_x, extra_digits, amount, bin_expon_cx, uf_check = 0;
100 amount = recip_scale[27] - 64;
101 res = ((CX.w[1] >> 32) & 0xfc000000) | (Qh.w[1] >> amount);
177 amount = recip_scale[extra_digits];
179 if (amount >= 64) {
180 CX.w[0] = Qh.w[1] >> (amount - 64);
183 __shr_128 (CX, Qh, amount);
194 __shl_128_long (Qh1, Qh, (128 - amount));
209 __shl_128_long (Qh1, Qh, (128 - amount));
235 __shr_128_long (Qh, Qh1, (128 - amount));
[all...]
H A Dbid64_to_bid128.c81 int exponent_x, extra_digits, amount, bin_expon_cx;
98 amount = recip_scale[18];
99 __shr_128 (Tmp, Qh, amount);
175 amount = recip_scale[extra_digits];
177 if (amount >= 64) {
178 CX.w[0] = Qh.w[1] >> (amount - 64);
181 __shr_128 (CX, Qh, amount);
192 __shl_128_long (Qh1, Qh, (128 - amount));
206 __shl_128_long (Qh1, Qh, (128 - amount));
232 __shr_128_long (Qh, Qh1, (128 - amount));
[all...]
H A Dbid32_to_bid64.c83 int exponent_x, bin_expon_cx, extra_digits, rmode = 0, amount;
154 amount = short_recip_scale[extra_digits];
156 coefficient_x = Q.w[1] >> amount;
167 remainder_h = Q.w[1] << (64 - amount);
179 remainder_h = Q.w[1] << (64 - amount);
198 if ((remainder_h >> (64 - amount)) + carry >=
199 (((UINT64) 1) << amount))
H A Dbid64_quantize.c50 int exponent_x, exponent_y, digits_x, extra_digits, amount, amount2; local
152 amount = short_recip_scale[extra_digits];
153 C64 = CT.w[1] >> amount;
165 amount2 = 64 - amount;
181 remainder_h = CT.w[1] << (64 - amount);
200 if ((remainder_h >> (64 - amount)) + carry >=
201 (((UINT64) 1) << amount))
H A Dbid_inline_add.h85 int bin_expon_ca, extra_digits, amount, scale_k, scale_ca; local
264 amount = short_recip_scale[extra_digits];
265 C64 = CT.w[1] >> amount;
327 amount = short_recip_scale[extra_digits];
328 C0_64 = CT.w[1] >> amount;
371 amount = short_recip_scale[extra_digits];
372 C0_64 = CT.w[1] >> amount;
392 amount = short_recip_scale[extra_digits];
393 C0_64 = CT_new.w[1] >> amount;
421 remainder_h = CT.w[1] << (64 - amount);
477 int amount, rmode; local
516 int amount, amount2, rmode, status = 0; local
640 int amount, amount2, rmode, status = uf_status; local
754 int amount; local
[all...]
H A Dbid64_mul.c67 int rmode, digits_p, bp, amount, amount2, final_exponent, round_up; local
244 amount = recip_scale[16];
245 __shr_128 (P, Q_high, amount);
248 amount2 = 64 - amount;
291 amount = recip_scale[extra_digits];
292 __shr_128 (C128, Q_high, amount);
307 remainder_h = Q_high.w[0] << (64 - amount);
324 remainder_h = Q_high.w[0] << (64 - amount);
352 if ((remainder_h >> (64 - amount)) + carry >=
353 (((UINT64) 1) << amount))
[all...]
H A Dbid64_add.c131 int bin_expon_ca, extra_digits, amount, scale_k, scale_ca; local
407 amount = short_recip_scale[extra_digits];
408 C64 = CT.w[1] >> amount;
460 amount = short_recip_scale[extra_digits];
461 C0_64 = CT.w[1] >> amount;
499 amount = short_recip_scale[extra_digits];
500 C0_64 = CT.w[1] >> amount;
520 amount = short_recip_scale[extra_digits];
521 C0_64 = CT_new.w[1] >> amount;
549 remainder_h = CT.w[1] << (64 - amount);
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dneon-for-64bits-1.c23 #define SHIFT_U(name, op, amount) \
24 void ushift_##name(u64 *a, u64 *b, int c) { *a = *b op amount; }
27 #define SHIFT_S(name, op, amount) \
28 void sshift_##name(i64 *a, i64 *b, int c) { *a = *b op amount; }
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A Dtimode-1.c21 volatile int amount = 4; variable
82 result = g << amount;
91 result = g >> amount;
100 result = (int128_t) g >> amount;
H A Dtimode-2.c21 volatile int amount = 4; variable
82 result = g << amount;
91 result = g >> amount;
100 result = (int128_t) g >> amount;
/haiku-buildtools/gcc/gcc/config/h8300/
H A Dgenmova.sh81 # Loop over the shift amount.
102 mult) amount=$mult;;
103 ashift) amount=$shift;;
114 (const_int $amount))
134 (const_int $amount)))]
143 (const_int $amount))
173 (const_int $amount))
183 (const_int $amount))
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_target.h114 RefInfo(bool is_add, long amount):is_added(is_add),count(amount) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A D20100825-1_0.c38 unsigned int amount; local
47 amount = 9;
48 BH.w[0] = (BH.w[0] >> amount) | (BH.w[1] << (64 - amount));
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Ddisplay.c356 display_scroll_display (start, end, amount)
357 int start, end, amount;
376 terminal_scroll_terminal (start, end, amount);
379 if (amount > 0)
381 last = end + amount;
393 for (i = start; i != (start + amount); i++)
401 if (amount < 0)
403 last = start + amount;
413 for (i = end + amount; i != end; i++)
473 int start, end, amount; local
[all...]
/haiku-buildtools/gcc/gcc/config/arm/
H A Daout.h258 register int amount = 1 << (POWER); \
260 if (amount == 2) \
262 else if (amount != 1) \
263 fprintf (STREAM, "\t.align\t%d\n", amount - 4); \
/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Daout.h243 register int amount = 1 << (POWER); \
245 if (amount == 2) \
247 else if (amount != 1) \
248 fprintf (STREAM, "\t.align\t%d\n", amount - 4); \

Completed in 405 milliseconds

12345