Searched refs:pstr_src (Results 1 – 2 of 2) sorted by relevance
213 const char *pstr_src; in nds32_parse_opcode() local227 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 …]