/netbsd-src/external/gpl3/gcc/dist/libgcc/config/epiphany/ |
H A D | umodsi3.S | 59 #define STEP(n) .long 0x0006441f | (n) << 5` sub r2,r0,r2` movgteu r0,r2 macro
|
H A D | modsi3.S | 64 #define STEP(n) .long 0x0006441f | (n) << 5` sub r2,r0,r2` movgteu r0,r2 macro
|
H A D | umodsi3-float.S | 51 #define STEP(n) lsl.l r2,r1,n` sub r2,r0,r2` movgteu r0,r2 macro
|
H A D | modsi3-float.S | 51 #define STEP(n) lsl.l r2,TMP2,n` sub r2,r0,r2` movgteu r0,r2 macro
|
H A D | udivsi3.c | 76 #define STEP(n) case n: a += a; t = a - d; if (t <= a) a = t; in __udivsi3() macro
|
H A D | umodsi3.c | 64 #define STEP(n) case n: d = b << n; t = a - d; if (t <= a) a = t; in __umodsi3() macro
|
H A D | modsi3.c | 68 #define STEP(n) case n: d = b << n; t = a - d; if (t <= a) a = t; in __modsi3() macro
|
H A D | divsi3.c | 82 #define STEP(n) case n: a += a; t = a - d; if (t <= a) a = t; in __divsi3() macro
|
H A D | udivsi3-float.c | 87 #define STEP(n) case n: a += a; t = a - d; if (t <= a) a = t; in __udivsi3() macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/epiphany/ |
H A D | umodsi3.S | 59 #define STEP(n) .long 0x0006441f | (n) << 5` sub r2,r0,r2` movgteu r0,r2 macro
|
H A D | modsi3.S | 64 #define STEP(n) .long 0x0006441f | (n) << 5` sub r2,r0,r2` movgteu r0,r2 macro
|
H A D | umodsi3-float.S | 51 #define STEP(n) lsl.l r2,r1,n` sub r2,r0,r2` movgteu r0,r2 macro
|
H A D | modsi3-float.S | 51 #define STEP(n) lsl.l r2,TMP2,n` sub r2,r0,r2` movgteu r0,r2 macro
|
H A D | umodsi3.c | 64 #define STEP(n) case n: d = b << n; t = a - d; if (t <= a) a = t; in __umodsi3() macro
|
H A D | udivsi3.c | 76 #define STEP(n) case n: a += a; t = a - d; if (t <= a) a = t; in __udivsi3() macro
|
H A D | modsi3.c | 68 #define STEP(n) case n: d = b << n; t = a - d; if (t <= a) a = t; in __modsi3() macro
|
H A D | divsi3.c | 82 #define STEP(n) case n: a += a; t = a - d; if (t <= a) a = t; in __divsi3() macro
|
H A D | udivsi3-float.c | 87 #define STEP(n) case n: a += a; t = a - d; if (t <= a) a = t; in __udivsi3() macro
|
/netbsd-src/bin/dd/ |
H A D | dd_swab.c | 66 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp in dd_swab() macro
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | fsaccess.c | 32 #define STEP (ISC__FSACCESS_PERMISSIONBITS) macro
|
/netbsd-src/sys/arch/m68k/fpe/ |
H A D | fpu_mul.c | 160 #define STEP /* each 1-bit step of the multiplication */ \ in fpu_mul() macro
|
/netbsd-src/sys/arch/powerpc/fpu/ |
H A D | fpu_mul.c | 182 #define STEP /* each 1-bit step of the multiplication */ \ in fpu_mul() macro
|
/netbsd-src/sys/arch/sparc/fpu/ |
H A D | fpu_mul.c | 165 #define STEP /* each 1-bit step of the multiplication */ \ in fpu_mul() macro
|
/netbsd-src/sys/arch/atari/dev/ |
H A D | fdreg.h | 49 #define STEP 0x20 /* (UHVRR) step in same direction */ macro
|
/netbsd-src/usr.bin/jot/ |
H A D | jot.c | 142 #define STEP 2 /* seed if -r */ in getargs() macro
|