Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dnds32-dis.c213 const char *pstr_src; in nds32_parse_opcode() local
227 pstr_src = opc->instruction; in nds32_parse_opcode()
228 if (*pstr_src == 0) in nds32_parse_opcode()
251 while (*pstr_src) in nds32_parse_opcode()
253 switch (*pstr_src) in nds32_parse_opcode()
258 pstr_src++; in nds32_parse_opcode()
261 while (*pstr_src) in nds32_parse_opcode()
263 if ((*pstr_src == ',') || (*pstr_src == ' ') in nds32_parse_opcode()
264 || (*pstr_src == '{') || (*pstr_src == '}') in nds32_parse_opcode()
265 || (*pstr_src == '[') || (*pstr_src == ']') in nds32_parse_opcode()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dnds32-dis.c213 const char *pstr_src; in nds32_parse_opcode() local
227 pstr_src = opc->instruction; in nds32_parse_opcode()
228 if (*pstr_src == 0) in nds32_parse_opcode()
251 while (*pstr_src) in nds32_parse_opcode()
253 switch (*pstr_src) in nds32_parse_opcode()
258 pstr_src++; in nds32_parse_opcode()
261 while (*pstr_src) in nds32_parse_opcode()
263 if ((*pstr_src == ',') || (*pstr_src == ' ') in nds32_parse_opcode()
264 || (*pstr_src == '{') || (*pstr_src == '}') in nds32_parse_opcode()
265 || (*pstr_src == '[') || (*pstr_src == ']') in nds32_parse_opcode()
[all …]