Home
last modified time | relevance | path

Searched defs:STEP (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/epiphany/
H A Dumodsi3.S59 #define STEP(n) .long 0x0006441f | (n) << 5` sub r2,r0,r2` movgteu r0,r2 macro
H A Dmodsi3.S64 #define STEP(n) .long 0x0006441f | (n) << 5` sub r2,r0,r2` movgteu r0,r2 macro
H A Dumodsi3-float.S51 #define STEP(n) lsl.l r2,r1,n` sub r2,r0,r2` movgteu r0,r2 macro
H A Dmodsi3-float.S51 #define STEP(n) lsl.l r2,TMP2,n` sub r2,r0,r2` movgteu r0,r2 macro
H A Dudivsi3.c76 #define STEP(n) case n: a += a; t = a - d; if (t <= a) a = t; in __udivsi3() macro
H A Dumodsi3.c64 #define STEP(n) case n: d = b << n; t = a - d; if (t <= a) a = t; in __umodsi3() macro
H A Dmodsi3.c68 #define STEP(n) case n: d = b << n; t = a - d; if (t <= a) a = t; in __modsi3() macro
H A Ddivsi3.c82 #define STEP(n) case n: a += a; t = a - d; if (t <= a) a = t; in __divsi3() macro
H A Dudivsi3-float.c87 #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 Dumodsi3.S59 #define STEP(n) .long 0x0006441f | (n) << 5` sub r2,r0,r2` movgteu r0,r2 macro
H A Dmodsi3.S64 #define STEP(n) .long 0x0006441f | (n) << 5` sub r2,r0,r2` movgteu r0,r2 macro
H A Dumodsi3-float.S51 #define STEP(n) lsl.l r2,r1,n` sub r2,r0,r2` movgteu r0,r2 macro
H A Dmodsi3-float.S51 #define STEP(n) lsl.l r2,TMP2,n` sub r2,r0,r2` movgteu r0,r2 macro
H A Dumodsi3.c64 #define STEP(n) case n: d = b << n; t = a - d; if (t <= a) a = t; in __umodsi3() macro
H A Dudivsi3.c76 #define STEP(n) case n: a += a; t = a - d; if (t <= a) a = t; in __udivsi3() macro
H A Dmodsi3.c68 #define STEP(n) case n: d = b << n; t = a - d; if (t <= a) a = t; in __modsi3() macro
H A Ddivsi3.c82 #define STEP(n) case n: a += a; t = a - d; if (t <= a) a = t; in __divsi3() macro
H A Dudivsi3-float.c87 #define STEP(n) case n: a += a; t = a - d; if (t <= a) a = t; in __udivsi3() macro
/netbsd-src/bin/dd/
H A Ddd_swab.c66 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp in dd_swab() macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dfsaccess.c32 #define STEP (ISC__FSACCESS_PERMISSIONBITS) macro
/netbsd-src/sys/arch/m68k/fpe/
H A Dfpu_mul.c160 #define STEP /* each 1-bit step of the multiplication */ \ in fpu_mul() macro
/netbsd-src/sys/arch/powerpc/fpu/
H A Dfpu_mul.c182 #define STEP /* each 1-bit step of the multiplication */ \ in fpu_mul() macro
/netbsd-src/sys/arch/sparc/fpu/
H A Dfpu_mul.c165 #define STEP /* each 1-bit step of the multiplication */ \ in fpu_mul() macro
/netbsd-src/sys/arch/atari/dev/
H A Dfdreg.h49 #define STEP 0x20 /* (UHVRR) step in same direction */ macro
/netbsd-src/usr.bin/jot/
H A Djot.c142 #define STEP 2 /* seed if -r */ in getargs() macro

12