Searched refs:rmode (Results 26 - 50 of 65) sorted by relevance

123

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_fma.c76 bin_expon_product, rmode; local
431 rmode = rnd_mode;
432 if (sign_z && (unsigned) (rmode - 1) < 2)
433 rmode = 3 - rmode;
434 //__add_128_64(PU, CT, round_const_table[rmode][extra_digits]);
438 || (rmode == ROUNDING_DOWN)
439 || (rmode == ROUNDING_TO_ZERO))
442 if ((rmode == ROUNDING_UP)) {
458 remainder_y += round_const_table[rmode][1
[all...]
H A Dbid64_div.c94 int rmode, amount; local
463 rmode = rnd_mode;
464 if (sign_x ^ sign_y && (unsigned) (rmode - 1) < 2)
465 rmode = 3 - rmode;
466 switch (rmode) {
476 R -= ((Q | (rmode >> 2)) & 1);
507 rmode = rnd_mode;
509 get_BID64_UF (sign_x ^ sign_y, diff_expon, Q, R, rmode, pfpsf);
530 unsigned rmode; local
944 unsigned rmode; variable
[all...]
H A Dbid128_div.c47 unsigned rmode; variable
417 rmode = rnd_mode;
418 if (sign_x ^ sign_y && (unsigned) (rmode - 1) < 2)
419 rmode = 3 - rmode;
420 switch (rmode) {
498 unsigned rmode;
881 rmode = rnd_mode;
882 if (sign_x ^ sign_y && (unsigned) (rmode - 1) < 2)
883 rmode
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_fma.c76 bin_expon_product, rmode; local
431 rmode = rnd_mode;
432 if (sign_z && (unsigned) (rmode - 1) < 2)
433 rmode = 3 - rmode;
434 //__add_128_64(PU, CT, round_const_table[rmode][extra_digits]);
438 || (rmode == ROUNDING_DOWN)
439 || (rmode == ROUNDING_TO_ZERO))
442 if ((rmode == ROUNDING_UP)) {
458 remainder_y += round_const_table[rmode][1
[all...]
H A Dbid64_div.c94 int rmode, amount; local
463 rmode = rnd_mode;
464 if (sign_x ^ sign_y && (unsigned) (rmode - 1) < 2)
465 rmode = 3 - rmode;
466 switch (rmode) {
476 R -= ((Q | (rmode >> 2)) & 1);
507 rmode = rnd_mode;
509 get_BID64_UF (sign_x ^ sign_y, diff_expon, Q, R, rmode, pfpsf);
530 unsigned rmode; local
944 unsigned rmode; variable
[all...]
H A Dbid128_div.c47 unsigned rmode; variable
417 rmode = rnd_mode;
418 if (sign_x ^ sign_y && (unsigned) (rmode - 1) < 2)
419 rmode = 3 - rmode;
420 switch (rmode) {
498 unsigned rmode;
881 rmode = rnd_mode;
882 if (sign_x ^ sign_y && (unsigned) (rmode - 1) < 2)
883 rmode
[all...]
/netbsd-current/sys/arch/hppa/spmath/
H A Dfloat.h445 #define Is_rounding_mode(rmode) \
446 (Roundingmode(Fpustatus_register) == rmode)
/netbsd-current/usr.bin/ftp/
H A Dutil.c547 const char *rmode; local
586 for (rmode = "w"; *++argv != NULL; rmode = "a")
587 recvrequest("NLST", temp, *argv, rmode, 0, 0);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.cc1554 machine_mode rmode = TARGET_32BIT ? SImode : DImode;
1568 rtx r = gen_rtx_REG (rmode, GP_ARG_MIN_REG + align_words);
1569 rtx off = GEN_INT (i++ * GET_MODE_SIZE (rmode));
1853 machine_mode rmode = TARGET_32BIT ? SImode : DImode;
1861 r = gen_rtx_REG (rmode, GP_ARG_MIN_REG + align_words);
1862 off = GEN_INT (fpr_words++ * GET_MODE_SIZE (rmode));
1552 machine_mode rmode = TARGET_32BIT ? SImode : DImode; local
1851 machine_mode rmode = TARGET_32BIT ? SImode : DImode; local
H A Drs6000-string.cc883 machine_mode rmode = GET_MODE (result); local
884 rtx chr1_rm = simplify_gen_subreg (rmode, chr1, QImode, 0);
885 rtx chr2_rm = simplify_gen_subreg (rmode, chr2, QImode, 0);
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clvnops.c291 u_int32_t rmode; local
296 &rmode, NULL);
304 np->n_accesscache[i].mode = rmode;
314 np->n_accesscache[lrupos].mode = rmode;
319 *retmode = rmode;
320 KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, cred->cr_uid, rmode, 0);
343 u_int32_t mode, wmode, rmode; local
439 ap->a_cred, &rmode);
441 (rmode & mode) != mode)
H A Dnfs_clrpcops.c162 u_int32_t mode, rmode; local
184 error = nfsrpc_accessrpc(vp, mode, cred, p, nap, attrflagp, &rmode,
192 if (!error && (rmode & mode) != mode)
206 u_int32_t supported, rmode; local
240 rmode = fxdr_unsigned(u_int32_t, *tl);
249 rmode &= supported;
250 *rmodep = rmode;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltins.c6302 scalar_int_mode rmode, imode;
6314 rmode = SCALAR_INT_TYPE_MODE (TREE_TYPE (exp));
6373 if (bitpos < GET_MODE_BITSIZE (rmode))
6375 wide_int mask = wi::set_bit_in_zero (bitpos, GET_MODE_PRECISION (rmode));
6377 if (GET_MODE_SIZE (imode) > GET_MODE_SIZE (rmode))
6378 temp = gen_lowpart (rmode, temp);
6379 temp = expand_binop (rmode, and_optab, temp,
6380 immed_wide_int_const (mask, rmode),
6389 temp = gen_lowpart (rmode, temp);
6390 temp = expand_binop (rmode, and_opta
6301 scalar_int_mode rmode, imode; local
11368 REAL_VALUE_TYPE rmode; local
[all...]
H A Dexpr.c4975 machine_mode rmode;
4980 &roffset, &rmode, &unsignedp, &reversep,
8189 machine_mode rmode;
8216 rmode = GET_MODE (result);
8217 if (rmode == VOIDmode)
8218 rmode = new_tmode;
8219 if (rmode != new_tmode)
9449 scalar_int_mode rmode = SCALAR_INT_TYPE_MODE
9452 if (GET_MODE_SIZE (rmode) < GET_MODE_SIZE (int_mode)
9454 && ((TREE_INT_CST_LOW (treeop1) + GET_MODE_BITSIZE (rmode))
4963 machine_mode rmode; local
8169 machine_mode rmode; local
9429 scalar_int_mode rmode = SCALAR_INT_TYPE_MODE local
[all...]
H A Dsimplify-rtx.c1449 machine_mode rmode = GET_MODE (rhs);
1461 bits += (GET_MODE_UNIT_PRECISION (rmode)
1472 simplify_gen_unary (SIGN_EXTEND, mode, rhs, rmode));
1589 machine_mode rmode = GET_MODE (rhs);
1601 bits += (GET_MODE_UNIT_PRECISION (rmode)
1612 simplify_gen_unary (ZERO_EXTEND, mode, rhs, rmode));
1441 machine_mode rmode = GET_MODE (rhs); local
1581 machine_mode rmode = GET_MODE (rhs); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.cc5483 scalar_int_mode rmode, imode;
5495 rmode = SCALAR_INT_TYPE_MODE (TREE_TYPE (exp));
5554 if (bitpos < GET_MODE_BITSIZE (rmode))
5556 wide_int mask = wi::set_bit_in_zero (bitpos, GET_MODE_PRECISION (rmode));
5558 if (GET_MODE_SIZE (imode) > GET_MODE_SIZE (rmode))
5559 temp = gen_lowpart (rmode, temp);
5560 temp = expand_binop (rmode, and_optab, temp,
5561 immed_wide_int_const (mask, rmode),
5570 temp = gen_lowpart (rmode, temp);
5571 temp = expand_binop (rmode, and_opta
5482 scalar_int_mode rmode, imode; local
10549 REAL_VALUE_TYPE rmode; local
[all...]
H A Dexpr.cc5253 machine_mode rmode;
5258 &roffset, &rmode, &unsignedp, &reversep,
8550 machine_mode rmode;
8577 rmode = GET_MODE (result);
8578 if (rmode == VOIDmode)
8579 rmode = new_tmode;
8580 if (rmode != new_tmode)
9892 scalar_int_mode rmode = SCALAR_INT_TYPE_MODE
9895 if (GET_MODE_SIZE (rmode) < GET_MODE_SIZE (int_mode)
9897 && ((TREE_INT_CST_LOW (treeop1) + GET_MODE_BITSIZE (rmode))
5241 machine_mode rmode; local
5246 &roffset, &rmode, &unsignedp, &reversep, local
8530 machine_mode rmode; local
9872 scalar_int_mode rmode = SCALAR_INT_TYPE_MODE local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Daarch64-tdep.c4358 uint8_t insn_bit21, opcode, rmode, reg_rd;
4369 rmode = bits (aarch64_insn_r->aarch64_insn, 19, 20);
4384 if ((opcode >> 1) == 0x0 && rmode == 0x03)
4427 if (!(opcode >> 1) || ((opcode >> 1) == 0x02 && !rmode))
4435 else if ((opcode >> 1) == 0x01 && !rmode)
4356 uint8_t insn_bit21, opcode, rmode, reg_rd; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Daarch64-tdep.c4597 uint8_t insn_bit21, opcode, rmode, reg_rd;
4608 rmode = bits (aarch64_insn_r->aarch64_insn, 19, 20);
4623 if ((opcode >> 1) == 0x0 && rmode == 0x03)
4666 if (!(opcode >> 1) || ((opcode >> 1) == 0x02 && !rmode))
4674 else if ((opcode >> 1) == 0x01 && !rmode)
4595 uint8_t insn_bit21, opcode, rmode, reg_rd; local
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_rar.c1828 unsigned rmode, flags, rem, j, count; local
1847 rmode = flags >> i * 4;
1848 if (rmode & 8)
1859 count = rmode & 3;
1875 if (rmode & 4)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-string.c883 machine_mode rmode = GET_MODE (result); local
884 rtx chr1_rm = simplify_gen_subreg (rmode, chr1, QImode, 0);
885 rtx chr2_rm = simplify_gen_subreg (rmode, chr2, QImode, 0);
/netbsd-current/external/gpl3/gdb/dist/libdecnumber/
H A DdecBasic.c3780 /* rmode is the rounding mode to use */
3789 enum rounding rmode, Flag exact, Flag unsign) {
3811 set->round=rmode; /* set mode */
3871 /* rmode is the rounding mode to use */
3876 decContext *set, enum rounding rmode,
3903 set->round=rmode; /* set mode */
3788 decToInt32(const decFloat *df, decContext *set, enum rounding rmode, Flag exact, Flag unsign) argument
3875 decToIntegral(decFloat *result, const decFloat *df, decContext *set, enum rounding rmode, Flag exact) argument
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecBasic.c3780 /* rmode is the rounding mode to use */
3789 enum rounding rmode, Flag exact, Flag unsign) {
3811 set->round=rmode; /* set mode */
3871 /* rmode is the rounding mode to use */
3876 decContext *set, enum rounding rmode,
3903 set->round=rmode; /* set mode */
3788 decToInt32(const decFloat *df, decContext *set, enum rounding rmode, Flag exact, Flag unsign) argument
3875 decToIntegral(decFloat *result, const decFloat *df, decContext *set, enum rounding rmode, Flag exact) argument
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecBasic.c3780 /* rmode is the rounding mode to use */
3789 enum rounding rmode, Flag exact, Flag unsign) {
3811 set->round=rmode; /* set mode */
3871 /* rmode is the rounding mode to use */
3876 decContext *set, enum rounding rmode,
3903 set->round=rmode; /* set mode */
3788 decToInt32(const decFloat *df, decContext *set, enum rounding rmode, Flag exact, Flag unsign) argument
3875 decToIntegral(decFloat *result, const decFloat *df, decContext *set, enum rounding rmode, Flag exact) argument
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/
H A DdecBasic.c3780 /* rmode is the rounding mode to use */
3789 enum rounding rmode, Flag exact, Flag unsign) {
3811 set->round=rmode; /* set mode */
3871 /* rmode is the rounding mode to use */
3876 decContext *set, enum rounding rmode,
3903 set->round=rmode; /* set mode */
3788 decToInt32(const decFloat *df, decContext *set, enum rounding rmode, Flag exact, Flag unsign) argument
3875 decToIntegral(decFloat *result, const decFloat *df, decContext *set, enum rounding rmode, Flag exact) argument

Completed in 740 milliseconds

123