Searched refs:brace_n (Results 1 – 1 of 1) sorted by relevance
246 int brace_n [3] = { 0, 0, 0 }; in m32c_indirect_operand() local279 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()