Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dnds32-dis.c234 const char *pstr_src; in nds32_parse_opcode() local
251 pstr_src = opc->instruction; in nds32_parse_opcode()
252 if (*pstr_src == 0) in nds32_parse_opcode()
275 while (*pstr_src) in nds32_parse_opcode()
277 switch (*pstr_src) in nds32_parse_opcode()
282 pstr_src++; in nds32_parse_opcode()
285 while (*pstr_src) in nds32_parse_opcode()
287 if ((*pstr_src == ',') || (*pstr_src == ' ') in nds32_parse_opcode()
288 || (*pstr_src == '{') || (*pstr_src == '}') in nds32_parse_opcode()
289 || (*pstr_src == '[') || (*pstr_src == ']') in nds32_parse_opcode()
[all …]