Home
last modified time | relevance | path

Searched refs:NOPS (Results 1 – 10 of 10) sorted by relevance

/NextBSD/tools/test/malloc/
HDmain.c8 u_long NOPS = 200000; variable
18 if (argc > 1) NOPS = strtoul(argv[1],0,0); in main()
34 for (i = 0; i < NOPS; i++) { in main()
56 sbrk(0), NOPS, NBUCKETS, NSIZE); in main()
/NextBSD/usr.bin/xlint/lint1/
HDop.h119 #define NOPS ((int)FARG + 1) macro
HDtree.c50 static mod_t modtab[NOPS];
/NextBSD/contrib/binutils/gas/
HDChangeLog-00012246 disable warning about all NOPS that the assembler generates.
2247 (macro): Warn NOPS generated only if warn_nops is not 0.
HDChangeLog-92959809 (mips_emit_delays): Don't insert NOPS for load delays if mips_isa
/NextBSD/contrib/binutils/ld/
HDChangeLog-91973866 * scripttempl/elf.sc: Fill .text section with NOPS. From Eric
/NextBSD/contrib/gcc/
HDChangeLog.tree-ssa15163 In the presence of WFL or NOPS wrappers, add the annotation to the
18016 (is_simple_const): Strip NOPS and handle &CONST expressions.
HDFSFChangeLog.102476 * fold-const.c (const_binop): Strip NOPS from both args.
HDChangeLog-200528008 check_function_arguments_recurse): Do not strip NOPS from
HDChangeLog-200424902 accept SSE prefetches as NOPS, some i586's don't.