Home
last modified time | relevance | path

Searched refs:absval (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-sprintf.cc814 unsigned HOST_WIDE_INT absval; in tree_digits() local
822 absval = tree_to_uhwi (x); in tree_digits()
836 absval = HOST_WIDE_INT_MAX; in tree_digits()
841 absval = -i; in tree_digits()
846 absval = i; in tree_digits()
854 int ndigs = ilog (absval, base); in tree_digits()
860 if (prefix && absval && (base == 16 || prec <= ndigs)) in tree_digits()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-sprintf.c817 unsigned HOST_WIDE_INT absval; in tree_digits() local
825 absval = tree_to_uhwi (x); in tree_digits()
839 absval = HOST_WIDE_INT_MAX; in tree_digits()
844 absval = -i; in tree_digits()
849 absval = i; in tree_digits()
857 int ndigs = ilog (absval, base); in tree_digits()
863 if (prefix && absval && (base == 16 || prec <= ndigs)) in tree_digits()
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dcris.cpu1379 ((SI absval))
1380 (set absval (srl (sub (sub SI (ifield f-disp9) pc)
1382 (set (ifield f-disp9-hi) (if (lt absval 0) 1 0))
1383 (set (ifield f-disp9-lo) (and absval) #x7f))
1386 ((SI abslo) (SI absval))
1388 (set absval
1394 (add SI (add SI pc absval) (if SI current-mach-is-v32 0 2))))
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dcris.cpu1378 ((SI absval))
1379 (set absval (srl (sub (sub SI (ifield f-disp9) pc)
1381 (set (ifield f-disp9-hi) (if (lt absval 0) 1 0))
1382 (set (ifield f-disp9-lo) (and absval) #x7f))
1385 ((SI abslo) (SI absval))
1387 (set absval
1393 (add SI (add SI pc absval) (if SI current-mach-is-v32 0 2))))
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dcris.cpu1378 ((SI absval))
1379 (set absval (srl (sub (sub SI (ifield f-disp9) pc)
1381 (set (ifield f-disp9-hi) (if (lt absval 0) 1 0))
1382 (set (ifield f-disp9-lo) (and absval) #x7f))
1385 ((SI abslo) (SI absval))
1387 (set absval
1393 (add SI (add SI pc absval) (if SI current-mach-is-v32 0 2))))