Home
last modified time | relevance | path

Searched refs:nop_limit (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-visium.c104 static unsigned int nop_limit = 5; variable
583 if (count > 4 * nop_limit && count <= 131068) in visium_handle_align()
807 nop_limit = 2; in md_begin()
Dtc-ppc.c200 unsigned long nop_limit = 4; variable
1240 nop_limit = strtoul (optarg, &end, 0); in md_parse_option()
6407 if (count > 4 * nop_limit && count < 0x2000000) in ppc_handle_align()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2010351 * config/tc-ppc.c (nop_limit): New var.
357 than nop_limit nops.