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