Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m32c.c246 int brace_n [3] = { 0, 0, 0 }; in m32c_indirect_operand() local
279 if (s[0] == '[' && ! brace_n[operand]) in m32c_indirect_operand()
281 brace_n[operand] += 1; in m32c_indirect_operand()
287 else if (s[0] == '[' && brace_n[operand]) in m32c_indirect_operand()
289 brace_n[operand] += 1; in m32c_indirect_operand()
294 brace_n[operand] -= 2; /* allow for 2 [. */ in m32c_indirect_operand()
298 brace_n[operand] -= 1; in m32c_indirect_operand()
303 brace_n[operand] -= 1; in m32c_indirect_operand()
314 if (brace_n[operand]) in m32c_indirect_operand()
316 fprintf (stderr, "Unmatched [[operand-%d]] %d\n", operand, brace_n[operand]); in m32c_indirect_operand()