Home
last modified time | relevance | path

Searched refs:forloop (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc32/
H A Dpowerpc-defs.m460 forloop(i,0,31,`deflit(`r'i,i)')
61 forloop(i,0,31,`deflit(`v'i,i)')
62 forloop(i,0,31,`deflit(`f'i,i)')
63 forloop(i,0,7, `deflit(`cr'i,i)')
/netbsd-src/external/lgpl3/gmp/dist/mpn/mips32/
H A Dmips.m471 forloop(i,0,31,`defreg(`r'i,$i)')
72 forloop(i,0,31,`deflit(`f'i,``$f''i)')
H A Dmips-defs.m471 forloop(i,0,31,`defreg(`r'i,$i)')
72 forloop(i,0,31,`deflit(`f'i,``$f''i)')
/netbsd-src/external/lgpl3/gmp/dist/mpn/alpha/
H A Ddefault.m4101 forloop(i,0,31,`defreg(`r'i,$i)')
102 forloop(i,0,31,`deflit(`f'i,``$f''i)')
/netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc64/p6/
H A Drshift.asm121 forloop(`i',1,63,`SHIFT(i)')
H A Dlshift.asm122 forloop(`i',1,63,`SHIFT(i)')
H A Dlshiftc.asm123 forloop(`i',1,63,`SHIFT(i)')
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dinvert_limb_table.asm47 forloop(i,256,512-1,dnl
H A Dmod_34lsub1.asm116 forloop(i,1,UNROLL-1,`dnl
/netbsd-src/external/lgpl3/gmp/dist/mpn/
H A Dasm-defs.m445 dnl named like the builtin define(), and forloop() is named following the
621 dnl Usage: forloop(i, first, last, statement)
623 dnl Based on GNU m4 examples/forloop.m4, but extended.
646 dnl forloop(i, 1, 2*2+1, `dnl
654 define(`forloop',
911 `forloop(m4_repeat_internal_counter,1,$1,``$2'')')')
1235 dnl If the forloop() generating the unrolled loop has a pattern processing
1257 dnl expressions for a forloop() and the resulting address displacements.
1260 dnl forloop(`i',0,UNROLL_COUNT-1,`
1267 dnl forloop(`i',0,UNROLL_COUNT/CHUNK_COUNT-1,`
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/k7/
H A Daors_n.asm219 forloop(i, 0, UNROLL_COUNT/CHUNK_COUNT-1, `
H A Dsqr_basecase.asm454 forloop(`i', UNROLL_COUNT, 1, `
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/p6/
H A Dsqr_basecase.asm470 forloop(`i', UNROLL_COUNT, 1, `
H A Dmul_basecase.asm550 forloop(`i', 0, UNROLL_COUNT/CHUNK_COUNT-1, `
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Dsqr_basecase.asm496 forloop(`i', UNROLL_COUNT, 1, `
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/
H A Dx86-defs.m449 dnl and not in macro parameters like text passed to forloop() or ifdef().
378 forloop(`i',1,$2,` nop
/netbsd-src/external/mit/lua/dist/src/
H A Dlparser.c1561 static const OpCode forloop[2] = {OP_FORLOOP, OP_TFORLOOP}; in forbody() local
1577 endfor = luaK_codeABx(fs, forloop[isgen], base, 0); in forbody()