Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-metag.c4625 int regs_which[4] = { -1, -1, -1, -1}; /* Register or immediate? */ in parse_dtemplate() local
4658 regs_which[i] = 0; in parse_dtemplate()
4682 regs_which[i] = 1; in parse_dtemplate()
4688 if (regs_which[0] == 0) in parse_dtemplate()
4690 else if (regs_which[0] == 1) in parse_dtemplate()
4693 if (regs_which[1] == 0) in parse_dtemplate()
4695 else if (regs_which[1] == 1) in parse_dtemplate()
4698 if (regs_which[2] == 0) in parse_dtemplate()
4700 else if (regs_which[2] == 1) in parse_dtemplate()
4703 if (regs_which[3] == 0) in parse_dtemplate()
[all …]